Search found 8 matches

by donahchoo
2018-09-25T18:40:31-07:00
Forum: Users
Topic: rounded corners are not symmetrical
Replies: 1
Views: 2145

rounded corners are not symmetrical

Hi, I'm rounding corners on an image and I'm seeing that the corners are not symmetrical. I've zoomed in and cropped to make it easier to see. The right corner does not extend down as var as the left. The same thing happens on the bottom corners. If you click the image it will load a larger version ...
by donahchoo
2018-08-16T15:56:56-07:00
Forum: Users
Topic: PNG to JPEG: how is background color determined?
Replies: 7
Views: 5036

Re: PNG to JPEG: how is background color determined?

Unfortunately, I can't post the source images. I think this is enough information to figure out what's happening. thanks.
by donahchoo
2018-08-16T15:42:10-07:00
Forum: Users
Topic: PNG to JPEG: how is background color determined?
Replies: 7
Views: 5036

Re: PNG to JPEG: how is background color determined?

You must specify -background somecolor before using -alpha background. But those commands simply change the color of the background in the base image for which the pixels are transparent. The default for -background is white, as I recall. Is this what you are trying to do? I'm trying to reimplement...
by donahchoo
2018-08-16T13:57:19-07:00
Forum: Users
Topic: PNG to JPEG: how is background color determined?
Replies: 7
Views: 5036

PNG to JPEG: how is background color determined?

Hi, I'm converting some PNGs to JPEG using "-alpha background". With some images the background color is white and with others it is black. When I use identify -verbose I get "Background color: white" for both sets of images. ImageMagick-6.9.3-1/bin/convert -resize 60x60> -alpha ...
by donahchoo
2018-07-23T19:16:15-07:00
Forum: Developers
Topic: What is IM's strategy for rounding floats?
Replies: 4
Views: 9561

Re: What is IM's strategy for rounding floats?

Thanks, I'll study and learn.
by donahchoo
2018-07-20T14:25:27-07:00
Forum: Developers
Topic: What is IM's strategy for rounding floats?
Replies: 4
Views: 9561

Re: What is IM's strategy for rounding floats?

Yeah, I was expecting it to just use C's round function. I'll test some more...
by donahchoo
2018-07-20T13:45:14-07:00
Forum: Developers
Topic: What is IM's strategy for rounding floats?
Replies: 4
Views: 9561

What is IM's strategy for rounding floats?

Hi, I'm trying to understand how IM will round floats when resizing. I've seen a case where I had a resize operation result in an image with a 337.5 height and that got rounded down to 337. I'm not seeing a case where an where a resize results in 119.9877 and that is getting rounded up to 120. I tho...