Skip to content
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

Defects when DxDrawImage are overlapped #3229

Open
1 task done
ilnazisangulof opened this issue Nov 1, 2023 · 3 comments
Open
1 task done

Defects when DxDrawImage are overlapped #3229

ilnazisangulof opened this issue Nov 1, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@ilnazisangulof
Copy link

Describe the bug

Hello, I want to tell you about a small problem. Please fix it. When I use DxDrawImage, where the transparent part is, the color that was transparent becomes opaque and this is visible when I rotate the image. Roughly speaking, a transparent color has its own color and it becomes opaque when rotated. I am attaching a screenshot to show what color the transparent field is. When I lighten the color through effects in Photoshop, transparent pixels become white, but if I change the size it becomes black, and this defect is visible in MTA
image
image
image

Steps to reproduce

dxDrawImage(0,0,512,512,'1.png')
dxDrawImage(100,100,128,128,'2.png',80,0,0)

Version

No response

Additional context

No response

Relevant log output

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.
@ilnazisangulof ilnazisangulof added the bug Something isn't working label Nov 1, 2023
@Lpsd
Copy link
Member

Lpsd commented Nov 1, 2023

Have you tried using dxSetBlendMode?

@ilnazisangulof
Copy link
Author

Does the bug appear regardless of this dxSetBlendMode

@Lpsd
Copy link
Member

Lpsd commented Nov 1, 2023

Please provide a minimal reproduction resource so the issue can be replicated exactly as it is for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants