mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Plug-in API for custom filters / effects #59
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lastzero on GitHub (Nov 12, 2018).
As a user, I want to apply custom filters to my images.
For example to add glitch effects like this, pretty simple to implement with existing libraries: https://snorpey.github.io/jpg-glitch/
An option could be to run all filters in the browser only using JavaScript / Webassembly (uploading the result might take too long though for some users / internet connections). Let's think about it.
@0chroma commented on GitHub (Dec 11, 2023):
I'd be interested in working on this for beauty filters!
@lastzero commented on GitHub (Dec 14, 2023):
@0chroma That's great! I suggest you take a look at our existing backend APIs / frontend components and then suggest changes needed to implement this:
@0chroma commented on GitHub (Dec 27, 2023):
I thought a lil more about this, I think it might be better if I worked on something like this as a native app. It's common to take photos/video directly with a beauty filter app rather than postprocessing it, which seems outside of the scope of photoprism
that said, it would be neat if photoprism could detect that case or integrate with editor apps, then group it in with the original it came from. but thats pretty difficult to implement haha
@lastzero commented on GitHub (Dec 27, 2023):
Stacking files actually isn't very complicated if you add / use a unique content identifier embedded into the metadata. This will work even if the files have different names and/or paths.
@0chroma commented on GitHub (Dec 27, 2023):
right, I'm more thinking closed source apps like snow which dont always preserve that metadata. It's frustrating.