-
Notifications
You must be signed in to change notification settings - Fork 163
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
Enhancement: enhance image filter implementation #96
Comments
I've played around with simple imagemagick filter too (on Pi3 and Pi4) but noticed the performance wasn't good, that's why I used the GD way. |
Guess we can close #111 and keep this here depending on how the rework looks like later? |
I think it's a good idea to close that issue and include it in 2.1. I think it make sense to release the 2.0 as soon as possible. |
#149 related to 1. |
- Allow to use a filter for all photos by default. related to #96
- Allow to use a filter for all photos by default. related to #96 Change-Id: I5673e646114e31106c23324871980016c096a030
https://phpimagick.com/Imagick Leaving this here in case imagick gets interesting in future. The webpage is available on GitHub too, effect examples can be seen there. |
How much effort would it be to change the UI-flow as follows:
|
@rawbertp depending on coding skills and time you can spend. For me this would be a big project without a known end result. Someone with advanced coding skills and knowledge might have it easier. |
@andi34 Appears to be much easier than expected... This is the result with only a few lines of code changed. The missing 20% might be the hardest part, though... Changes (so far): rawbertp@4b2b23d |
Wow, Looks great :) |
https://github.com/zaachi/PHP-Instagram-effects/blob/master/src/Image/Filter.php In case there's anyone liking to take a look at |
For me there are currently two issues regarding image filters:
Personally I like consistency across images, so an option would be nice to specify a filter for all images.
[X] done and merged Add option to choose a default image filter #149
Filters are very basic and doesn't look that good.
If you have a selection dialog for users, there should be a preview.
I think the first point is easy to implement, but for the second we should probably switch from GD to ImageMagick. Would love to have a easy way to specify own filters in the config, but I'm not sure how easy this is. There is also a nice starting point: https://code.tutsplus.com/tutorials/create-instagram-filters-with-php--net-24504
@andi34 @obkram what do you think?
This would go on top of the current refactoring branch. @andi34 therefore please don't rebase this branch 😉.
The text was updated successfully, but these errors were encountered: