Click here to Skip to main content
15,902,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Other instances of a program Pin
Jun Du9-Jul-06 11:04
Jun Du9-Jul-06 11:04 
AnswerRe: Other instances of a program Pin
ThatsAlok9-Jul-06 20:17
ThatsAlok9-Jul-06 20:17 
QuestionSaving a (image) file in different format Pin
snir_ya9-Jul-06 5:06
snir_ya9-Jul-06 5:06 
AnswerRe: Saving a (image) file in different format Pin
Tara149-Jul-06 5:09
Tara149-Jul-06 5:09 
GeneralRe: Saving a (image) file in different format Pin
snir_ya9-Jul-06 5:13
snir_ya9-Jul-06 5:13 
AnswerRe: Saving a (image) file in different format Pin
Chris Losinger9-Jul-06 6:56
professionalChris Losinger9-Jul-06 6:56 
GeneralRe: Saving a (image) file in different format Pin
Jörgen Sigvardsson9-Jul-06 7:46
Jörgen Sigvardsson9-Jul-06 7:46 
AnswerGDI+ Pin
bob169729-Jul-06 8:54
bob169729-Jul-06 8:54 
GDI+ is the simplest to use for image format conversions.

You simply load the image, set the encoder and save the image to file or stream. GDI+ is slow but it has proven itself to be very useful in terms of image manipulation and advanced effects.

It has a native C interface that Microsoft wraps with a C++ wrapper class. Be forewarned, if you come from an MFC background, their wrapper classes are somewhat frustrating and obviously designed by the Herb Sutter camp of "You should not be coding that way so we'll make it harder to shoot yourself in the foot" program team.

But, at the end of the day, it saved me tons of development time so I tend to overlook it's poor interface and still recommend it when performance is not critical.
GeneralRe: GDI+ Pin
Joe Woodbury9-Jul-06 9:23
professionalJoe Woodbury9-Jul-06 9:23 
GeneralRe: GDI+ Pin
bob169729-Jul-06 9:40
bob169729-Jul-06 9:40 
GeneralRe: GDI+ Pin
earl10-Jul-06 4:56
earl10-Jul-06 4:56 
GeneralRe: GDI+ Pin
bob1697210-Jul-06 6:48
bob1697210-Jul-06 6:48 
GeneralRe: GDI+ Pin
earl10-Jul-06 6:58
earl10-Jul-06 6:58 
GeneralRe: GDI+ Pin
bob1697210-Jul-06 10:52
bob1697210-Jul-06 10:52 
Questionerror in m_DateStart.SetFormat("MM/dd/yyy"); Pin
Tara149-Jul-06 4:18
Tara149-Jul-06 4:18 
AnswerRe: error in m_DateStart.SetFormat("MM/dd/yyy"); Pin
ThatsAlok9-Jul-06 20:33
ThatsAlok9-Jul-06 20:33 
GeneralRe: error in m_DateStart.SetFormat("MM/dd/yyy"); [modified] Pin
Tara149-Jul-06 21:16
Tara149-Jul-06 21:16 
QuestionFAX management programatically Pin
Rilhas9-Jul-06 3:11
Rilhas9-Jul-06 3:11 
QuestionADO.NET in MFC 6 Pin
Shai`tan9-Jul-06 2:42
Shai`tan9-Jul-06 2:42 
AnswerRe: ADO.NET in MFC 6 Pin
Nemanja Trifunovic9-Jul-06 3:12
Nemanja Trifunovic9-Jul-06 3:12 
QuestionCTabCtrl with centre justified tabs. Pin
Yokeldj9-Jul-06 1:41
Yokeldj9-Jul-06 1:41 
QuestionsharingViolation error Pin
paperke679-Jul-06 1:22
paperke679-Jul-06 1:22 
AnswerRe: sharingViolation error [modified] Pin
bob169729-Jul-06 9:15
bob169729-Jul-06 9:15 
GeneralRe: sharingViolation error Pin
earl10-Jul-06 5:02
earl10-Jul-06 5:02 
GeneralRe: sharingViolation error Pin
bob1697210-Jul-06 10:52
bob1697210-Jul-06 10:52 

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.