Search found 180 matches

by javismiles
2011-03-18T02:27:14-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

Re: php windows vs linux differences

seeing a lot of people around google with this same problem of "missing an image filename" error, and considering the other very weird problems i have i start to consider if maybe my linux imagemagick installation although it seemed to work great, maybe it didnt and some things are missing...
by javismiles
2011-03-18T02:19:55-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

Re: php windows vs linux differences

i see that some things are also different, see this command convert -background none -fill #559933 -font type/palace/palace_normal.ttf -pointsize 22 -rotate 0 -gravity West label:"A FILM" venga.png error: convert: missing an image filename `-fill' @ error/convert.c/ConvertImageCommand/2974...
by javismiles
2011-03-18T01:52:03-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

Re: php windows vs linux differences

how is this possible, i dont get it this doesnt work (which it should) $cmd = "convert " . " -background none -fill red -pointsize 51 label:TEST {$target_image}"; and this one works however $cmd = "convert " . " {$source_image} -background none -fill red -pointsize...
by javismiles
2011-03-18T01:46:38-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

Re: php windows vs linux differences

so look at this this works $cmd = "convert " . " {$source_image} -background none -fill red -pointsize 51 label:VIVA {$target_image}"; this doesnt work! (and this would be right syntax not the previous one!) $cmd = "convert " . " -background none -fill red -pointsi...
by javismiles
2011-03-18T01:42:12-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

Re: php windows vs linux differences

seems like in linux when i specify a source image it works, but if not it doesnt, from php i mean,
from the shell in linux everything works, all,
its from php that most things dont work but some do, totally puzzling

and these are the very same commands that worked in windows, all of them,
by javismiles
2011-03-18T01:35:22-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

Re: php windows vs linux differences

i dont get it, how can a simple convert image1.jpg image2.png work with no problems including a -resize but this however doesnt work $cmd =' convert -background none -fill red -pointsize 51 label:TEST '.$target_image; i dont get it, you see, things as simple as that that were working in windows, don...
by javismiles
2011-03-18T01:22:31-07:00
Forum: Users
Topic: php windows vs linux differences
Replies: 13
Views: 24860

php windows vs linux differences

hi, i have a website that uses a lot of imagemagick from php, all works great, and i have been executing commands using the shell commands, you know directly "convert -background none .. etc etc " now i have moved to a linux server, i installed imagemagick all well, and from php i can exec...
by javismiles
2011-03-17T23:57:28-07:00
Forum: Users
Topic: Linux PHP access to image magick permission
Replies: 1
Views: 3938

Re: Linux PHP access to image magick permission

for those with same problem
it was the writing permissions for user apache
by javismiles
2011-03-17T23:33:30-07:00
Forum: Users
Topic: Linux PHP access to image magick permission
Replies: 1
Views: 3938

Linux PHP access to image magick permission

hi, i have managed to install imagemagick on CentOS 64 finally, and i want to post the commands i used to help other people because i know many have problems with this, but i have a problem now, commands work from the command line in linux, but not from PHP, imagemagick seems to be in the path becau...
by javismiles
2011-03-17T23:30:38-07:00
Forum: Users
Topic: HELP please, installing imagemagick on linux CentOs 64
Replies: 7
Views: 28402

Re: HELP please, installing imagemagick on linux CentOs 64

now the only issue is that from command line it works but not from php any help please on Linux why could this be? do i need to add imagemagick to the path? but i think its already there as i can execute it from all folders at command line is it a permissions issue? do i need to give permissions to ...
by javismiles
2011-03-17T23:29:32-07:00
Forum: Users
Topic: HELP please, installing imagemagick on linux CentOs 64
Replies: 7
Views: 28402

Re: HELP please, installing imagemagick on linux CentOs 64

Goooooooooooooood news i think it has installed now, i found good instructions on another page and i post them here so that they can help other people, i have tested from the command line "convert image1.jpg image1.png" and it worked yum install tcl-devel libpng-devel libjpeg-devel ghostsc...
by javismiles
2011-03-17T22:59:57-07:00
Forum: Users
Topic: HELP please, installing imagemagick on linux CentOs 64
Replies: 7
Views: 28402

Re: HELP please, installing imagemagick on linux CentOs 64

i tried again , got these errors, i dont understand, im following your instructions, i installed the development environment first, RPM build errors: user cristy does not exist - using root group cristy does not exist - using root user cristy does not exist - using root group cristy does not exist -...
by javismiles
2011-03-17T22:09:44-07:00
Forum: Users
Topic: HELP please, installing imagemagick on linux CentOs 64
Replies: 7
Views: 28402

Re: HELP please, installing imagemagick on linux CentOs 64

hey Anthony i followed that page, first i did sudo yum groupinstall "Development Tools" sudo yum install rpmdevtool libtool-ltdl-devel then i downloaded the ImageMagick-6.6.8-5.src.rpm and then i did the : nice rpmbuild --nodeps --rebuild ImageMagick-6.6.8-5.src.rpm but i got these build e...
by javismiles
2011-03-17T22:04:00-07:00
Forum: Users
Topic: HELP please, installing imagemagick on linux CentOs 64
Replies: 7
Views: 28402

Re: HELP please, installing imagemagick on linux CentOs 64

thank you very much Anthony for your kind and quick response, ok i am going to try that right now, i am pretty new to Linux unfortunately but i will follow the instructions of that page, i used unix in the past, im just refreshing it all again now i moved to linux from windows because i love apache-...
by javismiles
2011-03-17T21:23:34-07:00
Forum: Users
Topic: HELP please, installing imagemagick on linux CentOs 64
Replies: 7
Views: 28402

HELP please, installing imagemagick on linux CentOs 64

dear friends, im a bit desperate in here, i have moved to a new server, it is a Linux CentOS CentOS 5.5-64 previously i was on a windows server where imagemagick ran beautifully, now i have moved to a CentOS CentOS 5.5-64 i cannot manage to install imagemagick, whatever i tried, i am following all t...