antialiasing
pygame.gfxdraw.aacircle gows funny for big circles, any alternatives?
Working on my Major project for software design and development and have run into the hurdle that when using pygame.gfxdraw.aacircle to draw big circles, the output goes screwy as seen here[详细]
2023-02-11 15:26 分类:问答Are there any high-quality, programmatic solutions for converting a jpeg with an opaque background to a png with a transparent background?
The common use case here is a user uploading a jpeg logo with a white/color background. It\'s (fairly) simple to switch the white pixels to transparent ones, but this leaves aliasing artifacts. An ide[详细]
2023-02-11 04:02 分类:问答Calculating the fraction of each cell in a grid overlapped by a 2D object
I have an arbitrary rectangular Cartesian grid divided into potentially 10^6 or so rectangular cells. (Arbitrary means that the $x$ grid is along points $x_1,...x_n$ and the same goes for the $y$ grid[详细]
2023-02-09 07:22 分类:问答Can u ? How to anti alias for SurfaceView in android?
This is a test project for antialias in Surface View and View, in the View : ( it\'s very good for antialias )[详细]
2023-02-07 08:24 分类:问答Anti-aliasing in Android 2.2 stock browser
Is the anti-aliasing during scrolling still implemented in the stock browser of 开发者_开发问答Android 2.2? If yes, how can it be turned off programmatically?AA is enabled in the stock browser, but it[详细]
2023-02-06 03:14 分类:问答What is the performance impact of using multisampled anti-aliasing on iOS?
I\'ve been experimenting with using multisampling to do full-scene anti-aliasing on the iPhone and iPad on iOS 4.The general mechanism uses Apple\'s APPLE_framebuffer_multisample extension (http://www[详细]
2023-02-05 17:01 分类:问答Why isn't text anti-aliasing working, while using a SWT GC to draw text?
Right now my goal is to have anti-aliased text on my Labels. If my research was correct, SWT Labels do not natively support anti-aliasing on text, so my current workaround attempt is to create an imag[详细]
2023-02-05 02:13 分类:问答Big text in Android
I am trying to resize text in android to make it bigger using; Paint paint = new Paint(); paint.setTextSize(30);[详细]
2023-02-04 00:41 分类:问答Computing "average" of two colors
This is only marginally programming related - has much more to do w/ colors and their representation.[详细]
2023-02-01 17:04 分类:问答php, gd, color switching with antialiasing and shadows
I want to make a wordpress theme with a color picker to switch the main color(s) of the theme. At some points of the theme the colors I want to change could be in images - maybe when it comes to round[详细]
2023-02-01 09:14 分类:问答