X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Flib%2Fvampimg%2FImagingFormats.pas;h=8326389994746f3518d30eb65d0f1f91029befd8;hp=b42b4ac1478e14ab698480228e6e1b2a84b0f1f3;hb=1fb1b203de2d204939df9112dda1f72760c956ee;hpb=a33d1a6633afdd2423281fc8580addb084215873 diff --git a/src/lib/vampimg/ImagingFormats.pas b/src/lib/vampimg/ImagingFormats.pas index b42b4ac..8326389 100644 --- a/src/lib/vampimg/ImagingFormats.pas +++ b/src/lib/vampimg/ImagingFormats.pas @@ -4234,6 +4234,7 @@ end; function GetBCPixelsSize(Format: TImageFormat; Width, Height: LongInt): LongInt; begin + Result := 0; raise ENotImplemented.Create(); end;