[Flow] Extract image EXIF data for resource objects and resize image on upload
Christian Loock
chl at vkf-renzel.de
Tue Jul 23 14:15:21 CEST 2013
Hi,
I dont know about the internals of flow in this regard, but there are
librarys for php (also native ones) that can help you.
http://www.php.net/manual/en/intro.exif.php
For resizing images this might work:
http://www.php.net/manual/en/function.imagecopyresized.php
Am 23.07.2013 13:21, schrieb Jan Greth:
> Hello everybody,
>
> I think about building an Image Gallery / Image-Management Tool with
> Flow. But I have two questions, the definitive Guide couldn't anser to
> me.
>
> 1st: Is it possible (and if how) to extract EXIF data (if image has
> any) for storing when uploading an image?
>
> 2nd: Does someone of you have an indea of how to implement a "resize
> image on upload" function? I think when the Users upload 20MP Photos
> the Resource Objects will become quite big (which i want to avoid) -
> and I would need a huge Space for all the Images (which i want to
> avoid also). So my thought is shrinking all Images to - lets say
> 1024x768 for example...
>
> I hope ypu can help me,
> greetings from sunny bavaria,
> Jan
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
More information about the Flow
mailing list