Replies: 3 comments 5 replies
-
Personal opinion: any system that requires multiple files to form a single thing is a horrible idea. We have that problem with html and svg files wanting to load resources from somewhere, with markdown files, etc. For markdown there is https://textbundle.org/ for example to bundle things into a single file. I expect that that's the only real workable solution for non-destructive image editing as well. I understand the problem of accidentally leaking information by sharing such an image but you already need specialized tooling to get rid of a other sensitive metadata from images. We should probably make sure those tools support whatever you come up with and maybe even integrate it in a future sharing portal. |
Beta Was this translation helpful? Give feedback.
-
Do you expect a portal including your case to communicate anything in particular to users? |
Beta Was this translation helpful? Give feedback.
-
We can probably opt for file backup if we want to tell users that we are preserving the originals or any final version of a file (i.e. when changes are written permanently to the file). This would then be a protective feature that we bring to flatpak/portals. However, what is the changed file, i.e. the resulting file that the user is supposed to see in the file manager? |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on non-destructive image editing in Loupe. This implies that I have to store the image editing history and the original images somewhere. I wanted to know how to best design this feature with (future) portals in mind to not require
--filesystem=host
access.The current ideas for implementation are listed here https://gitlab.gnome.org/GNOME/loupe/-/issues/402
Beta Was this translation helpful? Give feedback.
All reactions