Archive

Posts Tagged ‘image resizing’

Add Client Side Image Resizing

December 28th, 2011 Comments off

This job is easy to understand. We are looking someone to upgrade Uploadify to be able to make client-side re-size on uploaded images before send to handler. Must works on : jpeg,jpg,gif and png.

Payment will be done after we test it locally or at least test it on your server/demo web page.

If you need more info, please contact me.

Extra: java-script communication about max-width.
Extra: experienced flash AS, .NET WCF services developer for future project or upgrading this one.

Image Resizing Software

June 23rd, 2009 Comments off

Hi,

I need a simple standalone batch image resizing application done for win xp.
Specs as follow:

-Needs to batch resize all pics (jpeg files) in a specified folder (+all its subfolders) with these specs:

+I Need to be able to specify a min+max size

(example, if i set: min size: 640×480 / max size: 1600×1200:
- all pics that are smaller than 640×480 will be resized bigger to match the min size
- all pics that are found bigger than 1600×1200 will be downsized smaller to match the max size)
- all pics that are in between the min/max size will be left untouched

+Need to be able to specify a min+max file size

(example, if i set: min file size: 50kb / max file size: 200kb:
- all pics that are smaller than 50kb will be saved at a bigger size (higher jpeg quality) to match the min file size
- all pics that are found bigger than 200kb will be downsized/compressed (jpeg quality/compressed) to match the max file size

+Needs to keep the initial image ratio & process portrait/landscape images accordingly.

+When i select a folder to batch-resize, it needs to add all the pics found inside its subfolders.
All the new/processed images need to overwrite the old ones.

Regards,
Aur

Image Resizing Script

May 13th, 2009 Comments off

I need a simple script or in-line code that can resize a thumbnail image to the proper size for my WordPress theme.

For example, I need thumbnails that are standardized to 192x120px. However, when I pull an automatic thumbnail from a YouTube video RSS feed, the image is 120x90px.

An example of the code to display the thumbnail is:

<div class=”thumbnail”>
<a href=”<?php the_permalink() ?>” title=”<?php the_title() ?>”>
<img width=”192″ height=”120″ style=”background: url(<?php $key=”thumbnail”; echo get_post_meta($post->ID, $key, true); ?>) center no-repeat” class=”thumb” src=”<?php bloginfo(‘template_url’); ?>/images/zoom.png” alt=”<?php the_title() ?>” /></a>
</div>

As you can see, the page loads the video thumbnail as a background image within the DIV and then puts a transparent image (zoom.png) on top. This puts a floating triangle over the top of the image to look like a “play” button. (an example of this effect is on the homepage of FDAWarning.org).

I need a script that will take the image that has been saved (approx 120×90 dimensions, although it is variable) and automatically scale that image as needed to fill the space. The image should scale evenly (height and width) to 192×120 and trim any part of the image that extends outside the box.

For example, the YouTube thumbnail is stored as 120x90px. So, the script would expand this image to 192x144px and then trim off 12px from the left and right (24 extra pixels, evenly split between left/right). So, the resulting image will display as 192×120 in my theme.

Bulk Image Resizing

April 21st, 2009 Comments off

have a quick project, need 288 images at various sizes that need to be resized to 100×100 pixels and saved using the exact filename.

some of the images have text so SOME images may need to be cropped before resizing

I will zip the files – Deliverables are: zip up and return the images as 100×100 size

Bear