Search found 8 matches

by ChrisHESS
2013-04-11T01:24:28-07:00
Forum: Users
Topic: cr2 php problem
Replies: 4
Views: 7250

Re: cr2 php problem

the defauld image viewer don't open cr2 files, so i use gimp.

http://www.madox.net/blog/2008/11/25/ho ... in-ubuntu/

But that dosen't solve my problem about imgemagick. :(
by ChrisHESS
2013-04-11T01:00:36-07:00
Forum: Users
Topic: cr2 php problem
Replies: 4
Views: 7250

Re: cr2 php problem

Hello snibgo, I'm under Ubuntu and I see a litel problem when i will open the cr2 file him self. They is a totaly transparancy backgrund under ubuntu without picture, but i shered the folder and i open it under Win7; that is correctly open. see what hapen: administrateur@serveur01:~$ cd /var/images ...
by ChrisHESS
2013-04-10T23:44:43-07:00
Forum: Users
Topic: cr2 php problem
Replies: 4
Views: 7250

cr2 php problem

Hello, I need help for print an image withe a script in my page. My file source in a cr2 file to print in ma page in jpeg. <?php #$url = './IMG_6968.JPG'; $url = './IMG_6968.CR2'; $canvas = new Imagick($url); /* Définition du format à JPEG */ $canvas->setImageFormat('JPEG'); /* Affiche l'image * ...
by ChrisHESS
2013-04-05T11:59:39-07:00
Forum: IMagick
Topic: cr2 php problem
Replies: 2
Views: 7702

Re: cr2 php problem

they are an example of a cr2 file:
http://www.envoyercefichier.com/files/I ... 87761.html
it is a French site [free], validity time 20 days for the link, op to 5 April 2013.

tanks for your help.
by ChrisHESS
2013-04-04T07:21:17-07:00
Forum: IMagick
Topic: cr2 php problem
Replies: 2
Views: 7702

cr2 php problem

Hello, I need help for print an image withe a script in my page. My file source in a cr2 file to print in ma page in jpeg. <?php #$url = './IMG_6968.JPG'; $url = './IMG_6968.CR2'; $canvas = new Imagick($url); /* Définition du format à JPEG */ $canvas->setImageFormat('JPEG'); /* Affiche l'image * ...
by ChrisHESS
2013-03-22T16:12:09-07:00
Forum: IMagick
Topic: [solved] first start - error in exemple 4
Replies: 5
Views: 16073

Re: first start - error in exemple 4

hello griffin,

You have right, it was that:
do you have spaces in your php file at start or end? remove the ?> at the end of the file, that at least leaves only the start for spaces or the like.
I remove th space... ant it working.

Thank you :)

By
by ChrisHESS
2013-03-21T08:33:25-07:00
Forum: IMagick
Topic: [solved] first start - error in exemple 4
Replies: 5
Views: 16073

Re: first start - error in exemple 4

Hello Bonzo,

tanks for your answer.

i have install the package with

Code: Select all

sudo apt-get install php5-imagick
Wat the command line, that you have enter for have your informations? that you have post.

Thanks for your help.

Best regards
by ChrisHESS
2013-03-20T13:20:50-07:00
Forum: IMagick
Topic: [solved] first start - error in exemple 4
Replies: 5
Views: 16073

[solved] first start - error in exemple 4

Hello, I begin with ImageMagick under PHP. My server is under Ubuntu 12.04 with Apache.I test example 4 of this link: http://www.php.net/manual/en/imagick.examples-1.php I tested the example 1et it walks without problem, but when I test example 4; that does not go any more. In a file, I have a file ...