Welcome To Snipplr
Everyone's Recent Snippets Tagged resize
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This function will return the height and width of an image that will change if the height/width is greater than the maximum supplied width and height.
2
779
posted 16 years ago by dmlanger
This requires ImageMagick installed.
Resize, as well as convert the image format.
(Note: either of WIDTH or HEIGHT can be left blank, e.g. WIDTHx and the image will be resized proportionally)
1
937
posted 16 years ago by soroush
Use this to upload and resize your images using RMagick. Code by nixnewbie.
2
1019
posted 17 years ago by Tricon
This provides a nice split view resizing method with a minimum size restraint. You HAVE to specify MIN_LEFT_PANE_W for this to work.
2
1005
posted 17 years ago by iloveitaly