Search found 2 matches

by Malloc Voidstar
2016-03-24T10:13:43-07:00
Forum: Users
Topic: Resizing PNG with color profile, without damaging colors, for upload to profile-unaware service
Replies: 4
Views: 4705

Re: Resizing PNG with color profile, without damaging colors, for upload to profile-unaware service

Thanks for the assistance. I have encountered success, I think. Somehow I came to: magick input.png -profile sRGB_IEC61966-2-1_black_scaled.icc -colorspace RGB -filter Lanczos -define filter:blur=.9891028367558475 -distort Resize 714x1009 -colorspace sRGB -strip step1.png magick step1.png -profile ...
by Malloc Voidstar
2016-03-23T19:27:09-07:00
Forum: Users
Topic: Resizing PNG with color profile, without damaging colors, for upload to profile-unaware service
Replies: 4
Views: 4705

Resizing PNG with color profile, without damaging colors, for upload to profile-unaware service

Using ImageMagick 7.0.0-0 Q16 x64 2016-03-13 (HDRI enabled) on Win7. I am attempting to devise the proper commandline for resizing an image with color profile for upload to Tumblr, which allows color profiles but does not understand them. Fullsize profiled images look fine if untouched (fitting ...