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/)
-   -   Large images (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/119350-large-images.html)

MotoUp October 12th, 2005 04:33 PM

Large images
 
If I try and upload anything larger than 1024x768, even though I have my max set at 1600x1200, I get a black white page. No error, and no picture.

Any ideas?

MotoUp October 12th, 2005 05:36 PM

Re: Large images
 
Also, if a user posts an image that is larger than the max dimensions, shouldn't it resize it accordingly? If so, mine isn't doing that.

Brian October 13th, 2005 01:56 PM

Re: Large images
 
Your host has a low amount of memory allocated to PHP. You need to ask them to either up this limit, or install ImageMagick as it does not have the same memory restrictions that GD does.

MotoUp October 13th, 2005 02:17 PM

Re: Large images
 
The PHP memory limit is set to 8 MB. I know the images aren't even over a MB. Think that would make any difference?

Brian October 14th, 2005 01:36 PM

Re: Large images
 
The filesize of the images doesn't matter. GD uses your server's memory and the amount of memory used depends on the dimensions of the image.

DaveWinfield November 10th, 2005 06:20 AM

Re: Large images
 
Imagemagick seems to work much better than GD..

I was having all sorts of problems uploading until I switched over..

Brian November 10th, 2005 10:29 AM

Re: Large images
 
ImageMagick really is a much better program than GD and I would highly recommend it for anyone that has the option to use it. :)


All times are GMT -5. The time now is 07:28 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