How to open a WebP image in FastReport .NET

2023-05-25

How to open a WebP image in FastReport .NET

WebP is a file format developed by Google in 2010. Its feature is an advanced compression algorithm that allows you to reduce the image size without visible quality loss.

Starting from version 2023.2.14, FastReport .NET has a plugin that allows opening images in the WebP format. It extends the opportunities of the PictureObject object, which means that this image can be opened from the PictureObject editor or uploaded from code.

First, you need to build the project:

С:\Program Files (x86)\FastReports\FastReport.Net\Extras\Core\FastReport.Plugin\FastReport.Plugins.WebP

After building the project, you need to add the plugin to the application in one of two ways.

Method 1. Add a plugin through the designer:

Adding the plugin

Method 2. Add the plugin as a dependency when starting the project and register it in the code with the following command:

new FastReport.Plugins.WebPAssemblyInitializer();

It is important to note that FastReport.Skia supports the WebP format without a plugin. In some situations, it may be necessary to use other versions of the SkiaSharp.NativeAssets package. In such cases, the project must be built from the source code itself.

Note: the plugin converts the image from the WebP format to a PNG picture, which is already used by the PictureObject.

The uploaded image in the designer will be displayed as follows:

Open WebP in the designer

.NET FastReport Designer Vector graphic Plugin
8 Eylül 2026, Salı

FP3 Formatı ile ilgili Sıkça Sorulan Soruların Cevapları

FP3 formatıyla ilgili 11 yaygın soruyu inceleyeceğiz: bu dosyaların ne olduğu, FR3 dosyalarından nasıl farklı oldukları, hangi programların bunları açabileceği ve PDF'ye nasıl dönüştürüleceği.
4 Eylül 2026, Cuma

FastReport .NET'ten bir raporu DXF formatına nasıl aktarabilirim?

Bu makalede, bir raporu DXF formatına aktarma yöntemlerini inceleyeceğiz ve ayrıca dosya bir CAD uygulamasında açıldıktan sonra elde edilen çıktının nasıl göründüğünü göreceğiz.
3 Ağustos 2026, Pazartesi

FastReport .NET'ten bir raporu PostScript formatına nasıl aktarabilirim?

Bu makalede, pratik bir örnek kullanarak parametre yapılandırmasını ve programatik uygulamayı inceleyerek, bir FastReport .NET raporunun PostScript formatına nasıl aktarılacağını ele alacağız.

© 1998-2026 Fast Reports Inc.