PHP Classes

Image size parameter

Recommend this page to a friend!

      Galleries from Picasa  >  All threads  >  Image size parameter  >  (Un) Subscribe thread alerts  
Subject:Image size parameter
Summary:specifies what image size to use for the media:content
Messages:2
Author:Esteban
Date:2010-04-16 04:36:28
Update:2010-06-08 19:35:31
 

  1. Image size parameter   Reply   Report abuse  
Picture of Esteban Esteban - 2010-04-16 04:36:28
thank you very much, excellent job.
within the class, add the attribute so imgMax to have a specific size. for example:

$pictures = $gallery->getPictures($user_picasaweb, $_GET['gal'], "64c", "640");

possible values
94, 110, 128, 200, 220, 288, 320, 400, 512, 576, 640, 720, 800, 912, 1024, 1152, 1280, 1440, 1600

in the method makeURL()
$thumbsize = "&thumbsize=" . $this->thumbsize . "&imgmax=" . $this->imgMax;

excuse my english

saludos, Esteban

  2. Re: Image size parameter   Reply   Report abuse  
Picture of Pal Buczko Pal Buczko - 2010-06-08 19:35:31 - In reply to message 1 from Esteban
Great idea!
If I have some time I will make it!

Thank You!

paya