Click here to Skip to main content
16,020,519 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can we get A Name for the Row of DataGridView ... Pin
nassimnastaran23-Nov-11 9:36
nassimnastaran23-Nov-11 9:36 
GeneralRe: Can we get A Name for the Row of DataGridView ... Pin
PIEBALDconsult23-Nov-11 10:29
mvePIEBALDconsult23-Nov-11 10:29 
GeneralRe: Can we get A Name for the Row of DataGridView ... Pin
nassimnastaran24-Nov-11 5:28
nassimnastaran24-Nov-11 5:28 
AnswerRe: Can we get A Name for the Row of DataGridView ... Pin
Luc Pattyn23-Nov-11 10:10
sitebuilderLuc Pattyn23-Nov-11 10:10 
Questionc# Convert a large bitmap into jpeg format Pin
mgulde23-Nov-11 8:04
mgulde23-Nov-11 8:04 
AnswerRe: c# Convert a large bitmap into jpeg format Pin
darkDercane23-Nov-11 9:00
professionaldarkDercane23-Nov-11 9:00 
AnswerRe: c# Convert a large bitmap into jpeg format Pin
harold aptroot23-Nov-11 9:25
harold aptroot23-Nov-11 9:25 
AnswerRe: c# Convert a large bitmap into jpeg format Pin
Luc Pattyn23-Nov-11 10:17
sitebuilderLuc Pattyn23-Nov-11 10:17 
You can't get decent JPEG compression for images with insufficient height, the DCT step in the JPEG compression algorithm is using pixel blocks of 8 by 8 pixels. Any less will fail terribly.

Are you sure you are actually running out of memory? How many elementary images are there, and what is their size?
The reason I ask is GDI+ tends to be pretty confusing with its error messages, e.g. when Image.FromFile() says "out-of-memory" it really means "this is an image format I don't understand". See here[^].

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: c# Convert a large bitmap into jpeg format Pin
mgulde23-Nov-11 22:31
mgulde23-Nov-11 22:31 
GeneralTry/Catch Opinions Pin
mjackson1123-Nov-11 7:08
mjackson1123-Nov-11 7:08 
GeneralRe: Try/Catch Opinions Pin
PIEBALDconsult23-Nov-11 7:16
mvePIEBALDconsult23-Nov-11 7:16 
GeneralRe: Try/Catch Opinions Pin
Not Active23-Nov-11 7:28
mentorNot Active23-Nov-11 7:28 
GeneralRe: Try/Catch Opinions Pin
PIEBALDconsult23-Nov-11 7:37
mvePIEBALDconsult23-Nov-11 7:37 
GeneralRe: Try/Catch Opinions Pin
Not Active23-Nov-11 7:47
mentorNot Active23-Nov-11 7:47 
AnswerRe: Try/Catch Opinions Pin
Eddy Vluggen23-Nov-11 7:45
professionalEddy Vluggen23-Nov-11 7:45 
GeneralRe: Try/Catch Opinions Pin
SledgeHammer0123-Nov-11 7:58
SledgeHammer0123-Nov-11 7:58 
GeneralRe: Try/Catch Opinions Pin
Pete O'Hanlon23-Nov-11 8:37
mvePete O'Hanlon23-Nov-11 8:37 
GeneralRe: Try/Catch Opinions Pin
PIEBALDconsult23-Nov-11 9:09
mvePIEBALDconsult23-Nov-11 9:09 
GeneralRe: Try/Catch Opinions Pin
Pete O'Hanlon23-Nov-11 9:29
mvePete O'Hanlon23-Nov-11 9:29 
AnswerRe: Try/Catch Opinions Pin
Luc Pattyn23-Nov-11 10:26
sitebuilderLuc Pattyn23-Nov-11 10:26 
GeneralRe: Try/Catch Opinions Pin
Pete O'Hanlon23-Nov-11 10:33
mvePete O'Hanlon23-Nov-11 10:33 
GeneralRe: Try/Catch Opinions Pin
Luc Pattyn23-Nov-11 10:56
sitebuilderLuc Pattyn23-Nov-11 10:56 
GeneralRe: Try/Catch Opinions Pin
Pete O'Hanlon23-Nov-11 11:04
mvePete O'Hanlon23-Nov-11 11:04 
GeneralRe: Try/Catch Opinions Pin
Luc Pattyn23-Nov-11 11:11
sitebuilderLuc Pattyn23-Nov-11 11:11 
GeneralRe: Try/Catch Opinions Pin
Eddy Vluggen23-Nov-11 9:27
professionalEddy Vluggen23-Nov-11 9:27 

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.