Click here to Skip to main content
15,914,488 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi1-Nov-16 1:36
Rıza Berkay Ayçelebi1-Nov-16 1:36 
GeneralRe: How to implement the huffman using c# for image Pin
Richard MacCutchan1-Nov-16 1:53
mveRichard MacCutchan1-Nov-16 1:53 
GeneralRe: How to implement the huffman using c# for image Pin
Pete O'Hanlon1-Nov-16 2:30
mvePete O'Hanlon1-Nov-16 2:30 
AnswerRe: How to implement the huffman using c# for image Pin
Jochen Arndt31-Oct-16 1:48
professionalJochen Arndt31-Oct-16 1:48 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 3:19
Rıza Berkay Ayçelebi31-Oct-16 3:19 
GeneralRe: How to implement the huffman using c# for image Pin
Jochen Arndt31-Oct-16 3:46
professionalJochen Arndt31-Oct-16 3:46 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 6:13
Rıza Berkay Ayçelebi31-Oct-16 6:13 
GeneralRe: How to implement the huffman using c# for image Pin
Jochen Arndt31-Oct-16 6:19
professionalJochen Arndt31-Oct-16 6:19 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 7:39
Rıza Berkay Ayçelebi31-Oct-16 7:39 
GeneralRe: How to implement the huffman using c# for image Pin
Eddy Vluggen31-Oct-16 8:15
professionalEddy Vluggen31-Oct-16 8:15 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 9:00
Rıza Berkay Ayçelebi31-Oct-16 9:00 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 8:51
Rıza Berkay Ayçelebi31-Oct-16 8:51 
GeneralRe: How to implement the huffman using c# for image Pin
harold aptroot31-Oct-16 9:27
harold aptroot31-Oct-16 9:27 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 10:21
Rıza Berkay Ayçelebi31-Oct-16 10:21 
GeneralRe: How to implement the huffman using c# for image Pin
harold aptroot31-Oct-16 10:26
harold aptroot31-Oct-16 10:26 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 23:09
Rıza Berkay Ayçelebi31-Oct-16 23:09 
GeneralRe: How to implement the huffman using c# for image Pin
Eddy Vluggen2-Nov-16 4:28
professionalEddy Vluggen2-Nov-16 4:28 
GeneralRe: How to implement the huffman using c# for image Pin
Pete O'Hanlon31-Oct-16 7:07
mvePete O'Hanlon31-Oct-16 7:07 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 7:36
Rıza Berkay Ayçelebi31-Oct-16 7:36 
GeneralRe: How to implement the huffman using c# for image Pin
Pete O'Hanlon31-Oct-16 9:59
mvePete O'Hanlon31-Oct-16 9:59 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 10:19
Rıza Berkay Ayçelebi31-Oct-16 10:19 
QuestionRe: How to implement the huffman using c# for image Pin
Eddy Vluggen31-Oct-16 3:49
professionalEddy Vluggen31-Oct-16 3:49 
AnswerRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 8:59
Rıza Berkay Ayçelebi31-Oct-16 8:59 
GeneralRe: How to implement the huffman using c# for image Pin
OriginalGriff31-Oct-16 9:03
mveOriginalGriff31-Oct-16 9:03 
GeneralRe: How to implement the huffman using c# for image Pin
Eddy Vluggen31-Oct-16 9:35
professionalEddy Vluggen31-Oct-16 9:35 
Rıza Berkay Ayçelebi wrote:
I can comrpess text wiht this program but how can ı compres picture ?
You compress pictures in the same way as text.

The computer does not distinguish between text and pictures on that level. You may be interested in the Wikipedia articles that explain how JPEG works, since it is a different approach to achieve a similar endresult.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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.