NO

Author Topic: How to load/manipulate an image?  (Read 3728 times)

halsten

  • Guest
How to load/manipulate an image?
« on: May 06, 2008, 01:57:04 PM »
Assume I have an image in my resource file, how do I load and manipulate it in my form? An example would do well. Thanks in advance.

Offline Vortex

  • Member
  • *
  • Posts: 805
    • http://www.vortex.masmcode.com
Code it... That's all...

halsten

  • Guest
Re: How to load/manipulate an image?
« Reply #2 on: May 06, 2008, 11:57:35 PM »
Thanks, but I was looking for a way to manipulate the picture itself. By manipulation I mean "Image Processing", sorry for the lack of clarity. Such examples include contrast stretching, gray scale, filtering etc... Any ideas about that? Thanks in advance.

Offline DMac

  • Member
  • *
  • Posts: 272
Re: How to load/manipulate an image?
« Reply #3 on: May 07, 2008, 05:08:14 PM »
I have used the FreeImage libraries, easy to use and many powerful features.
http://freeimage.sourceforge.net/
No one cares how much you know,
until they know how much you care.