-
bgrabitmap-11.5.8, Win 10, Laz. 3.0.
For a program once converted from Delphi, trying to do some bgrabitmap operations here now, I had compiler errors on libwebp.pas and saw this link: https://git…
-
Hello Fred and other!
I downloaded the latest state of the repository and compiled the IDE, under Linux with FPC 3.2.2.
The buttons of the main IDE window are not displayed correctly.
![mseid…
-
Hello.
I try to run, on last Debian 11, LazPaint from _lazpaint7.2.2_linux64_no_install.tar_ but get this error.
`> /home/fred/Downloads/lazpaint/lazpaint`
> /home/fred/Downloads/lazpaint/lazpa…
-
Hello Circular
I have been playing around with pasdoc(https://pasdoc.github.io/) to generate the bgrabitmap documentation and this is the result without making any modifications to the source code.…
-
https://discuss.haiku-os.org/t/need-help-with-running-cudatext-editor/9717/5?u=alextp
-
In a recent change of FPC the visibility of declarations in classes (private, protected, public, published) is pursued more strictly. As a consequence, the package bgrabitmappack.lpk does not compile …
-
CudaText Linux x64 build has +1.5 Mb if I use the lib.
What I use: TBGRABitmap, TBGRAPixel.From*, FillRect, SetPixel, Draw.
I dont use TextOut*.
can I make smaller footprint?
-
I have problem capturing from several monitors.
Have a look at this small demo:
```pascal
program ScreenshotFailsDemo;
var
Bitmap: TBGRABitmap;
ScreenDC: Windows.HDC;
Rect: TRect;
begi…
-
So, I wrote this code to display KDE icons:
```pascal
bsvg := TBGRASVG.Create;
bsvg.LoadFromFile(paths[i] + name +'.svg');
bmp := TBGRABitmap.Create(64, 64);
bsvg.StretchDraw(bmp.Canvas2D, taCent…
-
When writing HTML, it's very nice that a linked image will show a preview when hovering. This works with jpg, png and gif files as far as I can see. Would it be possible to add support for the "webp" …
d-mal updated
8 months ago