Image Resizer : API Documentation

Type OutputFormat

Namespace ImageResizer

Parent Enum

Output image formats

Fields

Public fields

int value__

return int

OutputFormat Jpeg

Jpeg - the best format for photographs and thumbnails
return OutputFormat

OutputFormat Png

The best format for transparent images and vector graphics
return OutputFormat

OutputFormat Gif

A really poor choice for pretty much everything except animation
return OutputFormat