Gallery version = 2.0 core 1.0.0
PHP version = 4.3.10 apache
Webserver = Apache/1.3.33 (Unix) mod_jk/1.2.8 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a
Database = mysql 4.0.25-standard-log
Toolkits = ArchiveUpload, Exif, Thumbnail, Gd
Operating system = Linux s4.myhostcenter.com 2.6.13-SMP-SF #2 SMP Thu Sep 8 10:01:55 CDT 2005 i686
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Hi guys!
I was wondering on how to bring down the size of my site, but still, keeping all my photos. So, please let me know if some-how I could do the following when uploading a photo:
1. upload the full photo.
2. resize the photo to the first matching "default" resize combination.
3. keep ONLY the resized file.
4. review the permission to see the original size of the photo.
I belive I speak for a lot of people out there when the usual visitors of the site will not want to see a 2200x1400 version of the photo, but will be happy with a fast loading, smaller picture.
Not to mention that the space used by the photo album will be reduced 75%
Please do not mention to resize the pics BEFORE uploading ;)
All the best!
Cristian.
Posts: 32509
resize before upload. it's easy, it's just a few clicks (irfanview -> batch resize hundreds / htousands of photos at once).
the G2 sizelimit module resizes higher resolution / large filesize images on upload to something more adequate and purges the originally uploaded photo.
http://codex.gallery2.org/index.php/Gallery2:Modules:sizelimit
Posts: 7
Thanks a lot for your quick reply.
I am planning to use the batch resize feature of the irfanview/acdsee when
migrating from my legacy system to G2, but usualy, I will use the sizelimit
module for day-to-day uploads
Thanks again!
Cristian.
Posts: 134
thanks for the info on irfanview and the sizelimit module.
does anybody have any experience on the resizing method that gives the best quality resized images (I know Photoshop is best, but no batch function):
- I currently use my local test install of G2 and GD (set at 95%) to resize images (I copy and rename the dat files from the cache directory ... )
- irfanview -- what technology is used for image resize ? (i'm a bit worried when I see the pictures the authors put on their website http://www.irfanview.com/main_about.htm ;-) )
- sizelimit module (I imagine this module also uses GD (or other installed graph binary)?)
thanks for any advice.
Posts: 16504
Seriously, I have seen very little visual difference between Irfanview, Photoshop, Gimp, PaintShop, PhotoImpact and G2 (using ImageMagick or NetPBM) for resizing pics. Yes, Photoshop may be best because is leaves in more data, but it is the worst for saving to web-friendly images. The visual image quality is imposible to notice on a computer screen.
However, I would use something else like ImageMagick or NetPBM with G2 as GD isn't the best in resources or quality IMO.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 134
Thanks.
I think my hosting provider only gives access to GD. How can I test that IM or NetPBM are installed and operational on their server? Is it somewhere in the phpinfo output?
Posts: 32509
photoshop has batch functions of course. it's so powerful that most people are a little scared or don't find it.
just try irfanview, i'm quite happy with it. a friend of mine who shoots hundreds of pics every weekend also uses irfanview.
sizelimit uses the active / top priority toolkit.
Posts: 134
thanks, you made me discover some new Photoshop functionality. I'll try to make it work.