Click here to Skip to main content
16,013,465 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Two dimensional array problem Pin
Cedric Moonen24-Jul-03 3:39
Cedric Moonen24-Jul-03 3:39 
GeneralRe: Two dimensional array problem Pin
Bob Stanneveld24-Jul-03 11:17
Bob Stanneveld24-Jul-03 11:17 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:40
John M. Drescher24-Jul-03 3:40 
GeneralSorry... Pin
John M. Drescher24-Jul-03 7:28
John M. Drescher24-Jul-03 7:28 
GeneralRe: Two dimensional array problem Pin
Cedric Moonen24-Jul-03 3:08
Cedric Moonen24-Jul-03 3:08 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:09
John M. Drescher24-Jul-03 3:09 
GeneralNeed value of EncoderSaveAsCMYK (Gdi+) Pin
Marakus24-Jul-03 3:01
Marakus24-Jul-03 3:01 
GeneralRe: Need value of EncoderSaveAsCMYK (Gdi+) Pin
Fistboy24-Jul-03 4:12
Fistboy24-Jul-03 4:12 
From PlatformSDK\Include\GDIPlusImaging.h

<br />
enum ImageFlags<br />
{<br />
    ImageFlagsNone                = 0,<br />
<br />
    // Low-word: shared with SINKFLAG_x<br />
<br />
    ImageFlagsScalable            = 0x0001,<br />
    ImageFlagsHasAlpha            = 0x0002,<br />
    ImageFlagsHasTranslucent      = 0x0004,<br />
    ImageFlagsPartiallyScalable   = 0x0008,<br />
<br />
    // Low-word: color space definition<br />
<br />
    ImageFlagsColorSpaceRGB       = 0x0010,<br />
    ImageFlagsColorSpaceCMYK      = 0x0020,<br />
    ImageFlagsColorSpaceGRAY      = 0x0040,<br />
    ImageFlagsColorSpaceYCBCR     = 0x0080,<br />
    ImageFlagsColorSpaceYCCK      = 0x0100,<br />
 <br />
    // Low-word: image size info<br />
<br />
    ImageFlagsHasRealDPI          = 0x1000,<br />
    ImageFlagsHasRealPixelSize    = 0x2000,<br />
<br />
    // High-word<br />
<br />
    ImageFlagsReadOnly            = 0x00010000,<br />
    ImageFlagsCaching             = 0x00020000<br />
};<br />




From PlatformSDK\Include\GDIPlusEnums.h



//---------------------------------------------------------------------------
// Image encoder value types
//---------------------------------------------------------------------------

enum EncoderValue
{
EncoderValueColorTypeCMYK,
EncoderValueColorTypeYCCK,
EncoderValueCompressionLZW,
EncoderValueCompressionCCITT3,
EncoderValueCompressionCCITT4,
EncoderValueCompressionRle,
EncoderValueCompressionNone,
EncoderValueScanMethodInterlaced,
EncoderValueScanMethodNonInterlaced,
EncoderValueVersionGif87,
EncoderValueVersionGif89,
EncoderValueRenderProgressive,
EncoderValueRenderNonProgressive,
EncoderValueTransformRotate90,
EncoderValueTransformRotate180,
EncoderValueTransformRotate270,
EncoderValueTransformFlipHorizontal,
EncoderValueTransformFlipVertical,
EncoderValueMultiFrame,
EncoderValueLastFrame,
EncoderValueFlush,
EncoderValueFrameDimensionTime,
EncoderValueFrameDimensionResolution,
EncoderValueFrameDimensionPage
};


(EncoderValueColorTypeCMYK is value zero)
GeneralRe: Need value of EncoderSaveAsCMYK (Gdi+) Pin
Marakus24-Jul-03 6:39
Marakus24-Jul-03 6:39 
Generalcomment/uncomment macro Pin
sunil_g1724-Jul-03 2:33
sunil_g1724-Jul-03 2:33 
GeneralRe: Message Pin
Fistboy24-Jul-03 2:27
Fistboy24-Jul-03 2:27 
GeneralRe: Message Pin
Alexander M.,24-Jul-03 2:44
Alexander M.,24-Jul-03 2:44 
QuestionHow can I handle hardware intrrupt message? Pin
Behzad Ebrahimi24-Jul-03 2:17
Behzad Ebrahimi24-Jul-03 2:17 
AnswerRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 2:39
Alexander M.,24-Jul-03 2:39 
GeneralRe: How can I handle hardware intrrupt message? Pin
Behzad Ebrahimi24-Jul-03 3:33
Behzad Ebrahimi24-Jul-03 3:33 
GeneralRe: How can I handle hardware intrrupt message? Pin
John M. Drescher24-Jul-03 3:53
John M. Drescher24-Jul-03 3:53 
GeneralRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 5:31
Alexander M.,24-Jul-03 5:31 
GeneralRe: How can I handle hardware intrrupt message? Pin
John M. Drescher24-Jul-03 5:41
John M. Drescher24-Jul-03 5:41 
GeneralRe: How can I handle hardware intrrupt message? Pin
Alexander M.,24-Jul-03 6:46
Alexander M.,24-Jul-03 6:46 
GeneralRe: How can I handle hardware intrrupt message? Pin
John M. Drescher24-Jul-03 6:58
John M. Drescher24-Jul-03 6:58 
GeneralSending the address to a new window CHtmlView Pin
pdunn24-Jul-03 2:06
pdunn24-Jul-03 2:06 
Generalreplaceing characters in a string Pin
si_6924-Jul-03 1:18
si_6924-Jul-03 1:18 
GeneralRe: replaceing characters in a string Pin
Toni7824-Jul-03 1:29
Toni7824-Jul-03 1:29 
GeneralRe: replaceing characters in a string Pin
si_6924-Jul-03 1:34
si_6924-Jul-03 1:34 
GeneralRe: replaceing characters in a string Pin
JensB24-Jul-03 1:45
JensB24-Jul-03 1:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.