Snapmatic useful length is now 260

This commit is contained in:
Rafael 2016-03-23 01:09:27 +01:00
parent 07affc2840
commit 69494fc100
4 changed files with 28 additions and 3 deletions

View file

@ -30,7 +30,7 @@ SnapmaticPicture::SnapmaticPicture(QObject *parent, QString fileName) : QObject(
{
// PARSE INT INIT - DO NOT CHANGE THIS VALUES
snapmaticHeaderLength = 278;
snapmaticUsefulLength = 256;
snapmaticUsefulLength = 260;
jpegHeaderLineDifStr = 2;
jpegPreHeaderLength = 14;
jpegPicStreamLength = 524288;