Click here to Skip to main content
15,885,537 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Installer Problem.. Pin
rwestgraham28-Sep-05 9:17
rwestgraham28-Sep-05 9:17 
Questionimaging code; looking for optimization Pin
sarabjs27-Sep-05 9:23
sarabjs27-Sep-05 9:23 
AnswerRe: imaging code; looking for optimization Pin
Dave Kreskowiak27-Sep-05 12:01
mveDave Kreskowiak27-Sep-05 12:01 
GeneralRe: imaging code; looking for optimization Pin
sarabjs28-Sep-05 11:26
sarabjs28-Sep-05 11:26 
AnswerRe: imaging code; looking for optimization Pin
Daniel Grunwald30-Sep-05 22:56
Daniel Grunwald30-Sep-05 22:56 
GeneralRe: imaging code; looking for optimization Pin
sarabjs3-Oct-05 6:30
sarabjs3-Oct-05 6:30 
Question.NET locking DLLs Pin
Gilad Kapelushnik26-Sep-05 23:48
Gilad Kapelushnik26-Sep-05 23:48 
Questiondrawing text on an image Pin
sarabjs26-Sep-05 5:30
sarabjs26-Sep-05 5:30 
Hello folks,

I wish to write text on an Image in .NET

I figure I can use the Graphics.drawString() method to do so, but it turns out that .NET would only allow me to write on images with non-indexed pixel formats.

The format I'm now using is 1bppIndexed, which allows me to keep the size of these image objects limited. I do not wish to change these images to a non-indexed pixel format like 24bppRGB (even though that allows me to draw text on the image), 'cause here I'm only dealing with binary images, each around 3500pixels by 2480pixels.

Since a format like 24bppRGB occupies much more space than what is required, I was hoping there would be a way to write on the 1bppIndexed images directly.

Any ideas?

Thanks...
AnswerRe: drawing text on an image Pin
Guido_d26-Sep-05 23:18
Guido_d26-Sep-05 23:18 
GeneralRe: drawing text on an image Pin
Guido_d26-Sep-05 23:34
Guido_d26-Sep-05 23:34 
GeneralRe: drawing text on an image Pin
sarabjs27-Sep-05 8:50
sarabjs27-Sep-05 8:50 
Question Strange behaviour with a System.Net.Sockets.Socket Pin
Guido_d26-Sep-05 3:53
Guido_d26-Sep-05 3:53 
QuestionWhat API can be used to access MS Project? Pin
kurdi1926-Sep-05 3:14
kurdi1926-Sep-05 3:14 
QuestionXmlSerializer question Pin
Ivanets26-Sep-05 1:13
Ivanets26-Sep-05 1:13 
QuestionFind RichTextBox BackColor in VB.NET Pin
lupus canus25-Sep-05 23:56
lupus canus25-Sep-05 23:56 
AnswerRe: Find RichTextBox BackColor in VB.NET Pin
lupus canus26-Sep-05 7:12
lupus canus26-Sep-05 7:12 
QuestionIL and MSIL Pin
Rajesh_K_Sharma25-Sep-05 20:12
Rajesh_K_Sharma25-Sep-05 20:12 
AnswerRe: IL and MSIL Pin
Saqib Shakil25-Sep-05 21:28
Saqib Shakil25-Sep-05 21:28 
AnswerRe: IL and MSIL Pin
Dave Kreskowiak26-Sep-05 3:09
mveDave Kreskowiak26-Sep-05 3:09 
Questioninformation regarding stack trace Pin
ravibabu_kanaparthi25-Sep-05 19:20
ravibabu_kanaparthi25-Sep-05 19:20 
Question.Net Application not Runing on Test System Pin
Zishan Haider25-Sep-05 4:19
Zishan Haider25-Sep-05 4:19 
AnswerRe: .Net Application not Runing on Test System Pin
Steve Pullan25-Sep-05 14:17
Steve Pullan25-Sep-05 14:17 
GeneralRe: .Net Application not Runing on Test System Pin
Anonymous25-Sep-05 17:48
Anonymous25-Sep-05 17:48 
GeneralRe: .Net Application not Runing on Test System Pin
Steve Pullan25-Sep-05 20:28
Steve Pullan25-Sep-05 20:28 
GeneralRe: .Net Application not Runing on Test System Pin
Anonymous25-Sep-05 21:22
Anonymous25-Sep-05 21:22 

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.