Thread: Free Image Lib Help

  1. #1
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119

    Question Free Image Lib Help

    I downloaded FreeImage Library (most of you will b familiar with it out there)
    I want to save a CBitmap Through it in any format it supports
    But its save function wants a parameter:

    Code:
    FreeImage_Save(freeimage format, m_HandleFI, PathName());
    here m_HandleFI is its own data type how can i convert my CBitmap to this required type

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Free patch utility for disk image files
    By pupkin in forum Windows Programming
    Replies: 2
    Last Post: 07-05-2007, 01:31 AM
  2. Replies: 12
    Last Post: 06-24-2005, 04:27 PM
  3. Help needed with backtracking
    By sjalesho in forum C Programming
    Replies: 1
    Last Post: 11-09-2003, 06:28 PM
  4. "if you love someone" :D
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 10-02-2003, 01:10 AM
  5. Changing a treeview item's image
    By SMurf in forum Windows Programming
    Replies: 0
    Last Post: 01-14-2003, 07:08 PM