softtouch 9 Posted March 12, 2023 I cant find a way (or a demo) about how to resample an image with Skia. Does Skia support resampling of images, using various resample filter? What I need to do is loading various image formats, like jpg, tiff, gif, webp, png and so on, resample them to a specific size and save them in a user given target image format. Skia can do all of that, except the resample part so it seems. I cant use any other image library because it need to work also crossplatform. Share this post Link to post
Patrick PREMARTIN 69 Posted March 13, 2023 Hi Why don't you use https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Graphics.TBitmap.Resize ? Share this post Link to post