mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
keep the bytes factory call which was accidentally removed
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
using Filters;
|
using Filters;
|
||||||
using Graphics.Colors;
|
using Graphics.Colors;
|
||||||
using Graphics.Core;
|
using Graphics.Core;
|
||||||
using Images;
|
|
||||||
using Tokens;
|
using Tokens;
|
||||||
using Images.Png;
|
using Images.Png;
|
||||||
|
|
||||||
@@ -113,6 +112,8 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bytes = bytesFactory.Value;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user