Recently Popular Resize Tagged Tutorials
Jan 14
Flash Fluid Layouts And Stage Resize In AS3
This tutorial will teach you the very basic concepts for creating fluid layouts in Flash AS3.
Oct 9
Mass Image Resizing Using Photoshop Actions
Learn how to save time and resize an unlimited number of images with a single command in Photoshop CS3.
Oct 3
How to resize an image (on the fly) and keep its aspect...
This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width's size and reverse. For instance you have an image with the following dimensions: width - 1000, height - 800. Its thumbnail with a width of [...]