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
Aravindhan K
2023-05-04 13:12:47 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2023-05-04 11:40:46 +0000
Commit
f1c2b9ae0649ebaf15ac83a7e33ad247dfacf16b
f1c2b9ae
1 parent
9ea6533e
Chore: image.fromBytes() pass bytes offset.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pdf/lib/src/pdf/raster.dart
pdf/lib/src/pdf/raster.dart
View file @
f1c2b9a
...
...
@@ -129,6 +129,7 @@ class PdfRasterBase {
width:
width
,
height:
height
,
bytes:
pixels
.
buffer
,
bytesOffset:
pixels
.
offsetInBytes
,
format:
im
.
Format
.
uint8
,
numChannels:
4
,
);
...
...
Please
register
or
login
to post a comment