8

I am trying to open a greyscale image in *.data format in GIMP, but the only options that I get are multichannel (RGB, RGB alpha, etc.). Is there a way to change this? Thanks.

Ernesto
  • 199
  • 2
  • 9

2 Answers2

17

File->Open

Choose Raw image data as the file type and find your .data file and open it.

In the proceeding Load Image From Raw Data dialog, set the Image Type to Indexed. Set the Offset to 0 and the Width and Height to the correct dimensions for your data. Leave everything under the Palette section as defaults.

x-x
  • 7,287
  • 9
  • 51
  • 78
-2

Open in RGB and change Image > Mode > Greyscale?

Shadowen
  • 838
  • 5
  • 14
  • 1
    The problem is that if I open in RGB I distribute the data in 3 channels, creating a reduced size file. I want to keep the entire data in a single channel. – Ernesto Aug 07 '15 at 02:15