skia4delphi and svg;Skia with latest richview and delphi 10.3.

General TRichView support forum. Please post your questions here
Post Reply
Jeffreysox

skia4delphi and svg;Skia with latest richview and delphi 10.3.

Post by Jeffreysox »

What are the potential implications of incorporating Skia and SVG functionalities into RichView and Delphi 10.3, and how could this enhance the overall user experience and functionality of the software?
standay
Posts: 272
Joined: Fri Jun 18, 2021 3:07 pm

Re: skia4delphi and svg;Skia with latest richview and delphi 10.3.

Post by standay »

Well, just my 2 cents worth. To use skia you'll have to drag around the skia dll with your app exe. But, if you do that it lets you open and use svg and webp files which I really liked. Now that I have the latest rve update I may put it back into my app again.

Stan
Sergey Tkachenko
Site Admin
Posts: 17520
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: skia4delphi and svg;Skia with latest richview and delphi 10.3.

Post by Sergey Tkachenko »

Yes, for VCL application, Skia only adds additional graphic formats (svg, webp, wbmp).

In FMX application, it adds these graphics format too.
And PDF export.
Also, in FMX, Skia4Delphi replaces a drawing engine completely, but it is more noticeable on Android, where Skia draws much better. On Windows, the standard DirectX drawing is already good enough.

PS: Skia4Delphi is able to play animations (Lottie, Gif, WebP). This functionality is not implemented in TRichView yet, but will be implemented in future updates.
Post Reply