Small png problem

is there a way to display png’s better in juce? im trying to display a logo and it all warped
thanks!!

JUCE has no problem displaying PNGs. If it’s warped, it’s likely down to issues in your code. However, it’s impossible to tell what those issues are unless you post some code :+1:

if you want to draw it at exactly the same size it was made for use drawImageAt instead of drawImage