소스 검색

* Support for image comment in TARGA

michael 21 년 전
부모
커밋
9de3e6b588
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      fcl/image/fpreadtga.pp

+ 2 - 0
fcl/image/fpreadtga.pp

@@ -156,6 +156,8 @@ begin
     begin
     SetLength(Identification,Header.IDLen);
     Stream.Read(Identification[1],Header.Idlen);
+    If Length(Identification)<>0 then
+      Img.Extra[KeyIdentification]:=Identification;
     end;
   If Toword(Header.MapLength)>0 then
     ReadPalette(Stream);