Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.09.25;
Скачать: CL | DM;

Вниз

TStream   Найти похожие ветки 

 
Goga   (2005-09-01 08:58) [0]

Как определить формат изображения, загруженного в TStream если можно в примере


 
Ega23 ©   (2005-09-01 09:31) [1]

По сигнатуре

function GetGraphicFormat(const FileName:String):TGraphicFormat;
var
Buffer: array[0..2] of Byte;
fs:TFileStream;
begin
Result:=gfUnknown;
fs:=TFileStream.Create(FileName,fmOpenRead);
try
  fs.ReadBuffer(Buffer, 3);
  if (Buffer[0] = $49) and (Buffer[1] = $49) and (Buffer[2] = $2A) then Result:=gfTIFF;
  if (Buffer[0] = $42) and (Buffer[1] = $4D) then Result:=gfBMP;
  if (Buffer[0] = $FF) and (Buffer[1] = $D8) then Result:=gfJPEG;
  if (Buffer[0] = $47) and (Buffer[1] = $49) and (Buffer[2] = $46) then Result:=gfGIF;
finally
  fs.Free;
end;
end;



Страницы: 1 вся ветка

Текущий архив: 2005.09.25;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.064 c
1-1125397351
DimaBr
2005-08-30 14:22
2005.09.25
FontDialog


8-1115611310
Viktop
2005-05-09 08:01
2005.09.25
Проиграть музыку из ресурса


4-1122556137
Ugrael
2005-07-28 17:08
2005.09.25
как обрабатывать wm_paint


14-1125318987
oldman
2005-08-29 16:36
2005.09.25
Влип, очкарик...


14-1125657919
erika
2005-09-02 14:45
2005.09.25
Поиск AVI