The Internet's Original Picture Resizing Tool
Easily crop, resize, and edit your images online for FREE at PicResize. 287,495,945 pictures served!
Home Webmasters / API |
Predefined Dimensions for Resizing Purpose: When linking to PicResize.com, instead of instructing your users to resize to a certain width or height, you can use a special link that has the width and/or height embedded. This will force predefined dimensions.
Usage 1: Use the link below to lock a resizing WIDTH and HEIGHT in pixels: http://www.picresize.com/?prewidth=WIDTH&preheight=HEIGHTExample 1: Force all images resized through this link to become 200 x 400 pixels: http://www.picresize.com/?prewidth=200&preheight=400 Use 2: You can also specify only the WIDTH or HEIGHT. The other dimension will auto scale: http://www.picresize.com/?prewidth=WIDTHExample 2: For all images resized through this link to become 300 pixels wide: http://www.picresize.com/?prewidth=300Example 3: Copy and paste the HTML code below to link to a predefined dimension of 200 by 100 pixels: <a href="http://www.picresize.com/?prewidth=200&preheight=100"> Resize your picture at PicResize.com to 200x100 pixels</a> Fetch Image from Remote URL Purpose: You can pass a valid URL of an image directly to PicResize.com when linking to our web site. We will automatically fetch the image remotely and load the image in our editor.
Usage 1: Use the link below to remotely fetch an image using its URL: http://www.picresize.com/api?fetch=URL Example 1: The link below will fetch 'internich-logo.png' from a remote server and load it in our editor: http://www.picresize.com/api?fetch=http://internich.com/images/internich-logo.png |