This question may be related to a resolved thread.
Hi all,
looks like this is not working for me.
I have EE 1.6.4 installed.
I’ve just modified my core.img_lib.php:
class Image_lib {
var $resize_protocol = 'gd2'; // Can be: imagemagick, netpbm, gd, gd2
var $maintain_ratio = TRUE; // Whether to maintain aspect ratio when resizing or use hard values
var $master_dim = 'width'; // height, width, or auto (auto adjusts the dimension based on whether the image is taller then wider or vice versa)
var $dynamic_output = FALSE; // Whether to send to browser or write to disk
var $thumb_prefix = '';
var $file_path = '';
var $file_name = '';
var $new_file_name = '';Look at the attached img for the Pref Panel.
If I upload a new photo which, let’s say, is 560x1200, the resizing engine resizes it at the size specified in the prefs (in this case 400x300), instead of doing a 400x857 pic…
Please help!
Carlo