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

.NET (Core and Framework)

 
QuestionImplementation of Chat Bot Pin
Member 1362292025-Feb-18 18:46
Member 1362292025-Feb-18 18:46 
AnswerRe: Implementation of Chat Bot Pin
Pete O'Hanlon25-Feb-18 20:49
subeditorPete O'Hanlon25-Feb-18 20:49 
Question16bit grayscale png export? (and import?) Pin
primem0ver22-Feb-18 10:00
primem0ver22-Feb-18 10:00 
AnswerRe: 16bit grayscale png export? (and import?) Pin
Gerry Schmitz22-Feb-18 11:49
mveGerry Schmitz22-Feb-18 11:49 
GeneralRe: 16bit grayscale png export? (and import?) Pin
primem0ver22-Feb-18 13:47
primem0ver22-Feb-18 13:47 
GeneralRe: 16bit grayscale png export? (and import?) Pin
Gerry Schmitz22-Feb-18 14:07
mveGerry Schmitz22-Feb-18 14:07 
AnswerRe: 16bit grayscale png export? (and import?) Pin
Eddy Vluggen22-Feb-18 14:17
professionalEddy Vluggen22-Feb-18 14:17 
GeneralRe: 16bit grayscale png export? (and import?) Pin
primem0ver22-Feb-18 15:54
primem0ver22-Feb-18 15:54 
Yes... been doing what you describe for years. However GDI+ does not import 16 bit greyscale as a 16 bit grayscale and does not export 16 bit grayscale. When it imports, it imports as a 32bit bgra which makes dealing with 16 bit grayscale values impossible because of the loss of information when converting 16 bit grayscale values to 8 bit rgb values. Exporting through the standard .NET drawing libraries is impossible as I have already read in several posts on this topic. My application needs to use grayscale values from 0-65535 in order to avoid a "shelved" appearance in the heightmaps I generate.
GeneralRe: 16bit grayscale png export? (and import?) Pin
Eddy Vluggen23-Feb-18 3:16
professionalEddy Vluggen23-Feb-18 3:16 
GeneralRe: 16bit grayscale png export? (and import?) Pin
primem0ver23-Feb-18 10:37
primem0ver23-Feb-18 10:37 
GeneralRe: 16bit grayscale png export? (and import?) Pin
Eddy Vluggen23-Feb-18 23:31
professionalEddy Vluggen23-Feb-18 23:31 
AnswerRe: 16bit grayscale png export? (and import?) Pin
Richard Deeming23-Feb-18 0:55
mveRichard Deeming23-Feb-18 0:55 
GeneralRe: 16bit grayscale png export? (and import?) Pin
primem0ver23-Feb-18 10:49
primem0ver23-Feb-18 10:49 
AnswerRe: 16bit grayscale png export? (and import?) Pin
Gerry Schmitz23-Feb-18 15:04
mveGerry Schmitz23-Feb-18 15:04 
QuestionCreating a Designer Compatible ToolStripControlHost? Pin
primem0ver17-Feb-18 10:44
primem0ver17-Feb-18 10:44 
Questionpassing data prom one thread to another Pin
galba201814-Feb-18 21:15
galba201814-Feb-18 21:15 
AnswerRe: passing data prom one thread to another Pin
Richard MacCutchan14-Feb-18 22:07
mveRichard MacCutchan14-Feb-18 22:07 
QuestionProcesses list in Windows CE (.NET Compact Framework) Pin
steve_949661314-Feb-18 5:29
professionalsteve_949661314-Feb-18 5:29 
AnswerRe: Processes list in Windows CE (.NET Compact Framework) Pin
Eddy Vluggen14-Feb-18 6:11
professionalEddy Vluggen14-Feb-18 6:11 
GeneralRe: Processes list in Windows CE (.NET Compact Framework) Pin
steve_949661314-Feb-18 20:52
professionalsteve_949661314-Feb-18 20:52 
QuestionPerformance and memory optimization Pin
Super Lloyd13-Feb-18 14:31
Super Lloyd13-Feb-18 14:31 
AnswerRe: Performance and memory optimization Pin
Super Lloyd13-Feb-18 14:59
Super Lloyd13-Feb-18 14:59 
GeneralRe: Performance and memory optimization Pin
Nathan Minier15-Feb-18 2:05
professionalNathan Minier15-Feb-18 2:05 
SuggestionRe: Performance and memory optimization Pin
Richard Deeming15-Feb-18 2:14
mveRichard Deeming15-Feb-18 2:14 
GeneralRe: Performance and memory optimization Pin
Nathan Minier15-Feb-18 2:36
professionalNathan Minier15-Feb-18 2:36 

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.