nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Editing functionality #497

Open tomasz-grobelny opened 5 years ago

tomasz-grobelny commented 5 years ago

Feature request

User type: Logged-in

User level: Beginners

Description

Some time ago I opened a pull request about adding rotate functionality to nextcloud gallery app (https://github.com/nextcloud/gallery/pull/490). There were several issues raised regarding implementation which resulted in design questions so I think those are worth discussing. Let me enumerate them from the most general ones:

  1. Should nextcloud gallery have image editing functionality at all? I think yes, as it is common for image viewers to have basic editing functionality (eg. rotate, flip, metadata editing, etc.)
  2. If it should indeed then how should it be done from architecture point of view given that PHP does not seem to be language of choice for people writing image manipulation libraries? There are several possibilities outlined here: https://github.com/nextcloud/gallery/pull/490#issuecomment-450569330.

Benefit / value

Be able to use nextcloud for managing vacation photos.

Risk / caveats

Not sure, except for need to use external libs.

Are you a developer willing to implement this feature?: yes