Snapmatic useful length is now 260
This commit is contained in:
parent
07affc2840
commit
69494fc100
4 changed files with 28 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue