recreate thumbnails..

17 years 3 months ago #31433 by ffaabbss
Replied by ffaabbss on topic Re:recreate thumbnails..
yes alright, but batch process can only batch one folder and no subfolders. so aou would have to do that for every user folder, right? quite tiresome...

Please Log in to join the conversation.

17 years 2 weeks ago #36843 by ffaabbss
Replied by ffaabbss on topic Re:recreate thumbnails..
bump:
has development on gallery plugin stopped? could someone maybe take over the development or help nant out.. seems he is quite busy..
there are loads of feature requests and suggestions for improvements... and no advances it seems

Please Log in to join the conversation.

17 years 1 week ago #37172 by nathan
Replied by nathan on topic Re:recreate thumbnails..
You may find your solution in ImageMagick there is a command mogrify that will batch resize images. You must install ImageMagick on your server and have root access.

Please Log in to join the conversation.

17 years 1 week ago #37173 by nathan
Replied by nathan on topic Re:recreate thumbnails..
Allow me to follow up here.

You will need root access to the server to pull this off. Also you will need ImageMagick installed.

Process:
Get all of your full size images. (I did it like this:)
[code:1]
cd images/comprofiler/
mkdir ./thumbs
//get all the images
cp ./* ./thumbs
cd thumbs
// remove the non full size images
rm ./tn*

//use image magick to resize (use your own dimentions)
mogrify -resize 80x80 ./*
[/code:1]

Ok, good. Now download a program called ant renamer. Also use FTP to download the thumbs folder. Use ant renamer to rename the files; Use the "regular expression" option. replace ^ with tn. That should put a tn in front of all of your files. Now upload the renamed files to images/comprofiler/

Hope this helps... I'm not sure what plugins you guys are using.

Please Log in to join the conversation.

17 years 1 week ago #37231 by nathan
Replied by nathan on topic Re:recreate thumbnails..
Fixed below... Stupid code blocks


Allow me to follow up here.

You will need root access to the server to pull this off. Also you will need ImageMagick installed.

Process:
Get all of your full size images. (I did it like this:)

cd images/comprofiler/
mkdir ./thumbs
//get all the images
cp ./* ./thumbs
cd thumbs
// remove the non full size images
rm ./tn*

//use image magick to resize (use your own dimentions)
mogrify -resize 80x80 ./*


Ok, good. Now download a program called ant renamer. Also use FTP to download the thumbs folder. Use ant renamer to rename the files; Use the "regular expression" option. replace ^ with tn. That should put a tn in front of all of your files. Now upload the renamed files to images/comprofiler/

Hope this helps... I'm not sure what plugins you guys are using.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.179 seconds

Facebook Twitter LinkedIn