Search found 9 matches

by Bilge
2013-02-17T17:25:05-07:00
Forum: Users
Topic: Crop and resize (doesn't work)
Replies: 4
Views: 6210

Re: Crop and resize (doesn't work)

Simply adding +0 to the crop geometry fixed it but I don't understand why. I guess it's to do with the bizarre default behaviour generating a series.
by Bilge
2013-02-17T16:35:24-07:00
Forum: Users
Topic: Crop and resize (doesn't work)
Replies: 4
Views: 6210

Crop and resize (doesn't work)

I'm using the following command to crop the centre portion of an image and then resize the result. convert -gravity center -crop x450 -thumbnail 192x This completely fails to work and is very frustrating. It takes the first 450 rows from (0,0) instead of from the center and it doesn't bother to thum...
by Bilge
2013-01-05T04:33:51-07:00
Forum: Users
Topic: Is -auto-orient lossless?
Replies: 2
Views: 4699

Is -auto-orient lossless?

Or does the quality decrease through lossy re-encode?
by Bilge
2012-09-15T06:01:47-07:00
Forum: Users
Topic: Optimal JPEG thumbnail dimensions
Replies: 10
Views: 12376

Re: Optimal JPEG thumbnail dimensions

NicolasRobidoux wrote:Use 1x1.
I actually tried that but I got the same result as if I hadn't specified the sampling factor option at all so I thought it must be invalid. The only value that I tried which changed the output was 2x1 which resulted in a file size reduction.
by Bilge
2012-09-15T05:26:48-07:00
Forum: Users
Topic: Optimal JPEG thumbnail dimensions
Replies: 10
Views: 12376

Re: Optimal JPEG thumbnail dimensions

How do I disable chroma subsampling with ImageMagick?
by Bilge
2012-09-09T16:04:18-07:00
Forum: Users
Topic: Optimal JPEG thumbnail dimensions
Replies: 10
Views: 12376

Re: Optimal JPEG thumbnail dimensions

Oh, OK. That's cool, I guess. I wasn't trying to take away your livelihood.
by Bilge
2012-09-09T07:58:48-07:00
Forum: Users
Topic: Optimal JPEG thumbnail dimensions
Replies: 10
Views: 12376

Re: Optimal JPEG thumbnail dimensions

Why might someone turn off chroma subsampling?
by Bilge
2012-09-08T16:21:04-07:00
Forum: Users
Topic: Optimal JPEG thumbnail dimensions
Replies: 10
Views: 12376

Optimal JPEG thumbnail dimensions

Hi, I only know a little about the JPEG format but I thought that JPEGs are subdivided into "blocks" at a low level. Is it therefore the case that if you want to generate as small a thumbnail image as possible you should select image dimensions that are divisible by this block size? If so ...
by Bilge
2012-09-05T12:55:39-07:00
Forum: Users
Topic: Calculate hash of image pixels
Replies: 4
Views: 12117

Calculate hash of image pixels

Is there a way to calculate a hash of the decoded image information only? That is, for two identical images with different metadata, the hash will be the same.