-
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.…
-
Hello everybody.
I hope all ok for you in that strange period.
I did some more test with BGRABitmap and MSEgui.
All ok but there is problem with the BGRABitmap bridge and all MSE widgets that…
-
Hello.
I added a comment + fix in previous closed issue: https://github.com/bgrabitmap/bgrabitmap/issues/105#issuecomment-1836965522
(In case you did not see it ;-) )
Fre;D
-
Hello.
Does BGRABitmap deal with animated png (apng)?
![Animated_PNG_example_bouncing_beach_ball](https://user-images.githubusercontent.com/3421249/80915999-2b37c300-8d56-11ea-96ed-6054935ff1a1.…
-
If I have the following code:
```
procedure tmainfo.formpaint(const Sender: twidget; const acanvas: tcanvas);
begin
acanvas.fill
```
with the curseur after `fill` and press Ctrl-Space to show …
-
Hi Fred,
I see that in the release there is no FP IDE present, is the only IDE released with FreePascal and it should not be left aside. Also, if you try to compile FP with ootb, it fails...
-
Hello.
When compiling a console or msegui application, bgrabitmap needs files from /lazarus/components/lazutils/.
Could it be possible to consider to add in bgrabitmap directory the files needed…
-
```
Verbose: Compiling resource /home/user/cuda/cuda/app/lib/x86_64-dragonfly/cudatext.or
Verbose: Linking /home/user/cuda/cuda/app/builds/dragonflybsd-x64-gtk2/cudatext
Error: /home/user/fpcupdelu…
-
```
class function TColorColorspace.GetChannel(AColor: Pointer; AIndex: integer): single;
begin
case AIndex of
0: result := TColor(AColor^).red;
1: result := TColor(AColor^).green;
2: …
-
Hello.
I use last fpcupdeluxe version 2.4.0, installing the cross compiler was ok and clang too.
But when trying to compile a test demo with this:
`> /home/fred/fpcupdeluxe/fpc/bin/x86_64-lin…