summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a360437)
raw | patch | inline | side by side (parent: a360437)
author | binarymaster <x86corez@gmail.com> | |
Fri, 4 Aug 2017 15:12:32 +0000 (18:12 +0300) | ||
committer | binarymaster <x86corez@gmail.com> | |
Fri, 4 Aug 2017 15:12:32 +0000 (18:12 +0300) |
src/lib/vampimg/ImagingFormats.pas | patch | blob | history |
index b42b4ac1478e14ab698480228e6e1b2a84b0f1f3..8326389994746f3518d30eb65d0f1f91029befd8 100644 (file)
function GetBCPixelsSize(Format: TImageFormat; Width, Height: LongInt): LongInt;
begin
+ Result := 0;
raise ENotImplemented.Create();
end;