Search found 73 matches

by troyd1
2012-01-15T07:15:24-07:00
Forum: Users
Topic: Opaque only the first image in stack
Replies: 2
Views: 5815

Opaque only the first image in stack

Is there a way to make the opaque and other processing options only work on the first image in the stack? I build an image by reading an image, doing an opaque and then a composite multiple times. It changes the current image as well as the previous one that will be composited. I tried putting paren...
by troyd1
2011-12-08T09:46:48-07:00
Forum: Users
Topic: Draw circle dithering
Replies: 3
Views: 8199

Re: Draw circle dithering

Perfect. Thanks, just what I needed.
by troyd1
2011-12-08T08:16:29-07:00
Forum: Users
Topic: Draw circle dithering
Replies: 3
Views: 8199

Draw circle dithering

Im am using IM 6.7.0 q16 on windows xp. I am trying to use the draw circle command. I did convert testsave.png -stroke blue -fill blue -strokewidth 2 -draw "circle 20,20 20,25" test.png. I have some different colors on this image and after doing it, it did not look completely blue. I used ...
by troyd1
2011-08-18T06:58:49-07:00
Forum: Users
Topic: Convert printer control language(pcl) vector image (.hpp)
Replies: 6
Views: 11856

Re: Convert printer control language(pcl) vector image (.hpp

I did more searching and it appears an hpp is short for an hppcl extension. Any suggestions on how to convert these to a jpg?
by troyd1
2011-08-11T13:48:50-07:00
Forum: Users
Topic: Convert printer control language(pcl) vector image (.hpp)
Replies: 6
Views: 11856

Re: Convert printer control language(pcl) vector image (.hpp

Ok, I did not have ghostpcl installed. I am not sure how to install it, but I changed the exe in the distribution to be pcl6.exe. I copied all the files from the distribution into the folder that I am trying to do the convert in. I also installed the urwfonts. I did pcl6 tiger.px3 and it popped up t...
by troyd1
2011-08-11T12:23:30-07:00
Forum: Users
Topic: Convert printer control language(pcl) vector image (.hpp)
Replies: 6
Views: 11856

Re: Convert printer control language(pcl) vector image (.hpp

I am using windows xp version 6.7.0.0 q16. I have ghostscript 9.01 installed which I believe has ghostpcl. I tried convert image.hpp image.jpg and got the following error: Magick: no decode delegate for this image format 'image.hpp' @ error/constitute. c/ReadImage/532. Magick: missing an image filen...
by troyd1
2011-08-11T08:15:51-07:00
Forum: Users
Topic: Convert printer control language(pcl) vector image (.hpp)
Replies: 6
Views: 11856

Convert printer control language(pcl) vector image (.hpp)

I have a vector image font file with the extension of hpp. I want to convert it to a .jpg. Any suggestions on how I would do this?
by troyd1
2011-05-29T07:02:02-07:00
Forum: Users
Topic: resize ! not working properly
Replies: 5
Views: 11423

Re: resize ! not working properly

Sorry about that. It is back now.
by troyd1
2011-05-27T13:32:59-07:00
Forum: Users
Topic: resize ! not working properly
Replies: 5
Views: 11423

Re: resize ! not working properly

C:\temp\TST>convert -version Version: ImageMagick 6.7.0-0 2011-05-20 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP Sorry, about the version misinformation. I tried quoting and it makes no difference and I know the resize is being done, just...
by troyd1
2011-05-27T12:57:24-07:00
Forum: Users
Topic: resize ! not working properly
Replies: 5
Views: 11423

resize ! not working properly

I have 7.0.1 q16 dynamic - window XP. I have been trying the resize with the ! option and in some cases, it will put whitespace on the top and bottom of the resized image. If I do: convert 4.jpg -resize 1650x1275! 4.png Instead of resizing to fill the page, it appears to enlarge it and then add whit...
by troyd1
2011-05-26T10:06:56-07:00
Forum: Users
Topic: Problem with caption not wrapping properly
Replies: 3
Views: 7036

Re: Problem with caption not wrapping properly

That vewsion was not available, so I uploaded 7.0. It is working fine on my test machine. I will load that version on my server and test it better and see what happens.
by troyd1
2011-05-26T08:52:02-07:00
Forum: Users
Topic: Problem with caption not wrapping properly
Replies: 3
Views: 7036

Problem with caption not wrapping properly

I have 6.6.9-7. q16 dynamic - window 2003 server as well as XP. It does the same on both. If I do: convert -density 300 -size 1650x1275 xc:"#ffffcc" ( -background "#00 000000" -fill "#000000" -font c:\windows\fonts\CENTURY.TTF -size 1200x -pointsiz e 28 -gravity center ...
by troyd1
2011-05-26T08:27:30-07:00
Forum: Users
Topic: Resize problem running a bat vs command window
Replies: 3
Views: 7111

Re: Resize problem running a bat vs command window

sorry bonzo, missed your post. Thanks for the input.
by troyd1
2011-05-26T07:38:59-07:00
Forum: Users
Topic: Resize problem running a bat vs command window
Replies: 3
Views: 7111

Re: Resize problem running a bat vs command window

OK. I figured it out. I will keep the message out here in case someone else has the same problem. percent signs in a bat file need to be escaped with another percent sign. I changed it to 20%% and it works fine.