Archive

Posts Tagged ‘resize images’

Crop And Resize Images

March 15th, 2010 Comments off

There are 171 images that need resizing.
They need to be cropped first and put on a white background in Photoshop.
They then need to be resized to 3 different sizes and each size saved using a specific naming convention (the PLU of each item) eg 71156_main or 71156_zoom or 71156_details (the images already have the correct PLU)
I will explain further but please note there will be 171 to crop but 513 altogether once finished.
This could be a monthly job though the number of images will vary.

Resize Images /w Php Mw Hook

December 20th, 2009 Comments off

I have a mediawiki website that has an extension that automatically watermarks images.

The problem is that sometimes people upload images that are too large, so when my users try to view them in light box it goes nuts.
http://www.bodykitwiki.com/wiki/Finish_Line_-_Mazda_RX-7_%282nd_Gen%29
(try clicking on a pic of the red car)

You can see how huge these pics are.. I would like the watermark code modified so that the image is resized before the watermark is applied.

I want the resize to be clean without much distortion, also if the picture is too small I would like it enlarged.

Were probably talking about 6 lines of php code, no mysql.

Categories: PHP Tags: , , , ,

Resize Images /w Php Mw Hook

December 19th, 2009 Comments off

I have a mediawiki website that has an extension that automatically watermarks images.

The problem is that sometimes people upload images that are too large, so when my users try to view them in light box it goes nuts.
http://www.bodykitwiki.com/wiki/Finish_Line_-_Mazda_RX-7_%282nd_Gen%29
(try clicking on a pic of the red car)

You can see how huge these pics are.. I would like the watermark code modified so that the image is resized before the watermark is applied.

I want the resize to be clean without much distortion, also if the picture is too small I would like it enlarged.

Were probably talking about 6 lines of php code, no mysql.

Categories: PHP Tags: , , , ,

Resize Images

March 17th, 2009 No comments

Hello,

I have approximately 125 images that need to be batch re-sized/renamed. Basically, i am giving you a large image. I need for you to create a small and a large image…and then just rename the extra large image…Here is how it will work

small – 175(w) X 199(h) [rename with "_s.jpg" at end of file]
large – 300(w) X 342 (h) [rename with "_l.jpg" at end of file]
extra large (no need to resize…but convert name to have “_xl.jpg” at end of file]

If an image is not a jpg, then just leave as whatever file type it is.

You can download the images here:

http://campaign.arlottamcm.com/clients/players/players_images.zip

http://campaign.arlottamcm.com/clients/players/players_images1.zip

You could just send them back in one zip file.

Thanks.

Bear