Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 45

Hybrid View

  1. #1
    Member
    Join Date
    Jun 2011
    Location
    Russia
    Age
    41
    Posts
    9
    Rep Power
    0

    Default

    I have Ozi does not open files with the tiff, which are located at this link, they must be converted into tif. The files are small I am translating a tif using Photoshop.

  2.    Advertissements


  3. #2
    Master
    Join Date
    Dec 2009
    Location
    NZ
    Posts
    105
    Rep Power
    82

    Default

    I believe TIFF and TIF are exactly the same. Simply rename to *.tif
    The problem is that your linked TIFF file are 24bit. Convert them to 8bit (reduce colours to 256) and OziExplorer is quite happy. Even the free program IrfanView converted 400000-rgb.tiff within 1 second.
    PhotoShop will handle larger images - but 12GB is going to be difficult and probably very slooooow.

    Mods is this a little OT. Should it be moved?

    Perhaps a commmand line utility may be a little less memory hungry?
    I just downloaded a free program called ImageMagick. Created a batch file (1.bat) containing:
    convert 400000-rgb.tif +dither -colors 256 400000-rgb_256.tif
    pause

    Converted the TIF perfectly. Be prepared to wait hours for a 12GB effort. )-:

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •