db&w documentation wiki

finest software | finest docs

Site Tools


infinimap2018:converter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
private:infinimap2017:converter [2017/05/08 17:01] – [Tiled OpenEXR] lightwolfinfinimap2018:converter [2017/12/27 10:41] (current) – ↷ Links adapted because of a move operation lightwolf
Line 1: Line 1:
 +
 ====== infiniMap Converter ====== ====== infiniMap Converter ======
  
 The Converter will convert any image that LightWave can load using plugins (( Unfortunately this excludes TGA, FLX and IFF which are both loaded natively by LightWave 3D )) into an ECW/JPEG 2000 image, ready to be used within infiniMap. The Converter will convert any image that LightWave can load using plugins (( Unfortunately this excludes TGA, FLX and IFF which are both loaded natively by LightWave 3D )) into an ECW/JPEG 2000 image, ready to be used within infiniMap.
 +{{ infinimap2018:converter.png}}
 Due to licensing restrictions the Converter is limited to a maximum source image size of 500MB (( The 500MB refer to the raw, uncompressed size of the image. This can be computed using the following formula: Due to licensing restrictions the Converter is limited to a maximum source image size of 500MB (( The 500MB refer to the raw, uncompressed size of the image. This can be computed using the following formula:
- +\\ width * height * number of channels * depth per channel in bytes. 
-width * height * number of channels * depth per channel in bytes. +\\ For example, an image that is 1920x1080 pixels large, contains 4 colour channels (i.e. Red, Green, Blue, Alpha) using 8 byte each (for 256 different shades per channel) would be: 
- +\\ 1920 * 1080 * 4 * 1 = 6220800 bytes, which is 5.9 MB (divide twice by 1024 to convert from bytes to Megabytes). 
-For example, an image that is 1920x1080 pixels large, contains 4 colour channels (i.e. Red, Green, Blue, Alpha) using 8 byte each (for 256 different shades per channel) would be: +\\ Fortunately infiniMap does that math and will warn you if the 500MB limit is exceeded. ))  when converting to ECW / JPEG 2000 images. InfiniMap Pro can read much larger images created in other applications though.
- +
-1920 * 1080 * 4 * 1 = 6220800 bytes, which is 5.9 MB (divide twice by 1024 to convert from bytes to Megabytes). +
-Fortunately infiniMap does that math and will warn you if the 500MB limit is exceeded. ))  when converting to ECW / JPEG 2000 images. InfiniMap Pro can read much larger images created in other applications though.+
  
 Converting to OpenEXR images is not limited in size. Converting to OpenEXR images is not limited in size.
Line 121: Line 119:
 These options allow you to convert a (non-linear) source image to linear during the conversion. This is especially useful if the destination image is a tiled OpenEXR image and you work using a linear work-flow because it saves on CPU time that would otherwise be needed to convert the image on demand during a render. These options allow you to convert a (non-linear) source image to linear during the conversion. This is especially useful if the destination image is a tiled OpenEXR image and you work using a linear work-flow because it saves on CPU time that would otherwise be needed to convert the image on demand during a render.
  
-It is not recommended to store an image as linear in ECW/JPEG 2000 as a colour space conversion from anything but linear is likely to result in banding. This is because a colour space conversion changes the distribution of colour values which then might not be represented exactly in an 8-bit image format like ECW/JPEG 20004.+It is not recommended to store an image as linear in ECW/JPEG 2000 as a colour space conversion from anything but linear is likely to result in banding. This is because a colour space conversion changes the distribution of colour values which then might not be represented exactly in an 8-bit image format like ECW/JPEG 2000 ((At least as far as infiniMap compresses them. JPEG 2000 is specified for higher bit depths but implementations using those are rare. )).
 ===== Output File ===== ===== Output File =====
  
Line 129: Line 127:
 This will finally convert the image. Depending on the image size and CPU speed this may take a couple of minutes. A progress window is displayed during the conversion, and infiniMap will also display some statistics after the conversion has completed. This will finally convert the image. Depending on the image size and CPU speed this may take a couple of minutes. A progress window is displayed during the conversion, and infiniMap will also display some statistics after the conversion has completed.
  
 +<- browser|  ^ |^batch_converter| ->
infinimap2018/converter.1494255716.txt.gz · Last modified: 2017/05/08 17:01 by lightwolf