-
Notifications
You must be signed in to change notification settings - Fork 28
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
Smooth zoom, rotate, mirror #13
Comments
Actually I want to add shadow to LayeredWindow. Earlier I posted a help thread on the forum: At first I wanted to zoom image smoothly and used LayeredWindow. |
? |
@sanmaodo can you explain what this will be used for? |
@iseahound @sanmaodo Let me explain the shadow problem again: 2 To achieve fast and smooth zooming of images, the best way I found is to use LayeredWindow. |
@iseahound |
@skelet8801 Please run the code it has been solved. @sanmaodo I can add rotation and reflection in addition to the already existing crop and scale. |
Suggestions: Rotation - 90° Is this clockwise or counterclockwise? In math, a 90° rotation is counterclockwise. It remains to be seen what the defaults in other programs are. I intend to only support 90, 180, 270. Use the term |
@iseahound I'm looking forward to dynamic scaling |
This project was developed to be simple, fast, and efficient. Adding extra features that are very specific increases code size and complexity. Any dynamic scaling as you suggested sounds very difficult to code, perhaps you could try? |
@iseahound I respect your decision. It's really too complicated. |
I'll keep this open as a future milestone |
I want to perform zooming, rotating, mirroring on the already opened image.
can it be achieved?
The text was updated successfully, but these errors were encountered: