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. Lossless jpg

Lossless jpg

Scheduled Pinned Locked Moved C#
csharpc++architecturequestion
13 Posts 5 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.
  • C Colin Angus Mackay

    Depends if you want it free or not. Atalasoft DotImage[^] does lossless JPEG. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

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

    $1000 for an SDK that gives us lossless jpg is not unreasonable, but I'm not the one paying, and the one paying has decreed - find something free. Especially when this is overall an imaging SDK, and my core function is to write imaging code... :-) Christian Graus - Microsoft MVP - C++

    C P 2 Replies Last reply
    0
    • C Christian Graus

      $1000 for an SDK that gives us lossless jpg is not unreasonable, but I'm not the one paying, and the one paying has decreed - find something free. Especially when this is overall an imaging SDK, and my core function is to write imaging code... :-) Christian Graus - Microsoft MVP - C++

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #4

      Ah... Sorry then - I don't know of anything else. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

      C 1 Reply Last reply
      0
      • C Colin Angus Mackay

        Ah... Sorry then - I don't know of anything else. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

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

        No worries. I had found that SDK with google, but thanks for the suggestion all the same. I'm dreading finding some open source library in C and trying to get it to bridge to managed C++ in a dll. That's not the way to go, IMO. Christian Graus - Microsoft MVP - C++

        1 Reply Last reply
        0
        • C Christian Graus

          Anyone know of a lossless jpg library in C# ? Christian Graus - Microsoft MVP - C++

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #6

          The closest to that is PNG24, although the extra overhead with PNG32 is not much normally. I dont think lossless jpg is even possible. xacc.ide-0.1.1.4 - now with LSharp integration and scripting :)

          C 1 Reply Last reply
          0
          • C Christian Graus

            $1000 for an SDK that gives us lossless jpg is not unreasonable, but I'm not the one paying, and the one paying has decreed - find something free. Especially when this is overall an imaging SDK, and my core function is to write imaging code... :-) Christian Graus - Microsoft MVP - C++

            P Offline
            P Offline
            peterchen
            wrote on last edited by
            #7

            Shouldn't you then spend your time on things others don't have?


            We say "get a life" to each other, disappointed or jokingly. What we forget, though, is that this is possibly the most destructive advice you can give to a geek.
            boost your code || Fold With Us! || sighist

            C 1 Reply Last reply
            0
            • L leppie

              The closest to that is PNG24, although the extra overhead with PNG32 is not much normally. I dont think lossless jpg is even possible. xacc.ide-0.1.1.4 - now with LSharp integration and scripting :)

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

              It's a different compression, but falls under the jpg banner. Christian Graus - Microsoft MVP - C++

              1 Reply Last reply
              0
              • P peterchen

                Shouldn't you then spend your time on things others don't have?


                We say "get a life" to each other, disappointed or jokingly. What we forget, though, is that this is possibly the most destructive advice you can give to a geek.
                boost your code || Fold With Us! || sighist

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

                Yeah, that's my theory. Christian Graus - Microsoft MVP - C++

                1 Reply Last reply
                0
                • C Christian Graus

                  Anyone know of a lossless jpg library in C# ? Christian Graus - Microsoft MVP - C++

                  A Offline
                  A Offline
                  Andre Ziegler
                  wrote on last edited by
                  #10

                  Christian Graus wrote:

                  lossless jpg

                  :omg: jpeg is never lossless, so you need another picture format. 'A programmer is just a tool which converts caffeine into code'

                  C 1 Reply Last reply
                  0
                  • A Andre Ziegler

                    Christian Graus wrote:

                    lossless jpg

                    :omg: jpeg is never lossless, so you need another picture format. 'A programmer is just a tool which converts caffeine into code'

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

                    There is in fact a lossless compression which is known as lossless jpg. It is NOT a normal jpg at 100%, I know that is still lossy. Thanks for taking the time to answer though. Christian Graus - Microsoft MVP - C++

                    A 1 Reply Last reply
                    0
                    • C Christian Graus

                      There is in fact a lossless compression which is known as lossless jpg. It is NOT a normal jpg at 100%, I know that is still lossy. Thanks for taking the time to answer though. Christian Graus - Microsoft MVP - C++

                      A Offline
                      A Offline
                      Andre Ziegler
                      wrote on last edited by
                      #12

                      Christian Graus wrote:

                      There is in fact a lossless compression which is known as lossless jpg

                      I've never heard about this, sorry. 'A programmer is just a tool which converts caffeine into code'

                      C 1 Reply Last reply
                      0
                      • A Andre Ziegler

                        Christian Graus wrote:

                        There is in fact a lossless compression which is known as lossless jpg

                        I've never heard about this, sorry. 'A programmer is just a tool which converts caffeine into code'

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

                        I'm not sure that it's widely used. Christian Graus - Microsoft MVP - C++

                        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