Search found 2972 matches

by Bonzo
2006-08-31T11:48:29-07:00
Forum: Users
Topic: Another simple newbie question-
Replies: 1
Views: 9549

It should work without -size; you can use the getimagesize( ) function and build that into your code.

But just try without -size 200x200 and see what happens.

Thats good; I was trying to post this as you posted your edit !
by Bonzo
2006-08-31T10:51:50-07:00
Forum: Users
Topic: Another simple newbie question-
Replies: 1
Views: 9549

This code is originaly from Anthonys's example site: exec("/usr/local/bin/convert -size 200x200 $image -thumbnail '100x100>' \ -gravity center -crop 120x120+0+0\! \ -background skyblue -flatten pad_view.jpg"); Its a while since I did this and can not rember what it all means :oops: But I w...
by Bonzo
2006-08-11T14:45:23-07:00
Forum: Users
Topic: Simple Text Label Examples Fails
Replies: 16
Views: 53449

I have just tried the example code and it worked Ok for me.

I would guess that the "gs" in these two lines relate to ghost script ?

sh: line 1: gs: command not found
sh: line 1: gs: command not found
by Bonzo
2006-08-11T14:16:01-07:00
Forum: Users
Topic: transparent png in Internet Explorer
Replies: 6
Views: 21892

Anthony here is a link to an image somebody did for me to prove you could get IE to display a png with transparency. The quality of the edges is not as good as the pngs normaly are due to losing the semi-transparent pixels. Basicly as you said it is a gif. The guy would not tell me how he did it ( h...
by Bonzo
2006-08-10T12:27:59-07:00
Forum: Users
Topic: transparent png in Internet Explorer
Replies: 6
Views: 21892

I do not know how to do it in ImageMagick but I think you need to go to 8 bit and have index transparency or something.
by Bonzo
2006-08-09T14:04:03-07:00
Forum: Users
Topic: display, comment & identify
Replies: 4
Views: 15085

I think there must be something missing in the setup as I said in the first post display, comment & identify will not work. Display will not work as I am not on an X server ? and I assume that as identify and comment will not work and they are both using text the problem must be linked. Debug do...
by Bonzo
2006-08-09T12:45:42-07:00
Forum: Users
Topic: bevel button effect?
Replies: 1
Views: 8789

It should be possible although I would not be able to do it !

http://redux.imagemagick.org/gallery/di ... at=0&pos=0
by Bonzo
2006-08-08T15:30:01-07:00
Forum: Users
Topic: display, comment & identify
Replies: 4
Views: 15085

This is starting to anoy me now. Why will identify not work ? I have now tried: exec("/usr/local/bin/convert -verbose -identify zompus/50cent22.png"); exec("/usr/local/bin/convert -verbose identify zompus/50cent22.png"); exec("/usr/local/bin/convert identify -verbose zompus/...
by Bonzo
2006-08-08T11:59:25-07:00
Forum: Users
Topic: PSD -> JPG fails
Replies: 2
Views: 10832

I was trying to help someone else out with psd images and my notes and tests are here: http://www.rubblewebs.co.uk/imagemagick/psd.php We were trying to sort the transparency out and did not get a black image. From memory a lot of the problem was caused by the psd layers. Check the folder were the i...
by Bonzo
2006-08-04T10:14:31-07:00
Forum: Users
Topic: Trying to make Thumbnails with `convert` & PHP…
Replies: 5
Views: 21000

I would try making the comand simpler first and see what happens: exec("/usr/local/bin/convert plans/24.tif -resize 310x414! -quality 50 -debug all thumbnails/24.jpg"); Notes: I have found you do not need the full server path to the image. An image path like /Users/johnm/webfolder/win/plan...
by Bonzo
2006-08-01T10:43:51-07:00
Forum: Users
Topic: Trying to make Thumbnails with `convert` & PHP…
Replies: 5
Views: 21000

I have not converted a tiff but there are some php code examples I have made at http://www.rubblewebs.com/imagemagick/thumbnail.php If you use my code for some reason the line below is causing a problem all of a sudden, I do not know if my host has changed something but just remove it. If you are le...
by Bonzo
2006-07-29T10:39:47-07:00
Forum: Users
Topic: eps to jpg conversion problem (no error was thrown)
Replies: 0
Views: 7265

This is saying your image is called: diop.eps-geometry508_359geometry-.jpg which may be the problem.

I would say there is something wrong with your code.

Saying that unless you have changed something I can view it OK using IE.
by Bonzo
2006-07-29T09:32:47-07:00
Forum: Users
Topic: How to make the background of a eps file to be transparent?
Replies: 1
Views: 9541

I no nothing about eps format or using Imagemagick in windows and can not test this.

convert origin.eps -transparent white transparent.eps
by Bonzo
2006-07-28T12:08:00-07:00
Forum: Users
Topic: Coloring page from color picture ?
Replies: 14
Views: 65948

Sorry I have only just seen your post cocktail22. This bit of code should work OK but you will probably need to split it into 2 pages like you did with the last bit ! <?php // If the form has been submitted do this if ( $Submit ) { // Temporary upload image name $original_image = $_FILES['filename']...
by Bonzo
2006-07-25T11:00:26-07:00
Forum: Users
Topic: Problem with making a jpg with text
Replies: 0
Views: 6042