What I want to do is:
1. Allow the user to use ANY SIZE image they want (for example- their camera makes 3456x2304 image) to add the item.
2. Then, I want to resize it and save only 640, 800 and 1024 size images. Finally, I want to discard the original.
What I am unsure of is the parameter "Maximum dimensions of full sized images ". If I set this to 1024, will this stop them from being able to use the 3456x2304 image to make the needed resizes???
Is this possible??
Gallery URL = http://thunderboatsos.com/photos/main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 4.4.9 cgi-fcgi
Webserver = Apache
Database = mysqlt 4.1.20-max-log, lock.system=flock
Toolkits = ArchiveUpload, Exif, Getid3, NetPBM, Thumbnail, Gd, ImageMagick, Ffmpeg
Acceleration = none, none
Operating system = Linux web139.opentransfer.com 2.6.28.7 #16 SMP Thu Mar 5 06:17:30 CST 2009 i686
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Rows in GalleryAccessMap table = 10
Rows in GalleryAccessSubscriberMap table = 219
Rows in GalleryUser table = 2
Rows in GalleryItem table = 218
Rows in GalleryAlbumItem table = 2
Rows in GalleryCacheMap table = 0
Posts: 22892
I have never used it:
http://codex.gallery2.org/Gallery2:Modules:sizelimit
so you will have to experiment.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 16503
Yep, the sizelimit module works great for just that. I use it all the time. You can set size by image size or file size. Keep the original or discard it making the new size the new original, etc. It's quite flexible.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 77
That re-size module did what I requested. Allows user to upload HUGE files, but builds appropriate re-sizes and discards the original.
THANKS floridave.
One last question:
Does it MATTER if I leave the huge images in the gallery. Meaning, is there a speedup of the database/gallery by restricting the image sizes to something smaller. It isn't an issue of space on the server, but when gallery loads an image, will it load faster if there are only 2 or 3 smaller resizes and no Full-size???
Posts: 16503
Big images only effect anything when they are actually being processed or accessed (bandwidth, etc) As for just sitting there, if people don't have permission to access the original, they are just taking up space or you can use them to rebuild the resizes.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here