valerybokov commented on PR #294: URL: https://github.com/apache/pdfbox/pull/294#issuecomment-3446854362
Another question. PDIndexed class has 3 constructors. The constructor without parameters not calls a initRgbColorTable method. When I try to do something like this PDIndexed pd = new PDIndexed(); pd.toRGBImage(...); then I get NullPointerException because rgbColorTable is null. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
