mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 20:08:24 +00:00
[bcc32 Error] qpdf.cc(3837): E2354 Two operands must evaluate to the same type
Full parser context qpdf.cc(3803): parsing: PointerHolder<Pipeline> ImageOptimizer::makePipeline(const std::string &,Pipeline *)
This commit is contained in:
parent
fc2e491f74
commit
2e7f81452f
@ -3836,7 +3836,7 @@ ImageOptimizer::makePipeline(std::string const& description, Pipeline* next)
|
||||
h_obj.isInteger() ? h_obj.getIntValue() : h_obj.getNumericValue());
|
||||
std::string colorspace = (colorspace_obj.isName() ?
|
||||
colorspace_obj.getName() :
|
||||
"");
|
||||
std::string());
|
||||
int components = 0;
|
||||
J_COLOR_SPACE cs = JCS_UNKNOWN;
|
||||
if (colorspace == "/DeviceRGB")
|
||||
|
Loading…
x
Reference in New Issue
Block a user