ZenphotoCMS Forum
calling image code from outside of ZP - 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: calling image code from outside of ZP (/thread-4386.html)

Pages: 1 2


calling image code from outside of ZP - sbillard - 2009-01-23

You probably need to pass the cx,xy parameters as well such that the full image is used for the crop. Original Width = cx+cw, original height =cy+ch




calling image code from outside of ZP - gracestanat - 2009-01-23

Well... I've tried all that, and unless I'm doing it incorrectly, it doesn't work.

here's the original image, sized down:
http://www.stanats.com/gal01/zp-core/i.php?a=pregnancy-delivery&i=03.jpg&w=300&h=199

here's acrylian's suggestion. magnification increases:
http://www.stanats.com/gal01/zp-core/i.php?a=pregnancy-delivery&i=03.jpg&w=300&h=199&cw=300&ch=199

here's your suggestion (looks like its using the full-size image instead of scaling it down):
http://www.stanats.com/gal01/zp-core/i.php?a=pregnancy-delivery&i=03.jpg&w=300&h=199&cw=250&ch=150&cx=50&cy=49

interestingly, if i take cx and cy away, it SHOULD be the same image without shifting, but it's not:
http://www.stanats.com/gal01/zp-core/i.php?a=pregnancy-delivery&i=03.jpg&w=300&h=199&cw=250&ch=150

if i'm doing this incorrectly, can you simply write the correct string so i have an example?

if i'm doing what you suggested, however, then i'm still at a loss as to how to size down an image and then crop it.

sorry if i'm nagging you guys; it just seems like this should be relatively easy to do, but maybe it's not.