humhub-contrib / gallery

7 stars 11 forks source link

[Feature request] Rotate images #53

Open Oremountainflorian opened 4 years ago

Oremountainflorian commented 4 years ago

I would be glad to see the option "Rotate image" in a future version. Many users just upload images without having an eye on it and the space admins in our group always have to download and reupload them...

grafik

UtmostCreator commented 4 years ago

To rotate, I need a path to file. How can I get a path to file in HubHub 1.7.0? Which class should I use to rotate the image ? image

Thank you!

luke- commented 4 years ago

We're using: https://github.com/yiisoft/yii2-imagine

$file->getStore()

UtmostCreator commented 4 years ago

We're using: https://github.com/yiisoft/yii2-imagine

$file->getStore()

Thank you, yeah I have got my answer on the HumHub community. cfiles and other class to work with classes But you can also use $file->store -- as far as I remember(if I am not mistaken) it is public property.