Search found 1147 matches

by glennrp
2006-07-04T07:50:50-07:00
Forum: Users
Topic: Converting PCT to GIF is not working
Replies: 2
Views: 11870

Try

Code: Select all

identify -verbose pict.pct
and see if tells you anything useful like the presence of offsets. If there *are* offsets you can get rid of them with the +repage option (or with the +page option with older versions).
by glennrp
2006-07-04T05:47:23-07:00
Forum: Users
Topic: Installation instructions wrong!?!
Replies: 1
Views: 8215

Looking at the page source, that "dot" is actually the "& bull" entity, which may look like a vertical bar on some renderers (or may have looked like a vertical bar once upon a time). The whole site should be checked for use of this entity and it should be replaced with somet...
by glennrp
2006-07-02T18:43:50-07:00
Forum: Users
Topic: resizing animations (different sized frames)
Replies: 1
Views: 7693

Try

Code: Select all

mogrify -coalesce -resize 100x100 -deconstruct file.gif
You might need to use convert instead of mogrify

Code: Select all

convert in.gif -coalesce -resize 100x100 -deconstruct out.gif
Glenn
by glennrp
2006-07-01T08:37:48-07:00
Forum: Users
Topic: How To Convert Image To Indexed Colors?
Replies: 0
Views: 6200

Firefox says your sample image is a 1x1 GIF, not a useful JPG.

To answer your question, quantize to 256 colors or less and write
to a format that supports indexed colors.
by glennrp
2006-07-01T08:30:49-07:00
Forum: Users
Topic: interesting need with what i would think is a simple solutio
Replies: 0
Views: 5720

convert file.png file.txt
[manipulate file.txt]
convert file.txt new_file.png
by glennrp
2006-06-23T06:51:41-07:00
Forum: Users
Topic: How to remove lines from an image? Will pay for help.
Replies: 1
Views: 10109

Open a target image the same dimensions as your source. Scan the source looking for "5". Wherever you find one, draw one in the target image. Repeat with "0". By "looking for 5" I mean look for a rectangle in which every black pixel of a small image of the "5"...
by glennrp
2006-06-21T06:47:09-07:00
Forum: Users
Topic: png reading problem
Replies: 1
Views: 7304

After you upgrade libpng to an incompatible version (1.0.x -> 1.2.x) you have to recompile ImageMagick. Incidentally, libpng-1.2.2 is also pretty old. The current version is 1.2.10.
by glennrp
2006-06-20T03:58:28-07:00
Forum: Users
Topic: bit depth problem
Replies: 0
Views: 6802

Try using the "+matte" option.
by glennrp
2006-06-13T22:12:08-07:00
Forum: Users
Topic: create jpeg lossless file
Replies: 0
Views: 7066

Look in the delegates directory at ftp.imagemagick.org/pub/ImageMagick

JPEG lossless patch (apply to IJG JPEG library sources)

ljpeg-6b.tar.gz

Why do you want to write lossless JPEG files? Almost no one can read them.
by glennrp
2006-06-13T22:00:33-07:00
Forum: Users
Topic: Trim Whitespace
Replies: 1
Views: 11256

Just to clarify, in your example it gives an output of: 464x479 640x480+88+1. Does this mean that pixel has been trimmed from the top/bottom, 88 from the left and 88 from the right? If this is so, any idea why my images give +0+0 as the output? It means the resulting image is 464x479, the original ...
by glennrp
2006-06-07T06:04:23-07:00
Forum: Users
Topic: problem with convert and max width
Replies: 0
Views: 7093

Read the documentation about "geometry". It's either
"100x<" or "100x>". One means "only if larger" and the
other means "only if smaller".

Glenn R-P
by glennrp
2006-06-05T05:26:22-07:00
Forum: Users
Topic: Trim Whitespace
Replies: 1
Views: 11256

$ convert -trim logo: -verbose logo-trimmed.png
logo:=>logo-trimmed.png LOGO 640x480=>464x479 640x480+88+1
by glennrp
2006-04-21T08:19:23-07:00
Forum: Users
Topic: File size increase with convert
Replies: 4
Views: 20399

Besides using -sample or -colors, you could write PNG with -quality 90
and probably get somewhat smaller files. ../glenn
by glennrp
2006-04-19T15:03:11-07:00
Forum: Users
Topic: Marge two images?
Replies: 0
Views: 8190

q6z4k_ wrote: I found out that it can be done with composite tool, but how do I make the second image 50% transparent??

-dissolve 50
by glennrp
2006-04-11T15:18:02-07:00
Forum: Users
Topic: resize or scale image file size is too big
Replies: 1
Views: 12287

Hi, Just ran identify on all the three images and this is the output. Any ideas? When output is jpg, it is defnitely not black and white image even if the source is. Looks like convert to png is fine. What could be causing this? Your results are OK. It's just that JPEG doesn't support pure black/wh...