Search found 26 matches

by riegel
2006-09-20T09:44:24-07:00
Forum: Users
Topic: Colors off
Replies: 6
Views: 20477

Colors off

There seems to be some color shifts going on. What I'm doing is giving a photo a border, rotating it slightly and then assigning a background color to match the background color of the page. There are times the background matches and other times it doesn't. You can see what I'm talking about at: www...
by riegel
2006-04-18T13:08:40-07:00
Forum: Users
Topic: Color Overlay
Replies: 7
Views: 23854

magick wrote: convert image.jpg \( -clone 0 -fill red -draw "color 0,0 reset" \) -compose atop -composite image.png


Thanks, it works awesome.
by riegel
2006-04-13T14:29:13-07:00
Forum: Users
Topic: Color Overlay
Replies: 7
Views: 23854

To replace all pixels in an image with a specific color, use this command: convert image.jpg -fill red -draw 'color 0,0 reset' image.png The above command has the effect of creating a red box of the same dimensions as the original graphic. I am looking for something that will replace all exisitng p...
by riegel
2006-04-12T19:15:35-07:00
Forum: Users
Topic: Color Overlay
Replies: 7
Views: 23854

That replaces the transparent areas also, I just want to replace any pixel that has a color similar to Photoshops "Color Overlay" command
by riegel
2006-04-12T15:36:40-07:00
Forum: Users
Topic: Font List
Replies: 2
Views: 13496

I found the answer which has created a new question. I would like to add fonts to the System, but to do so I would need to identify the details of the font. I tried identify to determine the characteristics, but this is what I got. Does ImageMagick identify font files? -bash-2.05b# identify /usr/loc...
by riegel
2006-04-12T15:24:43-07:00
Forum: Users
Topic: Font List
Replies: 2
Views: 13496

Font List

Is there a command to list the available fonts to the underlying ImageMagick System.
by riegel
2006-04-12T15:14:10-07:00
Forum: Users
Topic: Color Overlay
Replies: 7
Views: 23854

Color Overlay

Does anyone know how to duplicate the "Color Overlay" feature in photoshop. Basically it replaces all pixels with a specific color.

Thanks for any help

Terry Riegel
by riegel
2006-03-09T17:08:08-07:00
Forum: Bugs
Topic: ./configure ... make ... error
Replies: 1
Views: 17218

I updated freetype and it solved my problem.
by riegel
2006-03-09T16:12:31-07:00
Forum: Bugs
Topic: ./configure ... make ... error
Replies: 1
Views: 17218

./configure ... make ... error

Hello, I am trying to install Imagemagick 6.2.6 ./configure runs fine with no errors, but when I run make it errors almost immediatly, I am not sure how to proceed. Here is the output from my terminal. I get the same error with 6.2.5 and 6.2.6. Should I try an older version? [ImageMagick-6.2.5]# mak...
by riegel
2005-06-11T13:55:54-07:00
Forum: Users
Topic: What Fonts where?
Replies: 3
Views: 28348

magick wrote: Type
  • identify -list type
to list all the fonts ImageMagick knows about.


I keep getting an error.
identify: UnableToOpenConfigureFile.
Any help on that would be appreciated.

Once I find out what fonts are known how do I add additional fonts?

Thanks
by riegel
2005-06-11T13:44:53-07:00
Forum: Users
Topic: What Fonts where?
Replies: 3
Views: 28348

I keep getting this error when trying identify -list type

identify: UnableToOpenConfigureFile.

Any help would be appreciated.