Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
QuestionVerify an image and show it is color image or gray scale image.. Pin
Member 865231616-Feb-12 5:18
Member 865231616-Feb-12 5:18 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
PIEBALDconsult16-Feb-12 5:30
mvePIEBALDconsult16-Feb-12 5:30 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
Maximilien16-Feb-12 5:48
Maximilien16-Feb-12 5:48 
GeneralRe: Verify an image and show it is color image or gray scale image.. Pin
Member 865231617-Feb-12 1:21
Member 865231617-Feb-12 1:21 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
BobJanova16-Feb-12 6:28
BobJanova16-Feb-12 6:28 
SuggestionRe: Verify an image and show it is color image or gray scale image.. Pin
Shameel16-Feb-12 7:50
professionalShameel16-Feb-12 7:50 
AnswerRe: Verify an image and show it is color image or gray scale image.. PinPopular
Pete O'Hanlon16-Feb-12 10:22
mvePete O'Hanlon16-Feb-12 10:22 
AnswerRe: Verify an image and show it is color image or gray scale image.. Pin
JeremyBob17-Feb-12 1:11
JeremyBob17-Feb-12 1:11 
Simple google search reveals this:
http://stackoverflow.com/questions/1877405/detecting-grayscale-images-with-net[^]
I'm not saying its the best solution, but should put you on the right track. If I remember right its faster to stream through the image bytes using pointers than it is using GetPixel(), but you have to go into unsafe mode then.
Questionwhich version of dll is used in GAC Pin
tryharder16-Feb-12 4:33
tryharder16-Feb-12 4:33 
AnswerRe: which version of dll is used in GAC Pin
Soulus8316-Feb-12 5:13
Soulus8316-Feb-12 5:13 
GeneralRe: which version of dll is used in GAC Pin
PIEBALDconsult16-Feb-12 5:28
mvePIEBALDconsult16-Feb-12 5:28 
AnswerRe: which version of dll is used in GAC Pin
BobJanova16-Feb-12 6:27
BobJanova16-Feb-12 6:27 
AnswerRe: which version of dll is used in GAC Pin
jschell16-Feb-12 12:19
jschell16-Feb-12 12:19 
QuestionQMS development Question Pin
Jassim Rahma16-Feb-12 2:48
Jassim Rahma16-Feb-12 2:48 
AnswerRe: QMS development Question Pin
Pete O'Hanlon16-Feb-12 3:18
mvePete O'Hanlon16-Feb-12 3:18 
AnswerRe: QMS development Question Pin
OriginalGriff16-Feb-12 3:39
mveOriginalGriff16-Feb-12 3:39 
Questionpython and C# Pin
lune1216-Feb-12 2:09
lune1216-Feb-12 2:09 
AnswerRe: python and C# Pin
Luc Pattyn16-Feb-12 2:17
sitebuilderLuc Pattyn16-Feb-12 2:17 
GeneralRe: python and C# Pin
lune1216-Feb-12 2:20
lune1216-Feb-12 2:20 
AnswerRe: python and C# Pin
Luc Pattyn16-Feb-12 2:21
sitebuilderLuc Pattyn16-Feb-12 2:21 
GeneralRe: python and C# Pin
lune1216-Feb-12 2:29
lune1216-Feb-12 2:29 
AnswerRe: python and C# Pin
Luc Pattyn16-Feb-12 2:35
sitebuilderLuc Pattyn16-Feb-12 2:35 
GeneralRe: python and C# Pin
candogu16-Feb-12 2:37
candogu16-Feb-12 2:37 
GeneralRe: python and C# Pin
lune1216-Feb-12 3:14
lune1216-Feb-12 3:14 
GeneralRe: python and C# Pin
candogu17-Feb-12 0:36
candogu17-Feb-12 0: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.