Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 13th, 2006, 06:22 AM
Registered User
 
Join Date: Jan 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default imagecopyresampled

hi there

does someone know a solution for this???

i want to crop an image and use the following function for this.

imagecopyresampled ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )

for some reason i cannot set int src_x, int src_y to specific values to suit my needs. i get the image cropped but always starting from the top left corner, no matter what values i set for int src_x, int src_y.

does anybody know why that is?

also , how can i check which GD library i have installed? probably a stupdi question, sorry :)

thanks in advance
J






Similar Threads
Thread Thread Starter Forum Replies Last Post
imagecopyresampled juergreh PHP How-To 0 February 23rd, 2006 12:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.