Method: ImageSize#get_bpc

Defined in:
lib/image_size.rb

#get_bpcObject

koan: additions to get the precision and number of components of a JPEG file



95
96
97
# File 'lib/image_size.rb', line 95

def get_bpc
	if @img_type == Type::JPEG then @img_bpc else nil end
end