Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Corrupt JPEG Output

turks
ビギナー
482件の閲覧回数
Using Picnic in the IPP 6.0 update 1, if you open the attached bmp file and save as jpeg using the settings :
Bas, 444, Use Huffman, RGB, quality=75
The resultant jpeg file will be grayscale and distorted.

Can you reproduce ?

Thanks
0 件の賞賛
1 返信
Sergey_Ryadno
新規コントリビューター I
482件の閲覧回数
Quoting - turks
Using Picnic in the IPP 6.0 update 1, if you open the attached bmp file and save as jpeg using the settings :
Bas, 444, Use Huffman, RGB, quality=75
The resultant jpeg file will be grayscale and distorted.

Can you reproduce ?

Thanks

try to change in jpeg.cpp in functionSaveImageJPEG() this line

dataOrder.LineStep() [0] = geometry.RefGridRect().Width() * nOfComponents * du;

to this

dataOrder.LineStep() [0] = image.Step();

返信