Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Creating Thumbnails


Go to End


2 Posts   1321 Views

Avatar
Stef87

Community Member, 66 Posts

14 November 2012 at 12:48am

SilverStripe 2.4.7

Hi

I'm having trouble figuring out something. I am creating an image from a base 64 encoded string and saving it in my assets folder, all working fine, but now I need to create thumbnails (118 x 118) of these images as they are being created. I see that there are several methods in the CMS that allow you to do this but I get an error that no such method exists when I try to apply them to the image.

I'd appreciate any advice.

Avatar
BlueO

Community Member, 52 Posts

17 November 2012 at 11:54am

could you post an example of what you're trying to do?