08-30-2009, 09:32 PM
I have an idea, and I'm hopeful that it's possible to implement. I'm not a coder, so please excuse me if I'm suggesting something that violates the laws of physics.
I like that you can set the cropping for thumbnails differently for each gallery by using multiple ki_setup.php files. I'm doing that now and it's working as expected.
I've found that one cropping setting does not fit all thumbnails in a gallery. One thumbnail might look better with the setting $th_2sq_crop_hori = "right"; while another thumbnail might look better with $th_2sq_crop_vert = "top";
In the case of our photo gallery, please have a look here:
http://www.taubertarts.com/gallery/rural_landscapes.php
The cropping is set $th_2sq_crop_hori = "right"; for this gallery and the thumbnail with the plane looks perfect. However, the cropping is wrong for the thumbnail of the Georgetown Museum. If I could set the cropping individually, I could make the best choice for each thumbnail.
My suggestion is to have a way to override the default cropping settings for each image by adding lines to the ki_setup.php file for that directory.
For example, perhaps you could add an array where a user could specify the file names and different cropping settings for each of a group of images within a directory.
Would others find this to be a useful feature?
Can somebody get this idea to work?
I like that you can set the cropping for thumbnails differently for each gallery by using multiple ki_setup.php files. I'm doing that now and it's working as expected.
I've found that one cropping setting does not fit all thumbnails in a gallery. One thumbnail might look better with the setting $th_2sq_crop_hori = "right"; while another thumbnail might look better with $th_2sq_crop_vert = "top";
In the case of our photo gallery, please have a look here:
http://www.taubertarts.com/gallery/rural_landscapes.php
The cropping is set $th_2sq_crop_hori = "right"; for this gallery and the thumbnail with the plane looks perfect. However, the cropping is wrong for the thumbnail of the Georgetown Museum. If I could set the cropping individually, I could make the best choice for each thumbnail.
My suggestion is to have a way to override the default cropping settings for each image by adding lines to the ki_setup.php file for that directory.
For example, perhaps you could add an array where a user could specify the file names and different cropping settings for each of a group of images within a directory.
Would others find this to be a useful feature?
Can somebody get this idea to work?