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

.NET (Core and Framework)

 
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 
AnswerRe: drawing text on an image Pin
Guido_d26-Sep-05 23:18
Guido_d26-Sep-05 23:18 
If you're using 1bpp images, that's plain black and white. Truetype fonts require more color depth to perform antialiasing, so that won't work. You can go three ways IMO:
- render the font to a transparent image, convert to black & white and overlay over the original image, possibly creating a jagged font
or
- convert the image to more bpp, then render the text on top of it, then convert back to b&w. Will use a lot of memory for the converted image.
or
- use a bitmapped font that you can directly add to the image by using SetPixel()

Good luck..

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 
Questionchar * = new char[] take me an ERROR!!!! Pin
firefoxrabbit24-Sep-05 3:35
firefoxrabbit24-Sep-05 3:35 

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.