-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to edit images: crop, resize, flip, rotate, filter... #65
Comments
@jancborchardt shall we? @ncgu thanks for the suggestion. :) |
I wouldn't say light image editing is out of scope, and rotation is really basic. Of course some points:
|
This is out of scope though. Ok for the rest :) |
OK. Is it possible to put the rotate function (+90/-90) on the r and l keys? |
@ncgu are those keys usually bound to rotate? |
https://www.irfanview.com/ |
And any popular ones? Because I never heard of irfanview :) |
Regararding persisting the rotation, please also see nextcloud/gallery#490 for some details on how that could be achieved. But I agree with @skjnldsv That the viewer should really be about viewing, if we add any editing features, we should have that handled in a spearate app, that can maybe register their editing actions in the viewer somehow. |
definitely :) |
Btw @ncgu looks like l & r keys were also going to be used on the gallery app: Let's go for them! |
I would say making the change persistent is most important, as otherwise it’s quite confusing. Non-persistent rotation doesn’t really make sense and would clash with expectations. So I’d say until we figure out the way to make this persistent, no need to invest in putting in elements to rotate, as user expectations will be that it’s persistent. Better not having it than not having it up to expectations. ;) |
Just to add my 2¢, along with the standard rotate, I'd also like the the ability to pixilate/blur selections; rotate and pixelate/blur are the 2 most common things I use/need to do when doing quick edits for posting online. A drop-in toolbar type of editor like mentioned in #925 would be perfect in my case. =) |
I'll try to contribute a vision for the future. Vision: I'll envision a basic (!) Google Photos alternative. The mobile Nextcloud client already allows me to upload my photos/videos automatically and the Nextcloud Photos app provides a timeline and world map view.
As far as I can see the image editing tool TUI, recommended in #65 (comment) , doesn't need a server-side part, so the only things to code would be a matching theme (optional), a way to open existing images and a way to save the resulting image (either by overriding the existing file or by saving a copy). This would be truly amazing, as there is no good (open-source) alternative to Google Photos. The only okayish tool I found so far is Synology Photos, which is okay (good design, timeline view), but is proprietary and doesn't provide any image editing features, like cropping. ... to quickly edit an image is really handy and this is what I miss the most, compared to Google Photos |
@rmeissn I do get @skjnldsv technical point of view: this is not a vision for Nextcloud Viewer/Photos, this is a vision for Nextcloud! I do share your desire, yet it is true that basic image editing capabilities should be available also in other apps (for example: nextcloud/contacts#1662 ). In addition your vision integrates functionality that already exists or has been requested in other apps:
I do hope that this recap will help the discussion |
Unfortunately the viewer does not seem to respect the EXIF information. Rotated the photo in GIMP or GWENVIEW for example and the Nextcloud viewer still sees it not rotated. GIMP and GWENVIEW agree with each other |
hi, also assuming there is no working metadata reading, writing and displaying ability has been discussed since a bit? thanks |
Feature implemented/completed in #1317 |
I see that this is set as milestone, which means that it is not done. Why is the issue closed? |
I suspect that feature from this issue was just implemented by image editor so it may be closed and marked as complete. |
Look again, #1317 is not another issue but the implemented feature. |
Thanks. Perhaps adding "Feature implemented/completed in #1317" would have made things clearer. |
Hi,
Add two buttons to rotate the image left or right.
In addition to the buttons please also put the function on the keys L or R to rotate the image.
The text was updated successfully, but these errors were encountered: