# TIFF opening difference between \<=5.7 versions and 5.8

**URL:** https://discourse.paraview.org/t/tiff-opening-difference-between-5-7-versions-and-5-8/4685
**Category:** Development
**Created:** [June 25, 2020, 6:07pm UTC](https://discourse.paraview.org/t/tiff-opening-difference-between-5-7-versions-and-5-8/4685 "2020-06-25T18:07:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![leopessanha](https://discourse.paraview.org/user_avatar/discourse.paraview.org/leopessanha/32/289_2.png) [@leopessanha](https://discourse.paraview.org/u/leopessanha)
#### Post date: [June 25, 2020, 6:07pm UTC](https://discourse.paraview.org/t/tiff-opening-difference-between-5-7-versions-and-5-8/4685/1 "2020-06-25T18:07:27Z")

</div>

Hi! Today I had to do a visualization in ParaView, and noticed a difference when opening the same TIFF dataset from [opentopography](https://opentopography.org/)  
dataset: [output\_alos.tif](https://discourse.paraview.org/uploads/short-url/2UndVMk8LZvFWeD2CmkIdHDvTlR.tif) (2.1 MB)

Version 5.7 or older with view direction = -Z:

 ![image](https://discourse.paraview.org/uploads/default/original/2X/f/f9a4132b8e71302f77add8a6c2fb9b4e070243b1.png)

Version 5.8 same view direction:

 ![image](https://discourse.paraview.org/uploads/default/original/2X/d/d832dfb8bee5360f4b1ca7708ce44d5f7195e7e5.png)

I don’t know if it’s a bug or not, but this change affects a lot of the programmable filters that I often use in this type of datasets because of the point by point loops, so I tought of creating a topic here

I’m using 5.7 for now to use my old recipes, but if it’s a change for good I will update those

Best regards,

---

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [June 25, 2020, 6:37pm UTC](https://discourse.paraview.org/t/tiff-opening-difference-between-5-7-versions-and-5-8/4685/2 "2020-06-25T18:37:16Z")

</div>

Can you open the same dataset in QGis? Is it shown the same or different than the latest paraview?

---

<div class="post-metadata">

### Author: ![leopessanha](https://discourse.paraview.org/user_avatar/discourse.paraview.org/leopessanha/32/289_2.png) [@leopessanha](https://discourse.paraview.org/u/leopessanha)
#### Post date: [June 25, 2020, 7:33pm UTC](https://discourse.paraview.org/t/tiff-opening-difference-between-5-7-versions-and-5-8/4685/3 "2020-06-25T19:33:36Z")

</div>

So, I’ve never used QGIS … I’ve just installed it so the colors are not like in the paraview viz  
It shows the data as version \<= 5.7

 ![image](https://discourse.paraview.org/uploads/default/original/2X/3/30f162b51029715d87ec28a64dd7d06afb92b1c0.png)

---

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [June 27, 2020, 5:46pm UTC](https://discourse.paraview.org/t/tiff-opening-difference-between-5-7-versions-and-5-8/4685/4 "2020-06-27T17:46:40Z")

</div>

This is a georeferenced tiff, so you’ll need GDAL Raster Reader to open this correctly.  
I just tried and it looks the same as in QGIS. You’ll need to compile ParaView with PARAVIEW\_ENABLE\_GDAL (and have gdal installed on your machine) to get this reader.

Dan
