How does PDF's BitsPerComponent translate to Bits Per Pixel for images?
问题 My goal is to convert a PDF into an image (specifically in TIFF). There is a PDF property called BitsPerComponent And According to description on the page, This property can take the value 1, 2, 4, 8 or 16. Other values are not supported in the PDF Specification Does that mean, 1, 2, 4, 8 or 16 translates to bits per pixel in images? 回答1: Sounds more like bits per color component, where color component is one of either (Alpha)/Red/Green/Blue or Grey. So take the bits per component and