class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
i dont want to crop a pic, but fit in specific x and y with keeping the ratio and the space filled with a specific color.
example: - target pic-size 100x70 - pic is resized (by keeping ratio) to 100x50. then it should be centered in y and the space (10px over and under the image) should be filled with red...
example:
- target pic-size 100x70
- pic is resized (by keeping ratio) to 100x50. then it should be centered in y and the space (10px over and under the image) should be filled with red...
is this function included in the class?