Search found 188 matches

by henrywho
2012-04-29T03:30:56-07:00
Forum: Users
Topic: LAB TIF color artifacts after resizing
Replies: 12
Views: 20498

Re: LAB TIF color artifacts after resizing

convert lab250.tif -colorspace RGB -distort resize 200x200 -alpha off +repage -colorspace sRGB sRGB.png
by henrywho
2012-04-25T05:20:30-07:00
Forum: Digital Image Processing
Topic: proper scaling of the Jinc filter for EWA use
Replies: 234
Views: 612836

Re: proper scaling of the Jinc filter for EWA use

If 'RobidouxSharp' appears in the above image, then the examples have updated It seems the RobidouxSharp filter is not available in 6.7.6-7 (win32 dynamic). Version: ImageMagick 6.7.6-7 2012-04-20 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: Ope...
by henrywho
2012-04-24T23:01:49-07:00
Forum: Users
Topic: Sorry for my ignorance... (image resize question)
Replies: 5
Views: 10069

Re: Sorry for my ignorance... (image resize question)

Try these too: for %F in (Lagrange Catrom Gaussian RobidouxSharp LanczosSharp Lanczos2Sharp Robidoux) do ( convert.exe lena.bmp -colorspace RGB -filter %~F -distort resize 190x190! -alpha off +repage -colorspace sRGB -quality 95 "lena_%~F.png" ) if Catrom and the default Lagrange are not s...
by henrywho
2012-04-24T19:15:13-07:00
Forum: Users
Topic: Sorry for my ignorance... (image resize question)
Replies: 5
Views: 10069

Re: Sorry for my ignorance... (image resize question)

Any sample?
What is the command line used?

(Is this topic more appropriate for the "Users" forum?)
by henrywho
2012-04-22T18:20:16-07:00
Forum: Digital Image Processing
Topic: proper scaling of the Jinc filter for EWA use
Replies: 234
Views: 612836

Re: proper scaling of the Jinc filter for EWA use

NicolasRobidoux wrote:(we can't live with jpeg compression)
But you cannot avoid JPEG compression in the real world. As the JPEG engines of digital cameras (dSLR, NEX, m43, compacts or even mobiles) improve, fewer and fewer peoples want to bother with RAW files.
by henrywho
2012-04-21T22:31:13-07:00
Forum: Digital Image Processing
Topic: proper scaling of the Jinc filter for EWA use
Replies: 234
Views: 612836

Re: proper scaling of the Jinc filter for EWA use

The compound eyes of http://upload.wikimedia.org/wikipedia/commons/8/85/Calliphora_sp_Portrait.jpg seems really a tough case. Down-sampling it to 480x720 and under different algorithms there may be: a) moire patterns on the compound eyes b) increase in overall brightness (probably due to haloing) c)...
by henrywho
2012-04-21T03:26:39-07:00
Forum: Digital Image Processing
Topic: proper scaling of the Jinc filter for EWA use
Replies: 234
Views: 612836

Re: proper scaling of the Jinc filter for EWA use

NicolasRobidoux wrote:Haloing is less of an issue when downsampling.
Can we have/do we need separate default filters for upsampling and downsampling?
by henrywho
2012-04-20T10:50:20-07:00
Forum: Users
Topic: IM7 sRGB v4 rendering intent
Replies: 45
Views: 63588

Re: IM7 sRGB v4 rendering intent

Fred: Many many thanks! http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20751#p83509 definitely has the potential to mess up my student Adam Turcotte's thesis, and we use bleeding edge. Please also make sure that all his test images are c o l o r e d . http://www.imagemagick.org...
by henrywho
2012-04-19T21:59:15-07:00
Forum: Digital Image Processing
Topic: proper scaling of the Jinc filter for EWA use
Replies: 234
Views: 612836

Re: proper scaling of the Jinc filter for EWA use

My 99% use cases are to down-size the overly-MegaPixel-bloated JPG (and recently RAW) from my digital cameras to desktop, FB and web sizes, i.e. from ~16MP down to ~1MP, using distort resize under linear RGB. I want to balance between aliasing and sharpness (but less concern on haloing because I hav...
by henrywho
2012-04-19T05:34:08-07:00
Forum: Digital Image Processing
Topic: proper scaling of the Jinc filter for EWA use
Replies: 234
Views: 612836

Re: proper scaling of the Jinc filter for EWA use

Does it mean...... JincJinc2: -define filter:filter=Jinc -define filter:window=Jinc -define filter:blur=0.9580278036312191 -define filter:lobes=2 -distort resize .... JincJinc3: -define filter:filter=Jinc -define filter:window=Jinc -define filter:blur=0.9891028367558475 -define filter:lobes=3 -disto...
by henrywho
2012-04-19T05:22:37-07:00
Forum: Bugs
Topic: Linear Gray MIFF seems to be mistaken as "sGray" in 6.7.6-6
Replies: 4
Views: 8406

Re: Linear Gray MIFF seems to be mistaken as "sGray" in 6.7.

Indeed, we have at least four combinations:

1) Linear Gray
2) S-Gray
3) Gray-only color image in Linear RGB
4) Gray-only color image in sRGB

Imagemagick will auto-magically convert (3)/(4) to (1)/(2), for some rationale I don't really understand.
by henrywho
2012-04-18T03:57:17-07:00
Forum: Bugs
Topic: 6.7.6-6 Win32: "imdisplay.exe" is actually "identify.exe"
Replies: 1
Views: 3835

6.7.6-6 Win32: "imdisplay.exe" is actually "identify.exe"

Is it an error of the make file or the package script?
by henrywho
2012-04-18T03:34:00-07:00
Forum: Bugs
Topic: Linear Gray MIFF seems to be mistaken as "sGray" in 6.7.6-6
Replies: 4
Views: 8406

Linear Gray MIFF seems to be mistaken as "sGray" in 6.7.6-6

convert.exe rings_lg_orig.png -colorspace RGB -distort resize 16% -colorspace sRGB -quality 95% t01.jpg convert.exe rings_lg_orig.png -colorspace RGB -distort resize 16% t02.mpc convert.exe t02.mpc -colorspace sRGB -quality 95% t02.jpg convert.exe rings_lg_orig.png -colorspace RGB -distort resize 1...
by henrywho
2012-04-12T16:43:27-07:00
Forum: Bugs
Topic: -colorspace issue in 6.7.6-5 Win32
Replies: 3
Views: 7303

Re: -colorspace issue in 6.7.6-5 Win32

I am just trying to do a colorspace-aware resize. In 6.7.6-3, "convert.exe rose: -colorspace RGB -resize 90% -colorspace sRGB t_02.png" works as intended. But there were bugs with gray-colored image, as discussed in http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=20658 ...
by henrywho
2012-04-12T04:27:18-07:00
Forum: Bugs
Topic: -colorspace issue in 6.7.6-5 Win32
Replies: 3
Views: 7303

-colorspace issue in 6.7.6-5 Win32

Okay:- convert.exe rose: -resize 90% t_01.png
Very dark (not yet sRGB?):- convert.exe rose: -colorspace RGB -resize 90% -colorspace sRGB t_02.png
Okay again:- convert.exe rose: -colorspace RGB -resize 90% -set colorspace RGB -colorspace sRGB t_03.png