Yuriy Levchenko
Results
22
issues of
Yuriy Levchenko
layer_mask.c line:659 ``` // LAYER MASK / ADJUSTMENT LAYER DATA // Size of the data: 36, 20, or 0. If zero, the following fields are not present size = psd_stream_get_int(context);...
Section divider setting sometime has 16 byte code length code to fix this bug ``` if(size >= 12) { // Signature: '8BIM' if(psd_stream_get_int(context) != '8BIM') return psd_status_divider_signature_error; // blend mode...