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

C#

 
GeneralRe: Entity FrameWork Code First to create Table on schema other than dbo Pin
Richard Deeming28-Oct-16 2:16
mveRichard Deeming28-Oct-16 2:16 
AnswerRe: Entity FrameWork Code First to create Table on schema other than dbo Pin
Slacker00727-Oct-16 2:17
professionalSlacker00727-Oct-16 2:17 
GeneralRe: Entity FrameWork Code First to create Table on schema other than dbo Pin
indian14327-Oct-16 12:02
indian14327-Oct-16 12:02 
QuestionC# Active Directory Services Pin
Member 80737426-Oct-16 8:43
Member 80737426-Oct-16 8:43 
QuestionC# ActiveDirectory Services Pin
Member 80737426-Oct-16 8:41
Member 80737426-Oct-16 8:41 
QuestionStitching Together Thousands Of Bitmaps Pin
JBHowl20-Oct-16 6:26
JBHowl20-Oct-16 6:26 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
OriginalGriff20-Oct-16 6:53
mveOriginalGriff20-Oct-16 6:53 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Midi_Mick20-Oct-16 6:54
professionalMidi_Mick20-Oct-16 6:54 
Yeah, I'm afraid GDI+, which is the base for the .NET Image processing, was never designed to handle images of that sort of size. I know this from terrible experience, attempting to process mapping images in municipal councils, and back then I was using GDI+ directly from C++, and it was getting itself into a mess when we stated processing files of ~12,000 x 15,000 pixels.

You are probably going to need to look at doing something in C++, using a library like ImageMagik or similar, to process these images.

One possbility in C#, if you don't want to load the final image, is to look up the internal structure of a BMP file. You could then write the headers and the raw data from the smaller files directly to that file. I really don't fancy your chances of loading it in .NET again afterwards, though.
Cheers,

Mick
------------------------------------------------
It doesn't matter how often or hard you fall on your arse, eventually you'll roll over and land on your feet.

AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Gerry Schmitz20-Oct-16 7:45
mveGerry Schmitz20-Oct-16 7:45 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Eddy Vluggen20-Oct-16 10:55
professionalEddy Vluggen20-Oct-16 10:55 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Pete O'Hanlon20-Oct-16 21:18
mvePete O'Hanlon20-Oct-16 21:18 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
JBHowl21-Oct-16 3:26
JBHowl21-Oct-16 3:26 
GeneralRe: Stitching Together Thousands Of Bitmaps Pin
Eddy Vluggen21-Oct-16 3:50
professionalEddy Vluggen21-Oct-16 3:50 
GeneralRe: Stitching Together Thousands Of Bitmaps Pin
Midi_Mick21-Oct-16 14:40
professionalMidi_Mick21-Oct-16 14:40 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Luc Pattyn21-Oct-16 13:52
sitebuilderLuc Pattyn21-Oct-16 13:52 
QuestionThere is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
amioni19-Oct-16 23:30
amioni19-Oct-16 23:30 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
Richard MacCutchan20-Oct-16 1:35
mveRichard MacCutchan20-Oct-16 1:35 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
Gerry Schmitz20-Oct-16 5:02
mveGerry Schmitz20-Oct-16 5:02 
QuestionInterface structure Pin
Mycroft Holmes19-Oct-16 17:38
professionalMycroft Holmes19-Oct-16 17:38 
AnswerRe: Interface structure Pin
Midi_Mick19-Oct-16 19:12
professionalMidi_Mick19-Oct-16 19:12 
GeneralRe: Interface structure Pin
Mycroft Holmes19-Oct-16 20:32
professionalMycroft Holmes19-Oct-16 20:32 
AnswerRe: Interface structure Pin
Midi_Mick19-Oct-16 21:32
professionalMidi_Mick19-Oct-16 21:32 
AnswerRe: Interface structure Pin
Pete O'Hanlon19-Oct-16 21:04
mvePete O'Hanlon19-Oct-16 21:04 
AnswerRe: Interface structure Pin
puneetdhawan200020-Oct-16 0:25
puneetdhawan200020-Oct-16 0:25 
AnswerRe: Interface structure Pin
Nathan Minier20-Oct-16 1:11
professionalNathan Minier20-Oct-16 1:11 

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.