You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-computed tile sizes of source images with an odd number of pixels in a dimension in information responses are rounded up, to prevent clients from requesting extremely narrow edge tiles.
Operations that would have no effect in their context—for example, a crop to 0,0/300×200, followed by a scale-to-fit to 300 pixels wide—are skipped.
Improved request validation.
Added a RESTful API endpoint to retrieve and update the configuration.
Processors
Most processor-specific configuration settings now apply across all processors, making them integrate better into the caching architecture.
Added an auto-normalize option to all image processors.
Added an option to all processors to output progressive JPEGs.
Added experimental support for DICOM images to GraphicsMagickProcessor, ImageMagickProcessor, Java2dProcessor, and JaiProcessor. (This is a very complex format and not all variants are working.)
FfmpegProcessor uses a Java 2D processing pipeline, giving it more capabilities.
Java2dProcessor and JaiProcessor support 16-bit LZW- and ZIP-compressed TIFFs.
GraphicsMagickProcessor and ImageMagickProcessor support selectable resample filters.
GraphicsMagickProcessor and ImageMagickProcessor respect the EXIF Orientation tag.