Skip to content

Releases: jimp-dev/jimp

v1.6.1

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 07 Apr 17:55

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Denys Kashkovskyi (@Kashkovsky)

❤️ Viki (@vikiboss)

🐛 Bug Fix

⚠️ Pushed to main

📝 Documentation

Authors: 3

v1.6.0

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 09 Sep 16:06

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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 07 Sep 22:04

🚀 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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 04 Sep 18:11

🚀 Enhancement

Authors: 1

v1.2.0

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 03 Sep 07:40

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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 02 Sep 22:54

🐛 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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 02 Sep 19:28

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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 02 Sep 18:41

🐛 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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 02 Sep 08:00

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

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 02 Sep 02:38

🐛 Bug Fix

Authors: 1