GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Looking for a script... (https://gfy.com/showthread.php?t=205554)

acctman 12-06-2003 11:56 PM

Looking for a script...
 
I need a image script, or plugin/command that will scan and resize all images in a folder to a max height & width of 350 pixels keeping the picture in proportion.

anyone know where i can get this at?

jennycards 12-07-2003 12:08 AM

If it's on a Linux server I can do that. Contact me: os[at]jennycards.com.

grannytgp 12-07-2003 12:15 AM

Quote:

Originally posted by acctman
I need a image script, or plugin/command that will scan and resize all images in a folder to a max height & width of 350 pixels keeping the picture in proportion.

anyone know where i can get this at?

Use ImageMagick.... a free, and very powerful tool for both *nix and Windows machines.

The utility you'll want to use is called mogrify, and comes with the ImageMagick bundle. Here's the info on mogrify: http://www.imagemagick.org/www/mogrify.html

I believe the command line would look like such:
mogrify -size 350x350 *.jpg -resize 350x350 +profile "*"

If it's a *nix machine, just change to the directory where the images are located and run this command (or use the full directory path in the command line).

acctman 12-07-2003 10:01 PM

thanks.

I have a question about ImageMagick is there a way to make it copy the 350w/h images to another folder, after they've been processed?

liquidmoe 12-07-2003 11:56 PM

After you read in the image, modify it, then when you write it back, just specify the location. Read their online manpage its quite helpful.

Reak 12-07-2003 11:58 PM

thumbplus 5 can do this :thumbsup


All times are GMT -7. The time now is 05:59 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123