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)
-   -   Little Bash Script for resizing your mechbunny thumbs (https://gfy.com/showthread.php?t=1116350)

fris 07-24-2013 10:46 AM

Little Bash Script for resizing your mechbunny thumbs
 
Thought I would share, I had the default size thumbs enabled and then changed the size and needed to rebuilt but no function exists built into the admin to resize all images.

(note this is only for images and galleries)

Code:

#!/bin/bash

# batch resize mechbunny thumbs

for img in */*.jpg; do convert -adaptive-resize 160x200^ -gravity Center -extent 160x200 "$img" "${img%/*}/thumbs/${img##*/}"; done

to be run inside /media/galleries folder.

The Heron 07-24-2013 01:51 PM

Nice tip!

SlammedMedia 07-24-2013 01:56 PM

Thanks man :thumbsup

PornDiscounts-V 07-24-2013 02:00 PM

Happy go lucky

fris 07-24-2013 03:46 PM

160x200 is the size i picked ;) adjust to your own size ;)


All times are GMT -7. The time now is 04:30 AM.

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