Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create a dll for a c# file Pin
mpavas31-Jul-07 22:31
mpavas31-Jul-07 22:31 
QuestionHow to use C++ h files in C# ... ? Pin
Yanshof31-Jul-07 19:58
Yanshof31-Jul-07 19:58 
AnswerRe: How to use C++ h files in C# ... ? Pin
Christian Graus31-Jul-07 20:17
protectorChristian Graus31-Jul-07 20:17 
GeneralRe: How to use C++ h files in C# ... ? Pin
Yanshof31-Jul-07 20:29
Yanshof31-Jul-07 20:29 
GeneralRe: How to use C++ h files in C# ... ? Pin
Christian Graus31-Jul-07 20:36
protectorChristian Graus31-Jul-07 20:36 
GeneralRe: How to use C++ h files in C# ... ? Pin
Yanshof31-Jul-07 20:40
Yanshof31-Jul-07 20:40 
QuestionJPEG loseless and lossy compression Pin
Darmi31-Jul-07 17:55
Darmi31-Jul-07 17:55 
AnswerRe: JPEG loseless and lossy compression Pin
Christian Graus31-Jul-07 18:22
protectorChristian Graus31-Jul-07 18:22 
There are many 'JPEG' compressions. The most common one is the lossy one supported by GDI+. Creating files using this compression in C# is trivial. There are also a number of 'lossless' compressions, including JPEG 2000, JPEG lossless, etc. For JPEG 2000, I use the Atalasoft imaging library ( the J2000 stuff is an add on, and not cheap ). There are no free implimentations of J2000 that I know of, there is a JPEG lossless dll from HP, but I never actually got around to using it, I just found it in my search for a lossless compression supported by DICOM.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: JPEG loseless and lossy compression Pin
Darmi31-Jul-07 18:44
Darmi31-Jul-07 18:44 
GeneralRe: JPEG loseless and lossy compression Pin
Christian Graus31-Jul-07 18:52
protectorChristian Graus31-Jul-07 18:52 
AnswerRe: JPEG loseless and lossy compression Pin
Seishin#31-Jul-07 21:41
Seishin#31-Jul-07 21:41 
GeneralRe: JPEG loseless and lossy compression Pin
Christian Graus31-Jul-07 22:01
protectorChristian Graus31-Jul-07 22:01 
GeneralRe: JPEG loseless and lossy compression Pin
Seishin#31-Jul-07 23:10
Seishin#31-Jul-07 23:10 
GeneralRe: JPEG loseless and lossy compression Pin
Darmi1-Aug-07 0:03
Darmi1-Aug-07 0:03 
QuestionQuitting a Process Before Installing Pin
chaiguy133731-Jul-07 15:32
chaiguy133731-Jul-07 15:32 
AnswerRe: Quitting a Process Before Installing Pin
Rama Krishna Vavilala31-Jul-07 17:06
Rama Krishna Vavilala31-Jul-07 17:06 
GeneralRe: Quitting a Process Before Installing Pin
chaiguy133731-Jul-07 17:18
chaiguy133731-Jul-07 17:18 
Questionchange key state? Pin
Klazen31-Jul-07 10:58
Klazen31-Jul-07 10:58 
AnswerRe: change key state? Pin
snorkie31-Jul-07 11:38
professionalsnorkie31-Jul-07 11:38 
Question[Message Deleted] Pin
domyansumit31-Jul-07 10:16
domyansumit31-Jul-07 10:16 
AnswerRe: Interview Question Pin
Dan Neely31-Jul-07 10:25
Dan Neely31-Jul-07 10:25 
GeneralRe: Interview Question Pin
Malcolm Smart1-Aug-07 8:24
Malcolm Smart1-Aug-07 8:24 
GeneralRe: Interview Question Pin
Pete O'Hanlon1-Aug-07 8:29
mvePete O'Hanlon1-Aug-07 8:29 
AnswerRe: Interview Question Pin
Wjousts31-Jul-07 10:28
Wjousts31-Jul-07 10:28 
AnswerRe: Interview Question Pin
Pete O'Hanlon31-Jul-07 10:29
mvePete O'Hanlon31-Jul-07 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.