Search found 7 matches

by paulgao
2013-05-06T01:05:18-07:00
Forum: Bugs
Topic: “-define jpeg:extent=XXkb” bug in 6.8.5?
Replies: 10
Views: 18737

Re: “-define jpeg:extent=XXkb” bug in 6.8.5?

anybody? :-(
by paulgao
2013-05-02T02:31:23-07:00
Forum: Bugs
Topic: “-define jpeg:extent=XXkb” bug in 6.8.5?
Replies: 10
Views: 18737

Re: “-define jpeg:extent=XXkb” bug in 6.8.5?

With your images, the -define jpeg:extent=85kb option completes for us without complaint with ImageMagick 6.8.5-4 (available later today) and returns a 84644 byte image. Note, there are several ways to affect the JPEG image size including -quality, -sampling-factor, -define jpeg:extent, and -strip ...
by paulgao
2013-05-01T09:39:09-07:00
Forum: Bugs
Topic: “-define jpeg:extent=XXkb” bug in 6.8.5?
Replies: 10
Views: 18737

Re: “-define jpeg:extent=XXkb” bug in 6.8.5?

for this:
Image
Image
Image
by paulgao
2013-04-30T22:09:12-07:00
Forum: Bugs
Topic: “-define jpeg:extent=XXkb” bug in 6.8.5?
Replies: 10
Views: 18737

“-define jpeg:extent=XXkb” bug in 6.8.5?

I use command:
/usr/local/bin/convert 11053304.jpg 11043461.jpg 11033336.jpg +append -colorspace sRGB -strip -coalesce -thumbnail 691x336^ -gravity center -extent 691x336 -fill none -stroke gray -strokewidth 1 -draw "rectangle 0,0 690,335" -format jpg test.jpg

in 6.7.4-10:
I get it 69335 bytes ...
by paulgao
2013-03-30T09:52:54-07:00
Forum: Bugs
Topic: WRONG COLOR?
Replies: 4
Views: 7683

Re: WRONG COLOR?

Image
Image

My fault, BIG THX.
by paulgao
2013-03-30T09:17:43-07:00
Forum: Bugs
Topic: WRONG COLOR?
Replies: 4
Views: 7683

Re: WRONG COLOR?

Because I need show picture on IE browser, other colorspace ie. CMYK is not supported by IE, so I must write --colorspace options.
But I use srgb,picture color still see have problem?

/usr/local/bin/convert /home/cache/filestorage/a9/10914457 -colorspace sRGB -strip -coalesce -thumbnail '768x1280 ...
by paulgao
2013-03-30T06:11:37-07:00
Forum: Bugs
Topic: WRONG COLOR?
Replies: 4
Views: 7683

WRONG COLOR?

ORGINAL PIC:
http://theme.lovebizhi.org/loveapp/test/theme/pic/10914457.jpg
for 6.7.4-10
http://theme.lovebizhi.org/loveapp/test/theme/pic/6.7.4-10.jpg
for 6.8.4-4
http://theme.lovebizhi.org/loveapp/test/theme/pic/6.8.4-4.jpg

same command line IN Centos 6.4 by libjpeg-trubo:
/usr/local/bin ...