1

In hadoop hipi, hibimport file support & importing only jpg and png image format, how to change code for support all image format importing like gif, ppm, bmp, tiff., etc.

And I am trying to recovering high-resolution image from low resolution images .

Suhaib Janjua
  • 3,538
  • 16
  • 59
  • 73
prakash
  • 11
  • 1

1 Answers1

0

HIPI supports only 3 image formats i.e JPEG, PNG and PPM. Supported formats are defined here org.hipi.image.HipiImageHeader.HipiImageFormat. For details refer this link

Mahek
  • 552
  • 2
  • 7
  • 28