Yes, it is. You have to edit your theme to use the printCustomAlbumThumbImage() instead of printAlbumThumb()
Take a look at the template functions guide here: http://www.zenphoto.org/trac/wiki/TemplateFunctionsGuide
You can pass multiple sizes through the thumbnail function printCustomAlbumThumbImage in template-functions.php. The function will give you a point of reference as to what parameters it takes. That way, you can use that function in your theme to display thumbs in whatever size you wish, and then have differing sizes in each index.php or album.php page. Does that make sense?
Again, i need this function but really don't know how to put it in place. I will have 3 different thumbnail size. 1 for Index.php, 1 for Album.php, 1 for Image.php.
I went to template-functions.php and try to figure it out.. my poor php skills does'nt help me. Can you ?
Thank you