Skip to content

Releases: jimp-dev/jimp

v1.6.0

09 Sep 16:06
Compare
Choose a tag to compare

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1

v1.4.0

07 Sep 22:04
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, @jimp/types, @jimp/utils, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/wasm-webp

📝 Documentation

Authors: 1

v1.3.0

04 Sep 18:11
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v1.2.0

03 Sep 07:40
Compare
Choose a tag to compare

The plugins are not added by default and must be used with a custom Jimp. Consult the docs for more details.

🚀 Enhancement

  • @jimp/core, jimp, @jimp/plugin-print, @jimp/wasm-avif, @jimp/wasm-jpeg, @jimp/wasm-png, @jimp/wasm-webp

Authors: 1

v1.1.5

02 Sep 22:54
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, jimp
    • Fix height/width being undefined when creating a Jimp from a canvas (@hipstersmoothie)

Authors: 1

v1.1.4

02 Sep 19:28
Compare
Choose a tag to compare

Release Notes

improve bundler integration (#1321)

Instead of having to import jimp/browser you can now just import jimp and the bundler should pick up the browser export.


🐛 Bug Fix

Authors: 1

v1.1.3

02 Sep 18:41
Compare
Choose a tag to compare

🐛 Bug Fix

  • jimp
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold

Authors: 1

v1.1.2

02 Sep 08:00
Compare
Choose a tag to compare

Release Notes

Make brightness function behave like other implementations (#1312)

This PR changes the brightness function to behave like the css brightness function and other implementations. Previously it was doing something odd. Instead of multiplying the color channel by the multiplier value, it multiplied against the inversion of the current color.

In the current version a value of 1 won't change the colors at all. Values above 1 will brighten the colors, values below 1 will darken the colors.


🐛 Bug Fix

Authors: 1

v1.1.1

02 Sep 02:38
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.1.0

01 Sep 22:46
Compare
Choose a tag to compare

🚀 Enhancement

⚠️ Pushed to main

  • Update browser docs (@hipstersmoothie)
  • Add migration guide (@hipstersmoothie)
  • fix docs upload path (@hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
  • @jimp/js-jpeg, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold

Authors: 1