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#
  4. How to compress and decompress an image using GDI+ JPEG?

How to compress and decompress an image using GDI+ JPEG?

Scheduled Pinned Locked Moved C#
questionwinformsgraphicstutorial
2 Posts 2 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.
  • G Offline
    G Offline
    gigahertz205
    wrote on last edited by
    #1

    How do i compress and decompress an image using GDI+ JPEG methods?

    A 1 Reply Last reply
    0
    • G gigahertz205

      How do i compress and decompress an image using GDI+ JPEG methods?

      A Offline
      A Offline
      Anthony Mushrow
      wrote on last edited by
      #2

      You don't really 'compress' when you save as a jpeg. You are throwing out alot of data. There is no way to uncompress a jpeg image. You can save it as a bitmap and its size will increase dramatically, but it will still have all the artifacts from the jpeg. If you want to 'compress' an image and keep the original quality, save it as a PNG or something.

      My current favourite word is: Nipple!

      -SK Genius

      Game Programming articles start -here[^]-

      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