bughelp wanted
Metriche repository
- Star
- (6985 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I am using
LeptonicaFrameConverter c = new LeptonicaFrameConverter(); Frame f = c.convert(src); BufferedImage img = Java2DFrameUtils.toBufferedImage(f);
But the output image has inverted colors, ie 1->0 and vice versa.
using it for .tiff format. How can I resole this?
TIA.