X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Flib%2Fvampimg%2FImagingFormats.pas;h=8326389994746f3518d30eb65d0f1f91029befd8;hp=b42b4ac1478e14ab698480228e6e1b2a84b0f1f3;hb=50caedbae9bdb44929e9510ef7d5bcbef4d8890c;hpb=a3604376ba8cd78ec94dae67758fafaa94197eb2 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;