David PHAM-VAN

Fix comment

... ... @@ -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;
... ...