You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix encode API compatibility (#93)
- When dst is None, the return value of encode should be a bytearray to maintain compatibility with existing applications.
- Add examples for in-place encoding/decoding
Ensuring that the pixel buffer is a contiguous array before sending i…
…t to the encoder.
Ensuring that the pixel buffer is a contiguous array before sending it to the encoder to resolve the issue reported at #81.
Fixing a problem with copynone using libjpeg-turbo 3.0.0 (#76)
Fixing a problem with copynone using libjpeg-turbo 3.0.0 (#74). Thanks to @erikogabrielsson for his contribution.
---------
Co-authored-by: Erik O Gabrielsson <[email protected]>
Add copynone option to crop_multiple #68 (#69)
* Add copynone option to crop_multiple (#68)
Allows to avoid copy of EXIF data when generating multiples crops.
---------
Co-authored-by: Christian Quest <[email protected]>