ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
possibility to resize images from within joomla 1.5
Posted 16 years 3 months ago
Hello
i have some images on a webpage that are too large and wondered what the options are to resize them from within joomla rather than resizing and uploading them all?
Re: possibility to resize images from within joomla 1.5
Posted 16 years 3 months ago
I know that PhocaGallery uses GD to resize images to thumbnails - you might be able to mess with that a little to get it to do what you want. Other than that, or something similar, you might need to think about a small custom component that allows you to browse images and resize them using GD.
Re: possibility to resize images from within joomla 1.5
Posted 16 years 3 months ago
What about a custom batching script that finds all of the images in a particular directory and resizes them (again with GD ... it's just so good at doing it). Probably wouldn't work if you want to make them different sizes though. Just another idea.