Search found 6 matches
- 2014-09-24T23:48:10-07:00
- Forum: Developers
- Topic: wrong quality setting of result when convert with thumbnail
- Replies: 2
- Views: 3669
Re: wrong quality setting of result when convert with thumbn
ImageMagick preserves the quality setting if it can. Normally that's appropriate, but when the image is severely downscaled as you have done, the low quality becomes noticeable. The fix is to do what you have done, namely specify a higher quality (90 should be enough; it's half the filesize and ...
- 2014-09-23T02:20:17-07:00
- Forum: Developers
- Topic: wrong quality setting of result when convert with thumbnail
- Replies: 2
- Views: 3669
wrong quality setting of result when convert with thumbnail
when i convert a jpg file with thumbnail, the result quality setting resulting to fuzzy image, and if i set quality manually the result looks good. so, i want to know how to get a suitable quality value when convert? thanks. remain is the image i test and how to reproduct it: file: http://ztest ...
- 2013-08-15T02:20:29-07:00
- Forum: Bugs
- Topic: label cannot handle "%#"
- Replies: 2
- Views: 2743
Re: label cannot handle "%#"
Solved. % is escape character, use %% to indicate %
- 2013-08-15T01:56:06-07:00
- Forum: Bugs
- Topic: label cannot handle "%#"
- Replies: 2
- Views: 2743
Re: label cannot handle "%#"
Code: Select all
sha256sum -b /dev/null
- 2013-08-15T01:41:30-07:00
- Forum: Bugs
- Topic: label cannot handle "%#"
- Replies: 2
- Views: 2743
label cannot handle "%#"
when I run command
it get such image file
number in image:
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
Code: Select all
convert label:%# label.png
number in image:
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
- 2013-08-01T01:08:11-07:00
- Forum: Users
- Topic: get anti-color image when convert to format webp
- Replies: 3
- Views: 4584
get anti-color image when convert to format webp
source image: http://test369.qiniudn.com/size.jpg
dest image: http://test369.qiniudn.com/size.webp
I just use command
But I dont know why.. thk
Is there bug or something ignored ?
dest image: http://test369.qiniudn.com/size.webp
I just use command
Code: Select all
convert -format webp size.jpg size.webp
Is there bug or something ignored ?