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
2019-01-21 16:03:18 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
998b3ad066d7034f30c4f1cc725f35384027a221
998b3ad0
1 parent
e7ce3667
Fix comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
pdf/lib/src/image.dart
pdf/lib/src/image.dart
View file @
998b3ad
...
...
@@ -84,6 +84,7 @@ class PdfImage extends PdfXObject {
}
}
/// write the pixels to the stream
@override
void
_prepare
()
{
if
(
jpeg
)
{
...
...
@@ -93,9 +94,6 @@ class PdfImage extends PdfXObject {
return
;
}
// write the pixels to the stream
// print("Processing image ${img.width}x${img.height} pixels");
int
w
=
width
;
int
h
=
height
;
int
s
=
w
*
h
;
...
...
Please
register
or
login
to post a comment