Search found 10 matches
- 2014-09-28T22:20:55-07:00
- Forum: Developers
- Topic: Imagemagick convert pdf to png returns error
- Replies: 6
- Views: 8115
Re: Imagemagick convert pdf to png returns error
Hi, Still i am getting below error messagge D:\wamp\www>convert -density 300 pdftoimages\sample.pdf[1,2,3] pdftoimages\page. jpg convert.exe: `%s' (%d) "gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOP ROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha ...
- 2014-09-28T21:55:00-07:00
- Forum: Developers
- Topic: Imagemagick convert pdf to png returns error
- Replies: 6
- Views: 8115
Re: Imagemagick convert pdf to png returns error
Hi,
Yes The file exists.
convert -density 300 pdftoimages/pdf.pdf[1,2,3] pdftoimages/page.jpg
This above code what i am used.
Here i used / only and i am running on windows 7 os
Thanks and Regards,
Meganathan P
Yes The file exists.
convert -density 300 pdftoimages/pdf.pdf[1,2,3] pdftoimages/page.jpg
This above code what i am used.
Here i used / only and i am running on windows 7 os
Thanks and Regards,
Meganathan P
- 2014-09-27T00:28:22-07:00
- Forum: Developers
- Topic: Imagemagick convert pdf to png returns error
- Replies: 6
- Views: 8115
Imagemagick convert pdf to png returns error
Hi, The imagemagick returns below error message if convert pdf to png image Coding : convert -density 300 pdftoimages/pdf.pdf[1,2,3] pdftoimages/page.jpg error: convert.exe: `%s' (%d) "gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOP ROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT ...
- 2014-09-13T06:58:56-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Re: Imagemagick -composite not working in live server
Hi glennrp,
I really thanks to you. you are "genius". Brilliant guidance.
Really very very very very very.................... thank you.
Its working perfectly. Again thank you so much.
Thanks and Regards,
Meganathan P
I really thanks to you. you are "genius". Brilliant guidance.
Really very very very very very.................... thank you.
Its working perfectly. Again thank you so much.
Thanks and Regards,
Meganathan P
- 2014-09-13T06:48:04-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Re: Imagemagick -composite not working in live server
Hi
Can you reply me on urgent basis?
Please.........
Can you reply me on urgent basis?
Please.........
- 2014-09-13T06:03:33-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Re: Imagemagick -composite not working in live server
snibgo wrote:What does "not working" mean? What error message do you get?
What versions of IM are you using?
[Mod note: please don't multi-post. Other post deleted.]
----------------------------
This is my version: ImageMagick 6.7.6-8 2012-05-02 Q16
- 2014-09-13T06:02:38-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Re: Imagemagick -composite not working in live server
Hi,
This is my imagemagick version
ImageMagick 6.7.6-8 2012-05-02 Q16
This is my imagemagick version
ImageMagick 6.7.6-8 2012-05-02 Q16
- 2014-09-13T05:31:39-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Re: Imagemagick -composite not working in live server
I am not getting any error message even error reporting on.
But imagemagick work with some other features like cut single images into multiple images, apply watermark, remove the png image transparent unwanted spaces and etc.
But imagemagick work with some other features like cut single images into multiple images, apply watermark, remove the png image transparent unwanted spaces and etc.
- 2014-09-13T04:55:19-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Re: Imagemagick -composite not working in live server
I am getting nothing. I run this above code in php. The output image not return as well as i am not getting any error
- 2014-09-13T00:39:15-07:00
- Forum: Users
- Topic: Imagemagick -composite not working in live server
- Replies: 9
- Views: 4982
Imagemagick -composite not working in live server
Hi, I used the below codes in my local server. Its working perfectly. But the same coding does not work convert images/orig-hand-img2.png ( ./uploadedfiles/tool_final_images/site/individual-fingers/5413f41b9b916-finger-0.png -gravity center -geometry +140+157 -resize 60x100! ) -composite ...