It has nothing to do with B&W or Color. The CA plugins force the colorspace of the uploaded image to RGB, to ensure that the resulting image is displayable in a web browoser if it was originally CMYK. Apparently, in some builds of ImageMagick that force-to-RGB causes it to impose the sRGB colorspace, even if the image is already RGB, and (seemingly - haven't confirmed this) not perform any color management. The end result is a dark image. Depending upon which image processing back-end you're using there's a line of code that has to come out to prevent this.
There are some lines of code that need to be deleted. heres the article I found it in>>> http://www.collectiveaccess.org …loaded-images-appear-dark
A way around it (for now):
Both of these pics are RGB .jpg. The first one is the original. All i did for the second one was take it into photoshop, go to images>modes, and select CMYK, then put it back to RGB and save. That kind of snaps it out of thinking it was CMYK even though it's in RGB.
Make sense?
Original .jpg in RGB
HOSTED PHOTO
please log in to view hosted photos in full size.
Changed from RGB to CMYK then back to RGB and saved as .jpg
HOSTED PHOTO
please log in to view hosted photos in full size.