133134135136137138139140141142143
jpegBytes = bufferedImageToJPEG(imageInfo, pixels); } catch (Throwable t) { problems.add(new EmbedExceptionWhileTranscodingProblem(t)); return null; } DefineBitsTag image = buildImage(jpegBytes, compressedAlphaData); if (image == null)
135136137138139140141142143144145
{ imageInfo = getImageInfo(bytes, problems); } catch (Throwable t) { problems.add(new EmbedExceptionWhileTranscodingProblem(t)); return null; } } DefineBitsTag image = buildImage(bytes, problems);