2012.03.27 15:22 "[Tiff] Multiplanar image", by Jorge Martin

2012.03.27 15:22 "[Tiff] Multiplanar image", by Jorge Martin

Hello

We are trying to develop a tiff reader/writer but we have some doubts with the multiplanar=separated images:

We found one image which their separated planes are written in this way:

| - - - - - - - |

|   1   |   2   |

|   3   |   4   |

| - - - - - - - |

So we need a buffer with these dimensions

Image length = Total Rows X 2

Image width = Total columns X 2

But we was thinking that the image has to be like this

| - - - |

|   1   |

|   2   |

|   3   |

|   4   |

| - - - |

There is a standard way to write these kinds of images?

Thanks in advance and best regards