graphics32 Questions
2
Solved
I'm trying to implement a layered painting system inside one of our internal components and I have problems blending bitmaps containing text.
Following code fragment shows the problem:
uses
GR32...
Misestimate asked 5/6, 2017 at 11:49
0
I'm try to improve some of the drawing that I'm doing in my project by provide antialiasing. I'm playing with a simple project using the Graphics32 Library instead of the standard delphi Canvas fun...
Pubilis asked 21/11, 2016 at 5:34
2
Solved
I have a png that i would like to load in a TBitmap32.
After I load the bitmap I call:
Bitmap.DrawMode := dmTransparent;
Bitmap.OuterColor := Bitmap.PixelS[0,0];
But then all white pixels are t...
Fransiscafransisco asked 28/8, 2015 at 8:11
2
Solved
I'm using GR32 for drawing multiple semi-transparent PNG images.
So far I've been using the following method:
png:= TPNGObject.Create;
png.LoadFromFile(...);
PaintBox321.Buffer.Canvas.Draw(120,...
Mcmasters asked 21/11, 2011 at 14:33
1
Solved
I draw a dotted line on a layer of an ImgView32. Later, I want to save each layer as transparent PNGs.
For any other layer that I have, the saving works just fine. But for the drawing layer, it doe...
Weinstock asked 17/4, 2015 at 16:59
2
Solved
I just want to draw a vertical dotted thick line on a layer in ImgView32.
I also want my line to be thicker so I draw multiple lines close to one another, because the Canvas.Pen.Width has no effect...
Phlegmatic asked 16/4, 2015 at 22:47
1
Solved
I am trying to overlay graphics on top of my OpenGL render scene.
I have managed to get it up and running but the drop in FPS is somewhat too much.
I am currently using GLScene in combination wit...
Dewar asked 6/10, 2014 at 17:51
2
Solved
I'm using Delphi XE2 (Update 3) and GR32. I am unable to use TBitmap32.LoadFromStream() to load the image data. It raises the following exception:
Project MyApp.exe raised exception class EInvalid...
Ouidaouija asked 20/6, 2013 at 8:27
4
Solved
The last release of Graphics32 1.8.3 is dated with March 2007.
When will there be an official Delphi 2010 compatible version?
Is there any public SCM repository of Graphics32?
Pourparler asked 18/4, 2009 at 18:35
0
I'm using Graphics32 library in Delphi 2009. Is it possible to render a font using TBitmap32.TextOut method with MS' ClearType technology? I'm aware about GR32's built-in antialiasing (TBitma...
Karynkaryo asked 21/7, 2009 at 8:14
1
© 2022 - 2024 — McMap. All rights reserved.