Lossless jpg
-
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
$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++
-
$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++
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
-
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
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++
-
Anyone know of a lossless jpg library in C# ? Christian Graus - Microsoft MVP - C++
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 :)
-
$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++
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 -
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 :)
It's a different compression, but falls under the jpg banner. Christian Graus - Microsoft MVP - C++
-
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! || sighistYeah, that's my theory. Christian Graus - Microsoft MVP - C++
-
Anyone know of a lossless jpg library in C# ? Christian Graus - Microsoft MVP - C++
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'
-
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'
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++
-
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++
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'
-
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'
I'm not sure that it's widely used. Christian Graus - Microsoft MVP - C++