-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Please allow screenshot 90/180/270 degree rotation #2214
Comments
I'd personally prefer adding support in flameshot for user scripts/plugins that will implement this type of functionality. |
Why this specifically? But then, a user who is not tech savvy would be able to download the plug-ins? |
@elad2109 Because it would be easy to implement using scripts/plugins. And I think this doesn't have to be in the core of flameshot.
|
@elad2109 even without the plug-ins one can already do that if they are slightly tech savvy. For example in bash using ImageMagic on can do: convert image.jpg -rotate -90 rotated_ccw.jpg For more examples checkout: https://stackoverflow.com/questions/14751011/how-to-rotate-an-image-without-changing-its-size The whole point of a plug-in system is to make it easier for the non-tech savvy users to do what they want without bloating the Flameshot itself. I agree with @veracioux that this easily pass the criteria of a plugin. We haven't yet decided and fully discussed what the plugin implementation should/can be or even what language(s), but I think there is a consensus understanding that plugins should be supported to keep Flameshot lightweight and yet feature-rich and extendible. |
Thanks
Never claimed it cannot be done outside of flameshot.
May I ask if all the current features are essentials (in order to keep flameshot as lightweight as possible)? |
So far we had the suggestions to add the following and they will end up in a plugin system:
There is most definitely some more things that I have missed, and way more feature request issues that I didn't include here. This list is just as an example and not a full compilation of issues and titles. If the plugin system is implemented, Flameshot will be shipped with some default plugins installed (at least the imgur upload) and those will be the features that the majority of users use.
If you have a good way to do this, feel free to do so. But please discuss your approach with devs first. We can use our Mastodon and other places to attract more attention from users to participate. |
Hey, any update on this? |
@gustavotrott Please follow #2529 for that |
Feature Description
Discussed in #2213
Originally posted by elad2109 January 1, 2022
As gmail doesn't support rotation, it will save lots of work rotating this on flameshot.
The text was updated successfully, but these errors were encountered: