(Gast)
n/a Beiträge
|
AW: JPEG CompressionQuality ermitteln
26. Okt 2017, 13:58
Wenn du mit TStatus GPStatus meinst jo..
Delphi-Quellcode:
Status =(
Ok,
GenericError,
InvalidParameter,
OutOfMemory,
ObjectBusy,
InsufficientBuffer,
NotImplemented,
Win32Error,
WrongState,
Aborted,
FileNotFound,
ValueOverflow,
AccessDenied,
UnknownImageFormat,
FontFamilyNotFound,
FontStyleNotFound,
NotTrueTypeFont,
UnsupportedGdiplusVersion,
GdiplusNotInitialized,
PropertyNotFound,
PropertyNotSupported
);
TStatus = Status;
Delphi-Quellcode:
cStatus : Array[TStatus] of String =(
'Ok',
'GenericError',
'InvalidParameter',
'OutOfMemory',
'ObjectBusy',
'InsufficientBuffer',
'NotImplemented',
'Win32Error',
'WrongState',
'Aborted',
'FileNotFound',
'ValueOverflow',
'AccessDenied',
'UnknownImageFormat',
'FontFamilyNotFound',
'FontStyleNotFound',
'NotTrueTypeFont',
'UnsupportedGdiplusVersion',
'GdiplusNotInitialized',
'PropertyNotFound',
'PropertyNotSupported'
);
gruss
|
|
Zitat
|