-
Notifications
You must be signed in to change notification settings - Fork 32
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
[META] Image viewing and saving - nonAPI #107
Comments
I guess some "show image" feature will be/is implemented in the mobile site? Edit: |
Show image is one of my use cases: I spend the most time on diaspora looking on pictures. Sometimes there are really good pictures, but I can't really see anything. So an built-in context action for viewing (and allowing zoom-in) would be great. Library: Don't know how big the mentioned one is, but I think some lightweight (without much options) is enough. But it should handle the most common (mentioned above) file extensions. |
The library I mentioned handles images, gifts and I think even webms. It would be nice, if the imageViewer would offer swipe actions that allow to go to the next/previous image in the post (if there is one). I don't know, how hard that would be to accomplish without the API though. |
Any contributions are appreciated on this issue! |
Just came across this which could help to implement the "Copy link to clipboard": |
@noplanman: copying the image link to clipboard is no big deal, there is no extra app needed for that, but thank you anyway :) |
Oh, I didn't post it for the extra app, but for the part "Option 3: Extend the Share dialog". |
Yeah, I meant, adding such an option to the share menu is no big deal ;) |
Aaaah, great! 😃 |
I just added an option to copy image urls to clipboard :) |
@vanitasvitae Nice :D |
Its only ~5 Lines of code. I don't think its worth to inherit something there ;) |
Thanks! I use this so much... Can't wait for the next version 😇 |
General information
App version: 0.2.1
Save images
Picture ContextMenu improvements
Optional: Lightweight picture viewer (jpg, png, gif)
Correctly save images
Currently everything is saved as
*.png
file when clicking picture -> Context menu -> save.The images should be saved with the proper extension (jpg/png/gif/..)
Picture ContextMenu improvements
Currently
Expected
The text was updated successfully, but these errors were encountered: