Search found 3 matches

by giantjupiter
2011-06-01T00:02:43-07:00
Forum: Users
Topic: how to manually specify the jp2 type?
Replies: 5
Views: 8779

Re: how to manually specify the jp2 type?

'-type TrueColor' solved my problem. Thanks. :D
by giantjupiter
2011-05-31T22:39:00-07:00
Forum: Users
Topic: how to manually specify the jp2 type?
Replies: 5
Views: 8779

Re: how to manually specify the jp2 type?

The command line used in the batch job is

Code: Select all

convert.exe -unsharp 0x1.5 -density 72x72 -resize x1200 -define jp2:rate=0.04 input.jpg output.jp2
by giantjupiter
2011-05-31T21:33:56-07:00
Forum: Users
Topic: how to manually specify the jp2 type?
Replies: 5
Views: 8779

how to manually specify the jp2 type?

Hi, I have a lot of jpg images which I used "convert" to convert them to jp2 images, but one of them, which is all text, was converted automatically as grayscale, and resulted in a very blur image. The rest are fine. I run them in a batch job, so I have to use the identical parameters for all the ...