symphonycms / jit_image_manipulation

Just in Time Image Manipulation for Symphony CMS
http://symphonyextensions.com/extensions/jit_image_manipulation/
Other
25 stars 42 forks source link

Make `class.image.php` Extendible #97

Closed jonmifsud closed 8 years ago

jonmifsud commented 9 years ago

@brendo I need to extend the image class - to be able to load data from base64 encoded string (post rather than normal upload field)

I also need to clone the objects within the class and change some properties on resize (aka JIT like stuff). Ideally without having to recreate an image from scratch every time. Basically I'm trying to create multiple resized images from the same source, resizing them and uploading into an S3 bucket. (predefined sizes)

So far I figure I need the following properties/functions in protected mode rather than private not sure if this is possible.

$_resource
$_meta
__construct
__render
jonmifsud commented 9 years ago

@brendo FYI this is the use case - https://github.com/jonmifsud/s3_image_upload