Renderer Posted March 11, 2017 Share Posted March 11, 2017 Hi there ! Has anyone here any idea of how can i make GUI Graphics have a better visula quality? I mean for instance how can i make an ellipse look more accurate than it looks now. Thanks in advance! Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted March 11, 2017 Moderators Share Posted March 11, 2017 Can you please define "look more accurate"? Perhaps a screenshot of a GUI control you would like to emulate... "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Renderer Posted March 11, 2017 Author Share Posted March 11, 2017 26 minutes ago, JLogan3o13 said: Can you please define "look more accurate"? Perhaps a screenshot of a GUI control you would like to emulate... That's what i am talking about. As we can see, the circle in the first image has a lower quality than the cirlce in the second image. And all i want is to get some better visual quality on such type of graphics. Link to comment Share on other sites More sharing options...
czardas Posted March 12, 2017 Share Posted March 12, 2017 @UEZ is the graphics expert, but there are some basic principles to consider. Firstly a bit of background information might help:https://en.wikipedia.org/wiki/Image_scaling If an image is embedded on a GUI, then a higher resolution image will produce a better rendering (automatic Windows scaling). If you colourize individual pixels manually, then it's difficult to get the right blending. Remember you are always limited to the pixels available on the screen. operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
UEZ Posted March 12, 2017 Share Posted March 12, 2017 Neither with Graphic functions nor with GDI you can smooth the drawn graphics - you have to use GDI+ and set the smoothing for the graphic context. There should plenty of examples either in the help file or here in the forum. czardas 1 Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now