aiotech Posted November 10, 2022 Share Posted November 10, 2022 Hello guys, I designed a set of icons to be used on buttons for Android apps. They are drawn in black and antialiased for a white background so the pixels near the edges are of different types of gray. Now I would like to use the same icons on a light green background but they do not look very well. Is possible to "correct" in some way the antialias effect for the new background color without redesign the icons? Thanks, Massimo Quote Link to comment Share on other sites More sharing options...
BoltBait Posted November 10, 2022 Share Posted November 10, 2022 Why are you not antialiasing using alpha instead of shades of gray? Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
aiotech Posted November 10, 2022 Author Share Posted November 10, 2022 Mmmm... I think the honest answer is because normally I modify old icons made in this way and because also fonts are antialiased in this way. But I would happy to learn a better tecnique if you point me somewhere to learn. Quote Link to comment Share on other sites More sharing options...
BoltBait Posted November 10, 2022 Share Posted November 10, 2022 I know nothing about Android icons. You should ask on a forum dedicated to Android development. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
toe_head2001 Posted November 10, 2022 Share Posted November 10, 2022 Due to the rise of HiDPI on Android many years ago, Google has long recommended against using bitmap/raster images for your UI. You should convert your icons to vector images. https://developer.android.com/develop/ui/views/graphics/vector-drawable-resources Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.