![]() |
|
function getCustomImage changed ? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: function getCustomImage changed ? (/thread-2208.html) |
function getCustomImage changed ? - edasque - 2008-02-07 Has function getCustomImage($size, $width, $height, $cropw, $croph, $cropx, $cropy, $thumbStandin=false) changed any ? function getCustomImage changed ? - edasque - 2008-02-07 I used to be able to get a nicely cropped long image with but this doesn't work well with portrait mode photos anymore which get resize too short with getCustomImage(1000, 620, 180, 620, 180, 300, 300). function getCustomImage changed ? - edasque - 2008-02-07 function getCustomImage changed ? - sbillard - 2008-02-08 There is a bug in 1.1.4, fixed in the nightly build. function getCustomImage changed ? - edasque - 2008-02-08 Really, should it be fixed in zenphoto-2008-02-07-trunk.zip ? function getCustomImage changed ? - sbillard - 2008-02-09 Yes. function getCustomImage changed ? - edasque - 2008-02-11 Hmmm, it seems not. getCustomImage(1000, 610, 180, 610, 180, 100, 100 from an image that's creates an image that's 407px x 180px from an original that's 684px x 1024px. Its URL if it helps is: function getCustomImage changed ? - sbillard - 2008-02-11 You shouldn't be setting all the parameters.
here is how stopdesign handles portrait/landscape images: `
|