Skip to content

Releases: seantiz/enhancedimg-go

v0.6.1

24 Dec 16:54
Compare
Choose a tag to compare

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

20 Dec 09:39
Compare
Choose a tag to compare

What's Changed?

  • WEBP image format now fully supported

v0.5.2

20 Dec 02:13
Compare
Choose a tag to compare

Fixes issue: templates now format correctly and are indented for readability.

v0.5.0

20 Dec 00:10
Compare
Choose a tag to compare

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

18 Dec 12:37
Compare
Choose a tag to compare

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.