Is there something that needs to be 'rebuilt' in order for this change to take effect on existing images?
Announcement
Collapse
No announcement yet.
I have increased the max height and width for attached images...
Collapse
X
-
The size of the image (.png) when I uploaded it was 569 x 960 pixels.
The Attachment Manager originally had 620 x 280 (max width x max height).
I changed it to 800 x 600 but the image is still displaying as 472 x 280.
Could the problem be that the Maximum Filesize is set to 20000?
What does vbulletin do to images that are under the max width and max height but near the Max filesize?
Comment
-
So when the image is uploaded, for the first time, it is re-sized and stored in the database at that new size?
Also, I'm curious, as to why the .png that I uploaded was converted to a .jpg. I noticed that when I went to edit the post I saw the extension had changed from .png to .jpg.
Thank you.
Comment
-
If any resizing or thumbnail generation is involved, then the format might change. These generated images are either JPG or PNG depending on your server configuration.
In my testing, post attachments are not automatically resized if they exceed the dimension limits. However, they are resized for the purpose of thumbnails if you have those enabled.
Comment
-
Originally posted by Jake Bunce View Post....In my testing, post attachments are not automatically resized if they exceed the dimension limits. However, they are resized for the purpose of thumbnails if you have those enabled.
If that is not the purpose, can images be resized that exceed specified limits?
Comment
-
-
In the vBulletin Options
vBulletin Options > Message Attachment Options > Resize Images
If an image is larger than your maximum allowed dimensions or filesize, an attempt to resize it will be tried. This may fail if the image is too large to be successfully processed or if the image type is not supported for resizing. When this option is enabled, you should limit the Attachment Input options above to one, otherwise the uploading of multiple large images by one user could strain your server.'
You're server will need either GD or ImageMagick for this to work.
Comment
-
I checked to make sure that I had all the admincp settings correct and it appears that I do.
I also have both Imagemagick and GD.
But for some reason when I try to upload even one image that is larger than the dimensions specified in my Attachment Manager I get an 'image exceeds limits' message during my attempt to upload.
For example, I have my .jpg Max Filesize set to 100,000 bytes (97.65625 kilobytes). I tried to upload an image that was 101 kilobytes and I got the 'image exceeds limits' message during my attempt to upload.
Any idea what could be going wrong? The image in the example was only about 3 kilobytes larger than the maximum size limit. Should it have been able to be resized?
Thanks.
Comment
Related Topics
Collapse
-
by heredia21How could I auto resize large images that are embedded in the post?
-
Channel: Support Issues & Questions
Mon 9 Dec '13, 2:18pm -
Comment