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

C#

 
QuestionI need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 3:54
gilvani28-Aug-09 3:54 
AnswerRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Luc Pattyn28-Aug-09 4:07
sitebuilderLuc Pattyn28-Aug-09 4:07 
AnswerRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
OriginalGriff28-Aug-09 5:10
mveOriginalGriff28-Aug-09 5:10 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 7:02
gilvani28-Aug-09 7:02 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Dave Kreskowiak28-Aug-09 7:12
mveDave Kreskowiak28-Aug-09 7:12 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 7:28
gilvani28-Aug-09 7:28 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Dan Neely28-Aug-09 8:37
Dan Neely28-Aug-09 8:37 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Dave Kreskowiak28-Aug-09 12:07
mveDave Kreskowiak28-Aug-09 12:07 
There is no contorl that is going to load that image. You have to either find a library that will do what you want without loading the image, or write one yourself. Writing one yourself is NOT a trivial task, since you must known what the exact format of the image file is and how to work with the data. Then, you need to know about other image processing algorithms to pick out and blend individual pixels so that you can assemble the data in a smaller file, again, knowing the exact format of the image file you want write.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 8:53
gilvani28-Aug-09 8:53 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
OriginalGriff28-Aug-09 8:27
mveOriginalGriff28-Aug-09 8:27 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 8:56
gilvani28-Aug-09 8:56 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
DaveyM6928-Aug-09 13:24
professionalDaveyM6928-Aug-09 13:24 
QuestionProblem in connect with Remote server?? Pin
RA|-|UL PATEL28-Aug-09 3:32
RA|-|UL PATEL28-Aug-09 3:32 
AnswerRe: Problem in connect with Remote server?? Pin
Searril28-Aug-09 3:57
Searril28-Aug-09 3:57 
AnswerRe: Problem in connect with Remote server?? Pin
DoctorMick28-Aug-09 5:31
DoctorMick28-Aug-09 5:31 
GeneralRe: Problem in connect with Remote server?? Pin
RA|-|UL PATEL28-Aug-09 18:01
RA|-|UL PATEL28-Aug-09 18:01 
QuestionCheckBox initial value [SOLVED] Pin
mostofmonty28-Aug-09 3:20
mostofmonty28-Aug-09 3:20 
AnswerRe: CheckBox initial value Pin
Manas Bhardwaj28-Aug-09 3:26
professionalManas Bhardwaj28-Aug-09 3:26 
AnswerRe: CheckBox initial value Pin
DaveyM6928-Aug-09 3:28
professionalDaveyM6928-Aug-09 3:28 
GeneralRe: CheckBox initial value Pin
mostofmonty28-Aug-09 3:31
mostofmonty28-Aug-09 3:31 
GeneralRe: CheckBox initial value Pin
Luc Pattyn28-Aug-09 4:09
sitebuilderLuc Pattyn28-Aug-09 4:09 
GeneralRe: CheckBox initial value Pin
mostofmonty28-Aug-09 4:17
mostofmonty28-Aug-09 4:17 
GeneralRe: CheckBox initial value Pin
Luc Pattyn28-Aug-09 4:24
sitebuilderLuc Pattyn28-Aug-09 4:24 
GeneralRe: CheckBox initial value Pin
mostofmonty28-Aug-09 4:32
mostofmonty28-Aug-09 4:32 
GeneralRe: CheckBox initial value Pin
Luc Pattyn28-Aug-09 4:45
sitebuilderLuc Pattyn28-Aug-09 4:45 

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.