Yeah, that's the issue. Lower limits on how much an image can be compressed.
Thanks
Search found 4 matches
- 2012-03-24T06:54:26-07:00
- Forum: Users
- Topic: jpeg:extent issue
- Replies: 7
- Views: 11724
- 2012-03-22T10:26:59-07:00
- Forum: Users
- Topic: jpeg:extent issue
- Replies: 7
- Views: 11724
Re: jpeg:extent issue
The new name was generated automatically.
Weird that to me doesn't work as expected.
Weird that to me doesn't work as expected.
- 2012-03-22T03:10:48-07:00
- Forum: Users
- Topic: jpeg:extent issue
- Replies: 7
- Views: 11724
Re: jpeg:extent issue
Ok, Here's another test I made, with the below pic "print.jpg" : http://i43.tinypic.com/2i8jblu.jpg $ ls -la print.jpg -h -rw-r--r-- 1 root root 94K Mar 22 04:55 print.jpg $ convert -define jpeg:extent=10kb print.jpg print33.jpg $ ls -lah print33.jpg -rw-r--r-- 1 root root 86K Mar 22 05:05 print33 ...
- 2012-03-21T14:06:26-07:00
- Forum: Users
- Topic: jpeg:extent issue
- Replies: 7
- Views: 11724
jpeg:extent issue
Hi all, I'm trying to resize a jpg image from 1.5Mb to 500Kb: # convert -define jpeg:extent=500kb print.jpg print33.jpg Yet: # ls -lah print*.jpg -rw-r--r-- 1 root root 1.5M Mar 21 16:03 print33.jpg -rw-r--r-- 1 root root 1.5M Mar 21 15:16 print.jpg Image it's not resized. Any clues ? I'm using the ...