Thread: Imaging

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

    Smile Imaging

    How can set HUE SAURTION and LUMINATION(What ever it is called of an image) also i want and image library to load and save JPG`s GIFs and PNGs
    I have already tried CImage lib and didn't liked it.

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    You did not mention OS or complier (IDE)

    GDI+ will do most image formats, as opposed to GDI which won't. But need the .NET version of MSVC.

    ImageSource by Smaller Animals Software is excelent for fast image transforms and well worth the money, support took hours not days or weeks.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  3. #3
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119
    Can some one please provide me with gdiplus.h and gdiplus.lib please (I mean Library from .NET for VC6 for this purpouse, what ever it is.I have winrar so u can compress it better)

  4. #4
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119
    I have Windows XP 2002 v5.1 with VC++ 6.0

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > Can some one please provide me with gdiplus.h and gdiplus.lib please
    http://faq.cprogramming.com/cgi-bin/...&id=1043284385
    More likely than not, the library will depend on something else (and something else....)
    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.

  6. #6
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    All of the declarations/libraries/documentation/etc you need for GDI+/ExitWindowsEx and a whole lot of other stuff is available in the Platform SDK. You can download it, get someone else to download it for you and burn it on CD or order it on CD ($8.96 for US/Canada).

    You can also try searching the web.

  7. #7
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119
    ok I got link for it
    http://www.codeguru.com/code/legacy/gdi/GDIPlus.zip

    Yes!!! its complete GDI+ download
    A search on google did it....

    Thnax Atono
    Last edited by cfrost; 08-18-2004 at 11:34 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. high dynamic range imaging
    By arjunajay in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-21-2006, 07:36 PM
  2. TIFF in MO Document Imaging
    By xmltorrent in forum Tech Board
    Replies: 1
    Last Post: 03-30-2006, 04:04 PM
  3. Imaging prg
    By sidideas in forum C Programming
    Replies: 4
    Last Post: 10-11-2005, 12:43 PM
  4. how bout imaging?
    By Unregistered in forum Windows Programming
    Replies: 3
    Last Post: 07-14-2002, 08:26 PM
  5. Imaging processing in c
    By nmalik in forum C Programming
    Replies: 1
    Last Post: 03-31-2002, 05:05 AM