Search found 547 matches

by Drarakel
2010-05-11T12:41:27-07:00
Forum: Bugs
Topic: Color reduction changes colors unnecessarily
Replies: 3
Views: 10158

Re: Color reduction changes colors unnecessarily

Thanks for your confirmations! Another example with the color reduction.. I always wondered why it's so difficult to write 8 bit per pixel BMPs (when there are already less than 256 colors). Well, that's off-topic.. But the thing is: I can use "-colors 256" to force it to 8bpp - but then s...
by Drarakel
2010-05-11T09:15:46-07:00
Forum: Bugs
Topic: BUG!? border + trim = 2 line remaining only at top
Replies: 13
Views: 26796

Re: BUG!? border + trim = 2 line remaining only at top

anthony wrote:PNG8 Image file format and GIF are handled and treated in exactly the same way!!!!
Not in the above examples. :wink:
by Drarakel
2010-05-10T12:27:28-07:00
Forum: Users
Topic: Text antialiasing, poor file conversion
Replies: 8
Views: 45923

Re: Text antialiasing, poor file conversion

The filesize should stay about the same with supersampling. Anyway, this method is mainly for vectorial elements that can be rasterized at a higher density and then get downsized (and the downsizing does some sort of antialiasing). But this last PDF is solely made out of images (already rasterized, ...
by Drarakel
2010-05-10T08:19:11-07:00
Forum: Users
Topic: how to determine and match a color profile
Replies: 10
Views: 46871

Re: how to determine and match a color profile

If the input happens to already have GenericCMYK.icc embedded, the first "-profile" will have no effect The documentation says something different: http://www.imagemagick.org/Usage/formats/#color_profile_changing If the original image already contains a profile, for example a CMYK profile...
by Drarakel
2010-05-10T07:59:36-07:00
Forum: Users
Topic: Text antialiasing, poor file conversion
Replies: 8
Views: 45923

Re: Text antialiasing, poor file conversion

But what hinders you from using the supersampling method? I think the only disadvantages are an increased processing time - and a bit of blurriness (if the upsampling/downsampling size is not ideal). But the jagged edges of the text will be gone. If you have problems with specific PDFs, you could up...
by Drarakel
2010-05-10T07:41:20-07:00
Forum: Bugs
Topic: Color reduction changes colors unnecessarily
Replies: 3
Views: 10158

Color reduction changes colors unnecessarily

This affects the storage of GIFs, but also manual color reductions. (And it may be the origin of the problem of that thread .) As example - a command that produces a 258x1 stripe with only 3 colors in it, once stored as BMP, once stored as GIF. The GIF has still 3 distinct colors, but some pixels ha...
by Drarakel
2010-05-10T07:38:01-07:00
Forum: Bugs
Topic: BUG!? border + trim = 2 line remaining only at top
Replies: 13
Views: 26796

Re: BUG!? border + trim = 2 line remaining only at top

I think Anthony's GIF test is successful with version 6.6.1-6 (or newer). But this won't change the result of your commands. I believe there is a problem with the GIF format. In the meantime you could use e.g. PNG8 (if you have pictures with max. 256 colors) and convert to GIF only as a last step.
by Drarakel
2010-05-09T13:28:43-07:00
Forum: Bugs
Topic: BUG!? border + trim = 2 line remaining only at top
Replies: 13
Views: 26796

Re: BUG!? border + trim = 2 line remaining only at top

After updating ImageMagick, I now get 256 colors for the second GIF test, too. So that works.
But I'm still getting reduced colors for the 'B156074' GIF. I'll have to do some more tests for that...
by Drarakel
2010-05-08T13:44:01-07:00
Forum: Bugs
Topic: Identify from ImageMagick prints output using wrong units.
Replies: 10
Views: 27982

Re: Identify from ImageMagick prints output using wrong unit

magick wrote:6.6.1-8 Beta
That goes fast! :shock: Thanks! :)
by Drarakel
2010-05-08T13:37:42-07:00
Forum: Bugs
Topic: "-alpha on" sets bad value top-left
Replies: 18
Views: 37174

Re: "-alpha on" sets bad value top-left

OK. Thanks again!
(It seems the documentation has a bit changed now.)
by Drarakel
2010-05-08T12:17:46-07:00
Forum: Bugs
Topic: Identify from ImageMagick prints output using wrong units.
Replies: 10
Views: 27982

Re: Identify from ImageMagick prints output using wrong unit

The rounding of the density values is better now (IM v6.6.1-6), thanks! But it doesn't work for all cases.. An example with a 96dpi PNG.. "identify -verbose" shows for that file: Resolution: 37.8x37.8 Print size: 21.5873x30.291 Units: PixelsPerCentimeter "identify -verbose -units Pixe...
by Drarakel
2010-05-08T08:50:40-07:00
Forum: Bugs
Topic: convert -list exits with return-code of 1
Replies: 9
Views: 21312

Re: convert -list exits with return-code of 1

Thanks! (The list in the documentation is now also identical to my "convert -list list" output.)
by Drarakel
2010-05-08T08:45:51-07:00
Forum: Bugs
Topic: Segfault on old-style JPEG compression in tiff
Replies: 9
Views: 27432

Re: Segfault on old-style JPEG compression in tiff

Drarakel what version of libtiff you are use? I'm using the regular Win32 Q16 binary of v6.6.1-5. The libtiff version here seems to be 3.9.2. I've now updated to ImageMagick v6.6.1.6 - not sure about the libtiff version, sorry. It's still workin' (with the warnings, but the output is fine): convert...
by Drarakel
2010-05-07T12:40:56-07:00
Forum: Users
Topic: Text antialiasing, poor file conversion
Replies: 8
Views: 45923

Re: Text antialiasing, poor file conversion

I don't think that there is an alternative to the supersampling method. Ghostscript makes the rasterization. You can change the handling of the elements that are antialiased. But some things are simply not antialiased at all with Ghostscript. (I think that normal fonts are antialiased. But other vec...
by Drarakel
2010-05-07T12:24:28-07:00
Forum: Users
Topic: colorspace won't change
Replies: 9
Views: 20857

Re: colorspace won't change

I think that "RGB" is correct. It always shows "RGB" for type grayscale. (But I hate to say that you can't take 'Type' and 'Base Type' as a clear indicator whether it's really stored as e.g. Grayscale or Truecolor.)