Click here to Skip to main content
15,887,404 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Pete O'Hanlon21-Nov-16 9:28
mvePete O'Hanlon21-Nov-16 9:28 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Rıza Berkay Ayçelebi21-Nov-16 18:43
Rıza Berkay Ayçelebi21-Nov-16 18:43 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Pete O'Hanlon21-Nov-16 19:42
mvePete O'Hanlon21-Nov-16 19:42 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
OriginalGriff21-Nov-16 21:35
mveOriginalGriff21-Nov-16 21:35 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Rıza Berkay Ayçelebi21-Nov-16 23:19
Rıza Berkay Ayçelebi21-Nov-16 23:19 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
OriginalGriff21-Nov-16 23:24
mveOriginalGriff21-Nov-16 23:24 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Rıza Berkay Ayçelebi22-Nov-16 9:46
Rıza Berkay Ayçelebi22-Nov-16 9:46 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Richard MacCutchan22-Nov-16 10:52
mveRichard MacCutchan22-Nov-16 10:52 
Image files are just streams of bytes, so you can compress them with any of the compression methods. The point that people are trying to make is that it is largely not worth it since so many image types are already compressed. And the rest tend not to compress well because of the structure of the data. If you really want to prove this then try it with a few files of your own and see how much you can compress them.

GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Pete O'Hanlon22-Nov-16 0:35
mvePete O'Hanlon22-Nov-16 0:35 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
OriginalGriff22-Nov-16 1:06
mveOriginalGriff22-Nov-16 1:06 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Eddy Vluggen22-Nov-16 0:17
professionalEddy Vluggen22-Nov-16 0:17 
GeneralRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
OriginalGriff22-Nov-16 0:24
mveOriginalGriff22-Nov-16 0:24 
AnswerRe: How to compress png, bitmap ,or cr2 image file using huffman and RLE with c# Pin
Patrice T22-Nov-16 11:27
mvePatrice T22-Nov-16 11:27 
QuestionWindows Media Player - Play MP3. Pin
ngogiatuong20-Nov-16 20:19
ngogiatuong20-Nov-16 20:19 
AnswerRe: Windows Media Player - Play MP3. Pin
Afzaal Ahmad Zeeshan20-Nov-16 21:11
professionalAfzaal Ahmad Zeeshan20-Nov-16 21:11 
GeneralRe: Windows Media Player - Play MP3. Pin
ngogiatuong20-Nov-16 22:14
ngogiatuong20-Nov-16 22:14 
GeneralRe: Windows Media Player - Play MP3. Pin
Afzaal Ahmad Zeeshan21-Nov-16 1:23
professionalAfzaal Ahmad Zeeshan21-Nov-16 1:23 
AnswerRe: Windows Media Player - Play MP3. Pin
RichardGrimmer21-Nov-16 4:42
RichardGrimmer21-Nov-16 4:42 
QuestionNetwork File Path Problem Pin
Kevin Marois18-Nov-16 10:30
professionalKevin Marois18-Nov-16 10:30 
AnswerRe: Network File Path Problem Pin
OriginalGriff18-Nov-16 21:44
mveOriginalGriff18-Nov-16 21:44 
AnswerRe: Network File Path Problem Pin
Bernhard Hiller20-Nov-16 21:10
Bernhard Hiller20-Nov-16 21:10 
AnswerRe: Network File Path Problem Pin
Richard Deeming21-Nov-16 2:58
mveRichard Deeming21-Nov-16 2:58 
GeneralRe: Network File Path Problem Pin
Kevin Marois21-Nov-16 4:43
professionalKevin Marois21-Nov-16 4:43 
QuestionHow To Refactor This Pin
Kevin Marois18-Nov-16 4:48
professionalKevin Marois18-Nov-16 4:48 
AnswerRe: How To Refactor This Pin
Pete O'Hanlon18-Nov-16 5:41
mvePete O'Hanlon18-Nov-16 5:41 

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.