Releases: jimp-dev/jimp
Releases · jimp-dev/jimp
v1.6.0
Release Notes
Add support for image decoder options (#1336)
Can now have options for the underlying image codecs
🚀 Enhancement
@jimp/core
,@jimp/types
,@jimp/js-bmp
,@jimp/js-jpeg
,@jimp/js-png
- Add support for image decoder options #1336 (@hipstersmoothie)
⚠️ Pushed to main
jimp
- add readme to jimp (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.4.0
🚀 Enhancement
@jimp/core
- Let Jimp.read accept a Buffer #1332 (@hipstersmoothie)
jimp
- Export measure text functions from jimp package #1333 (@hipstersmoothie)
- Add JimpMime constant #1331 (@hipstersmoothie)
- add JimpInstance type #1330 (@hipstersmoothie)
🐛 Bug Fix
@jimp/utils
,@jimp/plugin-print
- Bind callback to image instance #1335 (@hipstersmoothie)
⚠️ Pushed to main
@jimp/core
,@jimp/types
,@jimp/utils
,@jimp/plugin-print
,@jimp/plugin-quantize
,@jimp/wasm-webp
- fix docs build (@hipstersmoothie)
📝 Documentation
@jimp/plugin-blit
,@jimp/plugin-print
- Misc doc updates #1334 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.3.0
🚀 Enhancement
@jimp/core
- Add width/height/mime getters #1327 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.2.0
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
- Add webp, avid, png, jpeg WASM format plugin #1324 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.1.5
🐛 Bug Fix
@jimp/types
,@jimp/plugin-print
- Fix loading fonts in web-worker #1322 (@hipstersmoothie)
⚠️ Pushed to main
@jimp/core
,jimp
- Fix height/width being undefined when creating a Jimp from a canvas (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.1.4
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
jimp
- improve bundler integration #1321 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.1.3
🐛 Bug Fix
jimp
- Include browser files #1320 (@hipstersmoothie)
@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
- Update deps #1319 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.1.2
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
- fix incorrect usage in docs #1318 (@hipstersmoothie)
jimp
,@jimp/plugin-blur
,@jimp/plugin-shadow
- Fix blur on transparent images #1315 (@hipstersmoothie)
@jimp/plugin-rotate
- Rotate short circuit #1317 (@hipstersmoothie)
@jimp/plugin-color
- Fix pixelate not working well with alpha channel #1314 (@hipstersmoothie)
jimp
,@jimp/plugin-color
- Make brightness function behave like other implementations #1312 (@hipstersmoothie)
@jimp/plugin-print
- Fix printing string when words are longer than max-width #1313 (@hipstersmoothie)
- Fix using dirname in print plugin #1310 (@hipstersmoothie)
@jimp/diff
- Jimp.diff() to make real resize before image compare #1311 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.1.1
🐛 Bug Fix
@jimp/core
- fix file-type import for esm projects #1309 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v1.1.0
🚀 Enhancement
jimp
,@jimp/plugin-quantize
- Add quantize plugin #1307 (@hipstersmoothie)
⚠️ 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
- upgrade tshy (@hipstersmoothie)
@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
- update more docs (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)