Postby JeanMars » Thu Jan 03, 2019 8:44 am
Hi Cyprian,
Note that for zView codec handling you also have to use GlobalPriorities in vision.ini to state your preference (1,2-->VISION first, zView second; 2,1-->zie first, VISION second).
In your case (default), it's VISION first, so new release correctly handles the BMP load.
However, as you are in TC mode and image is in 256colors, it cannot be saved as an IMG (VISION's limitation).
To work this out:
- Use a 256color resolution mode -or-
- Save to another format (I recommend TIFF in your case) -or-
- Use Batch Conversion from File menu
If you can tell me more about what you want to achieve (save to IMG for what?), I would be able to telle the most appropriate path to take.
Cheers,
Jean