Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Controls] Allow use TBitmap.Assign from graphics decoded by Skia cod…
…ecs on Vcl Ecample: ```pascal var LPicture := TPicture.Create; try LPicture.LoadFromFile('a.webp'); ABitmap.Assign(LPicture.Graphic); finally LPicture.Free; end; ``` Co-Authored-By: Paulo César Botelho Barbosa <16469061+paulocesarbot@users.noreply.github.com>
- Loading branch information