본문 바로가기

Application179

JPEG Rotation and EXIF Orientation JPEG Rotation and EXIF Orientation Digital Cameras with orientation sensors allow auto-rotation of portrait images. Unfortunately, support for this feature is not widespread or consistently applied. Digital Cameras with Orientation Sensors Many newer digital cameras (both dSLR and Point & Shoot digicams) have a built-in orientation sensor. Virtually all Canon and Nikon digital cameras have an or.. 2008. 8. 13.
indy 를 이용한 웹서버 파일 크기 알기 Http.Head(URL); dwFileSize := StrToInt(HTTP.Response.RawHeaders.Values['Content-Length']; ----------------------------------------------------------------------------------- Memo1.Clear; IdHTTP1.Head(URL); Memo1.Lines.Add(IdHTTP1.Response.RawHeaders.Text); 이렇게 하면 Date: Tue, 06 Jul 2004 23:57:44 GMT Server: Apache/1.3.27 (Unix) PHP/4.3.2 Last-Modified: Mon, 07 Jun 2004 08:43:47 GMT ETag: "5dc037-.. 2008. 8. 13.
URL File Format An Unofficial Guide to the URL File Format 3rd Edition Copyright 1998-2004 Edward L. Blake All Rights Reserved No part of this document may be reproduced in any form, mechanically or digitally, or transmitted or redistributed in any form by any means without the prior written permission from the author, Edward L. Blake. Edward Blake can be contacted at http://www.edwardblake.name/contact This ar.. 2008. 8. 13.
SHFileOperation 함수 설명 [함수 원형] WINSHELLAPI int WINAPI SHFileOperation( LPSHFILEOPSTRUCT lpFileOp ); [SHFILEOPSTRUCT 구조체] typedef struct _SHFILEOPSTRUCT{ HWND hwnd; UINT wFunc; LPCSTR pFrom; LPCSTR pTo; FILEOP_FLAGS fFlags; BOOL fAnyOperationsAborted; LPVOID hNameMappings; LPCSTR lpszProgressTitle; } SHFILEOPSTRUCT, FAR *LPSHFILEOPSTRUCT; [파라미터] hwnd 파일 동작 상태에 대하여 정보를 출력하기 위한 대화 상자의 윈도우 핸들 wFunc 수행할 동작. 이 멤버는 다음 값 중 하나.. 2008. 8. 13.