PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   error with png file and imageMagick (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/119676-error-png-file-imagemagick.html)

Michaeel November 22nd, 2005 03:32 AM

error with png file and imageMagick
 
hi,

i get allways an error when i upload a .png file to my gallery:

An error occurred while attempting to resize this image. If the problem persists, please notify the webmaster

Error Code: 127
"/usr/local/binconvert" -size 150x112 -geometry 150x112 -quality 80 /home/public_html/gallery/files/4/1_982497.png
/home/public_html/gallery/files/4/1_982497_thumb.png

i use imageMagick as resize programm.


anyone knows how to fix this problem?

Zachariah November 22nd, 2005 09:21 AM

Chapter 2, Installing ImageMagick —Page 21
- ImageMagick requires the PNG library to read the PNG image format.

Michaeel November 22nd, 2005 04:46 PM

PNG library is installed.

i could fix the problem, there was a / missing in imageMagick path right after bin -> "/usr/local/binconvert" :rolleyes:

Zachariah November 22nd, 2005 04:47 PM

Quote:

Originally Posted by Michaeel
PNG library is installed.

i could fix the problem, there was a / missing in imageMagick path right after bin -> "/usr/local/binconvert" :rolleyes:

Glad it was an easy fix. :cool:


All times are GMT -5. The time now is 03:51 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97