Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Image transformations

Image transformations

Scheduled Pinned Locked Moved C / C++ / MFC
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SuperGeek
    wrote on last edited by
    #1

    I am facing two problems: 1) displaying and scaling image files of *.TIFF, *.BMP, *.JPG formats 2) conversion of grayscale images into bitonal representations (smaller size, better compression). Does anyone know about any cool open source graphics libraries, algorithms, etc... Thanks a bunch in advance. Kirill

    M C 2 Replies Last reply
    0
    • S SuperGeek

      I am facing two problems: 1) displaying and scaling image files of *.TIFF, *.BMP, *.JPG formats 2) conversion of grayscale images into bitonal representations (smaller size, better compression). Does anyone know about any cool open source graphics libraries, algorithms, etc... Thanks a bunch in advance. Kirill

      M Offline
      M Offline
      moswal
      wrote on last edited by
      #2

      Hi, Try this url. It gives you all the information that u need. In fact the whole application does exactly what u want. http://www.codeguru.com/bitmap/CPicture.html I suggest you use GDI+ libraries. They are really to use and you can save,load and modify the images much more easily compared to the method used by the author of CPicture class. Einstein's Assistant

      1 Reply Last reply
      0
      • S SuperGeek

        I am facing two problems: 1) displaying and scaling image files of *.TIFF, *.BMP, *.JPG formats 2) conversion of grayscale images into bitonal representations (smaller size, better compression). Does anyone know about any cool open source graphics libraries, algorithms, etc... Thanks a bunch in advance. Kirill

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        I've done a series of articles on image processing in GDI+ which will tell you everything you need to know, here on CP. Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups