Search found 25563 matches

by fmw42
2008-11-15T15:38:14-07:00
Forum: Users
Topic: change an image color
Replies: 5
Views: 9572

Re: change an image color

There are missing colors. The color spectrum is not large enough... It looks like a 255 color GIF. But what I need are high quality images. I have seen some other complaints about the resulting IM Gif format, but don't know if they have been resolved. Have you tried saving as png rather than gif?
by fmw42
2008-11-14T17:48:55-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23450

Re: Converting PSD files (multilayerd)

nsh wrote:any news regarding this issue ?

IM 6.4.5-6 is out, have you tried that yet?
by fmw42
2008-11-14T17:31:24-07:00
Forum: Users
Topic: Converting tif to gif file size too big
Replies: 6
Views: 11616

Re: Converting tif to gif file size too big

Hi guys, I tried to search this topic but couldn't get an answer. I was using on our dec alpha ImageMagick 5.3.0 04/01/01 Q:16 A simple conversion from a file size of 20KB tif was 50KB gif. After the upgrade to the latest ImageMagick version on a suse blade, the new gif file is about 4 MB in size. ...
by fmw42
2008-11-14T14:01:02-07:00
Forum: Users
Topic: change an image color
Replies: 5
Views: 9572

Re: change an image color

Hi, I'm trying to change an image color with MagickWand. Unfortunately, nobody could help me with this problem in the MagickWand for PHP Forum (http://www.imagemagick.org/discourse-server/viewtopic.php?f=10&t=12388). But actually the question is not MagickWand specific, but a general ImageMagic...
by fmw42
2008-11-13T19:23:45-07:00
Forum: Users
Topic: enclose jpg in png 'border'
Replies: 9
Views: 17704

Re: enclose jpg in png 'border'

I searched on the forums but can't find this specific issue: I built a script that combines a png over a jpg; the border png is like this: http://paperkudt.nl/labs/digischool/afbGen/img/skin01.png And adding a picture like f.e. http://www.germes-online.com/direct/dbimage/50026557/Toy_Car.jpg with t...
by fmw42
2008-11-13T18:01:06-07:00
Forum: Users
Topic: Highlight hyperlinks in PDFs?
Replies: 3
Views: 9134

Re: Highlight hyperlinks in PDFs?

My PDFs contain hyperlinked text, which seems to have been automatically linked. However, the only way you know it is a link is when you move the cursor over it. Is there any way to automatically highlight all hyperlinks in a document? Is there a way to do this with ghostscript, or with any other s...
by fmw42
2008-11-13T17:57:07-07:00
Forum: Users
Topic: IM working from command line not from PHP
Replies: 3
Views: 6999

Re: IM working from command line not from PHP

I am no PHP expert, but recently tried to see if I could even find IM via my hosting provider. So first be sure you know the path to IM. On my server (after contacting them and spending quite some effort to figure out how to do anything), I was finally able to just see what IM version was being used...
by fmw42
2008-11-13T17:18:18-07:00
Forum: Users
Topic: How to create an anaglyph (stereo image) with modified depth
Replies: 16
Views: 39192

Re: How to create an anaglyph (stereo image) with modified depth

One grey image for red and another for cyan/bg (because our "glasses" are red, cyan). I got to that command from the line in the channels examples (http://www.imagemagick.org/Usage/channels/#channels): As such, even if you use a "-channel BR" setting, "-combine" will e...
by fmw42
2008-11-12T16:00:10-07:00
Forum: Bugs
Topic: IM 6.3.4-10+ does not read EPS3 files created using it
Replies: 4
Views: 8449

Re: IM 6.3.4-10+ does not read EPS3 files created using it

convert logo: eps3:logo.eps or convert logo: -compress LZW eps3:logo.eps and then imdisplay logo.eps or, for example convert logo.eps logo.bmp gives me a blank picture. File logo.eps at that is correct, it contains the logo (this can be checked using other apps to read EPS3). File logo.bmp is liter...
by fmw42
2008-11-12T11:28:57-07:00
Forum: Users
Topic: Conversion of large TIFF images to JP2 Fails...
Replies: 2
Views: 5246

Re: Conversion of large TIFF images to JP2 Fails...

stacemaples wrote:Anybody home?

All I can suggest is that you read http://www.imagemagick.org/Usage/files/#massive or post to the Bugs forum
by fmw42
2008-11-12T11:27:20-07:00
Forum: Users
Topic: montage dont create the file - Tile parameter
Replies: 1
Views: 3959

Re: montage dont create the file - Tile parameter

I had some problems with the comand Convert of last ImageMagick (there is a bug). So I have installed version 6.0.1. Now with the Convert there isn't any problem. I have a problem with Montage. I use this comand: montage file1.png file2.png -mode Concatenate -tile x1 output.png but it dont create a...
by fmw42
2008-11-11T11:11:08-07:00
Forum: Users
Topic: How to create an anaglyph (stereo image) with modified depth
Replies: 16
Views: 39192

Re: How to create an anaglyph (stereo image) with modified depth

-spice is much better here of corse and using it on both images now results in one output image. Experimenting a little with the paranthese (as discribed in basic usage) I'm wondering now why this command doesn't yield what I'd expect/want: convert \( az239b_a_075_0.0.tif -splice 10x0 \) \( az239b_...
by fmw42
2008-11-10T16:36:29-07:00
Forum: Users
Topic: need help with mogrify numbering
Replies: 2
Views: 7445

Re: need help with mogrify numbering

I am not very experienced using command lines, if a program has a GUI I usually go with that. However, after much Googling and searching through this forum, I have finally come up with a command line that ALMOST does exactly what I want it to. I am trying to batch convert a folder of PDFs to JPGs. ...
by fmw42
2008-11-10T12:44:20-07:00
Forum: Users
Topic: How to create an anaglyph (stereo image) with modified depth
Replies: 16
Views: 39192

Re: How to create an anaglyph (stereo image) with modified depth

Thinking about it, rolling is fine but extending the image by the amount they are displaced would be better. One wouldn't loose anything then. I tried: convert az239b_a_075_0.0.tif -channel r -separate -border 10x0 "(" +channel az239b_a_085_10.0.tif -separate -delete -3 ")" +cha...
by fmw42
2008-11-10T11:21:47-07:00
Forum: Users
Topic: help reading PDF
Replies: 15
Views: 26892

Re: help reading PDF

Hi - yes I found the delegates.xml file and made the changes you suggested as follows, Line 80 becomes:- <delegate decode="ps:cmyk" stealth="True" command='"gs" -q -dBATCH -dSAFER -dMaxBitmap=500000000 -dNOPAUSE -dAlignToPixels=0 -dEPSCrop "-sDEVICE=bmp16" -d...