issues
search
Shnatsel
/
wondermagick
Memory-safe replacement for imagemagick
29
stars
0
forks
source link
Missing features for resize/conversion use case deployment
#2
Open
Shnatsel
opened
4 months ago
Shnatsel
commented
4 months ago
Essential
[ ] Adjust default compression / quality settings to match
imagemagick
defaults
[ ] Make compression/quality settings configurable and make them match
imagemagick
for the same values
[ ] Only automatically rotate JPEG images when the
-auto-orient
option is passed
[ ] Support reading from stdin and writing to stdout
[ ] Support reading and writing Exif metadata and ICC profiles
[ ] Support decoding/encoding animations
Not blocking initial release but likely needed
[ ]
identify
command, needed e.g. for the
Philomena imageboard engine
[ ] Configurable resamplers
[ ] Support converting multiple files in one command
[ ] Support the frame selection syntax for animations
[ ] Support glob patterns for file selection on Windows
[ ] Support custom file descriptors, not just stdin/stdout
[ ]
Gamma correction support to enable actually correct resizing
Essential
imagemagick
defaultsimagemagick
for the same values-auto-orient
option is passedNot blocking initial release but likely needed
identify
command, needed e.g. for the Philomena imageboard engine