Releases: seantiz/enhancedimg-go
Releases · seantiz/enhancedimg-go
v0.6.1
What's Changed?
- Added API module. Enhanced Images can now be run as a dependency within your web app's main function if you prefer to run it that way. Please remember to run it as a pre-build step before your main function calls any http handlers.
v0.6.0
What's Changed?
- WEBP image format now fully supported
v0.5.2
Fixes issue:
v0.5.0
What's Changed
- Image processing is marginally faster in our test results when using binary sort
- The output path is now validated during image processing for extra safety
v0.3.0
Features
- Responsive web design supported but no data transforms handled yet.
- All common device sizes supported - ranging from Tailwind's small ("sm") device breakpoint and up to 4K (and slightly beyond).
- WEBP, AVIF not yet supported but are handled by falling back to PNG on conversion.
- HEIF and TIFF source images are converted to JPEG.