Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-03-19 19:32:38 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c159d98d9a30d2dcaa8b1de817f3c087cefafe71
c159d98d
1 parent
562de3b2
Add more frame formats
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/lib/src/exif.dart
pdf/lib/src/exif.dart
View file @
c159d98
...
...
@@ -55,7 +55,7 @@ class PdfJpegInfo {
final
int
len
=
buffer
.
getUint16
(
offset
);
offset
+=
2
;
if
(
mrkr
==
0xc0
)
{
if
(
mrkr
>=
0xc0
&&
mrkr
<=
0xcf
)
{
height
=
buffer
.
getUint16
(
offset
+
1
);
width
=
buffer
.
getUint16
(
offset
+
3
);
color
=
buffer
.
getUint8
(
offset
+
5
);
...
...
Please
register
or
login
to post a comment