Click here to Skip to main content
15,905,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: hashtable limitation? Pin
Jassim Rahma16-Jun-10 22:43
Jassim Rahma16-Jun-10 22:43 
AnswerRe: hashtable limitation? Pin
Łukasz Nowakowski16-Jun-10 22:52
Łukasz Nowakowski16-Jun-10 22:52 
AnswerRe: hashtable limitation? Pin
Luc Pattyn17-Jun-10 1:59
sitebuilderLuc Pattyn17-Jun-10 1:59 
GeneralRe: hashtable limitation? Pin
Jassim Rahma17-Jun-10 4:06
Jassim Rahma17-Jun-10 4:06 
GeneralRe: hashtable limitation? Pin
Luc Pattyn17-Jun-10 4:14
sitebuilderLuc Pattyn17-Jun-10 4:14 
GeneralRe: hashtable limitation? Pin
Jassim Rahma17-Jun-10 4:17
Jassim Rahma17-Jun-10 4:17 
GeneralRe: hashtable limitation? Pin
Luc Pattyn17-Jun-10 4:21
sitebuilderLuc Pattyn17-Jun-10 4:21 
QuestionPng Image Saving the original size doubles Pin
VCsamir16-Jun-10 21:39
VCsamir16-Jun-10 21:39 
hi friends $ Seniors,

i am trying to save an image in PNG format, the original image is 24dpi and is 16.2 mb, afterwards i add alpha channel to image and make some portion of the image transperant, after this when i save the image img.save(imagepath, imageformat.png) the size is increased to 33 mb. i wanted to know the image size increased is correct? does the image dpi changed from 24 to 32 increases the image so much?

friends, also debugging my code i found a strange thing, which i would like to share with u

Bitmap bmp = new Bitmap(imagepath);
bmp.save("c:\11.jpg"); // this saved image with 16 mb

Bitmap bmp1 = new Bitmap(bmp);
bmp1.save(c:\\22.jpg); // this saved image with 33 mb

Thanking in Advance

Regards
Samir
AnswerRe: Png Image Saving the original size doubles Pin
Luc Pattyn17-Jun-10 2:04
sitebuilderLuc Pattyn17-Jun-10 2:04 
Questionsearch in dataview without filtering Pin
sana_2616-Jun-10 21:13
sana_2616-Jun-10 21:13 
AnswerRe: search in dataview without filtering Pin
Bigdeak16-Jun-10 23:56
Bigdeak16-Jun-10 23:56 
Questionhow to get the methods registered with an eventhandler Pin
prasadbuddhika16-Jun-10 20:06
prasadbuddhika16-Jun-10 20:06 
AnswerMessage Closed Pin
16-Jun-10 21:31
stancrm16-Jun-10 21:31 
GeneralRe: how to get the methods registered with an eventhandler Pin
prasadbuddhika17-Jun-10 19:21
prasadbuddhika17-Jun-10 19:21 
QuestionNaming Controls Pin
SajjadZare16-Jun-10 18:47
SajjadZare16-Jun-10 18:47 
AnswerRe: Naming Controls Pin
Peace ON16-Jun-10 21:11
Peace ON16-Jun-10 21:11 
AnswerRe: Naming Controls Pin
Luc Pattyn17-Jun-10 2:06
sitebuilderLuc Pattyn17-Jun-10 2:06 
GeneralRe: Naming Controls Pin
SajjadZare17-Jun-10 6:01
SajjadZare17-Jun-10 6:01 
AnswerRe: Naming Controls Pin
yu-jian27-Jun-10 10:19
yu-jian27-Jun-10 10:19 
QuestionAssembelys Pin
future383916-Jun-10 15:20
future383916-Jun-10 15:20 
QuestionPerformance framework \ utility Pin
Berlus16-Jun-10 10:31
Berlus16-Jun-10 10:31 
AnswerRe: Performance measure on inline methods Pin
Berlus16-Jun-10 18:59
Berlus16-Jun-10 18:59 
QuestionCompact datagrid Pin
jashimu16-Jun-10 8:44
jashimu16-Jun-10 8:44 
AnswerRe: Compact datagrid Pin
hammerstein0516-Jun-10 10:33
hammerstein0516-Jun-10 10:33 
QuestionThread.Join Pin
Endien16-Jun-10 6:26
Endien16-Jun-10 6:26 

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.