-
Notifications
You must be signed in to change notification settings - Fork 9
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
Port Insta filters to GEGL #90
Comments
Basic set of ops reviewed and merged into GEGL. Needs integration and testing on imgflo side. |
This should kinda be in imgflo-server repo, but whatever. |
Tested the GEGL op |
We need to decide whether to a) change the filters to now be without constrast/brightness/saturation changes b) try to implement matching behavior using GEGL existing components c) port the Apply* ops to gegl directly. |
On small images (150x150 px), with insta_1977, noflo takes 4200 ms and gegl 600 ms. Lots of this is due to component loading startup costs though. With a 9 mpixel, roughly typical of high-end smartphontes. NoFlo takes 9600ms and GEGL 5400 ms. So there is significant savings available. |
Bug tracking work on GEGL to implement Instagram inspired filters.
The text was updated successfully, but these errors were encountered: