yes, in the 1st tiff header the <br><br>GeoTransform =<br>
  740551.2494, 0.078, 0.1506<br>
  189669.7013, 0.1506, -0.078<br><br>it means <br><br><pre><font size="2">GeoTransform =<br>  <lon offset> <scale related> <nonzero rotation><br>  <lat offset> <nonzero rotation> <scale related></font><br>
</pre><br>if you transform the N-S oriented image in a NS oriented image I think the image will be magically displayed faster. <br>Of course, adding tiled and overview with gdal should improve the performance. <br><br>I think the problem isn't in the GDAL drivers because I try to open the same "slow" image with others OS GIS and the it's is displayed well.<br>
<br>2011/4/29 Patrice Vetsel <span dir="ltr"><<a href="mailto:ubuntu@kagou.fr">ubuntu@kagou.fr</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is it because the original is not Nort-South oriented and must be rotated by QGis ?<br>
<br>
<br>
Le 29/04/11 14:08, Patrice Vetsel a écrit :<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
with an original raster (tif+tfw), from french cadastre, when I open it under qgis, it's unusable because QGis is horribly slow.<br>
with the same raster, but after using georef extension (tif+aux.xml), QGis is responsive<br>
<br>
here I put gdalinfo of the original (slow) and referenced :<br>
<br>
What's the problem with the first ? I would prefer to not have to manually georeference all my original rasters ;)<br>
<br>
In the same time, what's the most efficient raster type to use with QGis ?<br>
<br>
Regards<br>
<br>
<br>
Patrice Vetsel<br>
<br>
SLOW :<br>
MacBook-Pro-de-Patrice-Vetsel:~ Patrice$ /Library/Frameworks/GDAL.framework/Programs/gdalinfo ~/Desktop/3004221146000AB010200001.tif<br>
Driver: GTiff/GeoTIFF<br>
Files: /Users/Patrice/Desktop/3004221146000AB010200001.tif<br>
        /Users/Patrice/Desktop/3004221146000AB010200001.tfw<br>
Size is 12329, 8760<br>
Coordinate System is `'<br>
GeoTransform =<br>
   740551.2494, 0.078, 0.1506<br>
   189669.7013, 0.1506, -0.078<br>
Metadata:<br>
   TIFFTAG_ARTIST=JBG-PYV-APIC<br>
   TIFFTAG_XRESOLUTION=300<br>
   TIFFTAG_YRESOLUTION=300<br>
   TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)<br>
Image Structure Metadata:<br>
   COMPRESSION=CCITTFAX4<br>
   INTERLEAVE=BAND<br>
   MINISWHITE=YES<br>
Corner Coordinates:<br>
Upper Left  (  740551.249,  189669.701)<br>
Lower Left  (  741870.505,  188986.421)<br>
Upper Right (  741512.911,  191526.449)<br>
Lower Right (  742832.167,  190843.169)<br>
Center      (  741691.708,  190256.435)<br>
Band 1 Block=12329x1 Type=Byte, ColorInterp=Palette<br>
   Image Structure Metadata:<br>
     NBITS=1<br>
   Color Table (RGB with 2 entries)<br>
     0: 255,255,255,255<br>
     1: 0,0,0,255<br>
<br>
<br>
OK :<br>
MacBook-Pro-de-Patrice-Vetsel:~ Patrice$ /Library/Frameworks/GDAL.framework/Programs/gdalinfo ~/Desktop/testgeo/AB_georef.tif<br>
Driver: GTiff/GeoTIFF<br>
Files: /Users/Patrice/Desktop/testgeo/AB_georef.tif<br>
        /Users/Patrice/Desktop/testgeo/AB_georef.tif.aux.xml<br>
Size is 13446, 14968<br>
Coordinate System is `'<br>
Origin = (740550.783870017039590,191526.220101331215119)<br>
Pixel Size = (0.169699598291267,-0.169699598291267)<br>
Image Structure Metadata:<br>
   INTERLEAVE=BAND<br>
Corner Coordinates:<br>
Upper Left  (  740550.784,  191526.220)<br>
Lower Left  (  740550.784,  188986.157)<br>
Upper Right (  742832.565,  191526.220)<br>
Lower Right (  742832.565,  188986.157)<br>
Center      (  741691.674,  190256.188)<br>
Band 1 Block=13446x1 Type=Byte, ColorInterp=Palette<br>
   Color Table (RGB with 256 entries)<br>
     0: 255,255,255,255<br>
     1: 0,0,0,255<br>
     2: 0,0,0,255<br>
     3: 0,0,0,255<br>
     4: 0,0,0,255<br>
     5: 0,0,0,255<br>
     6: 0,0,0,255<br>
     7: 0,0,0,255<br>
     8: 0,0,0,255<br>
     9: 0,0,0,255<br>
    10: 0,0,0,255<br>
    11: 0,0,0,255<br>
    12: 0,0,0,255<br>
    13: 0,0,0,255<br>
    14: 0,0,0,255<br>
    15: 0,0,0,255<br>
    16: 0,0,0,255<br>
    17: 0,0,0,255<br>
    18: 0,0,0,255<br>
    19: 0,0,0,255<br>
    20: 0,0,0,255<br>
    21: 0,0,0,255<br>
    22: 0,0,0,255<br>
    23: 0,0,0,255<br>
    24: 0,0,0,255<br>
    25: 0,0,0,255<br>
    26: 0,0,0,255<br>
    27: 0,0,0,255<br>
    28: 0,0,0,255<br>
    29: 0,0,0,255<br>
    30: 0,0,0,255<br>
    31: 0,0,0,255<br>
    32: 0,0,0,255<br>
    33: 0,0,0,255<br>
    34: 0,0,0,255<br>
    35: 0,0,0,255<br>
    36: 0,0,0,255<br>
    37: 0,0,0,255<br>
    38: 0,0,0,255<br>
    39: 0,0,0,255<br>
    40: 0,0,0,255<br>
    41: 0,0,0,255<br>
    42: 0,0,0,255<br>
    43: 0,0,0,255<br>
    44: 0,0,0,255<br>
    45: 0,0,0,255<br>
    46: 0,0,0,255<br>
    47: 0,0,0,255<br>
    48: 0,0,0,255<br>
    49: 0,0,0,255<br>
    50: 0,0,0,255<br>
    51: 0,0,0,255<br>
    52: 0,0,0,255<br>
    53: 0,0,0,255<br>
    54: 0,0,0,255<br>
    55: 0,0,0,255<br>
    56: 0,0,0,255<br>
    57: 0,0,0,255<br>
    58: 0,0,0,255<br>
    59: 0,0,0,255<br>
    60: 0,0,0,255<br>
    61: 0,0,0,255<br>
    62: 0,0,0,255<br>
    63: 0,0,0,255<br>
    64: 0,0,0,255<br>
    65: 0,0,0,255<br>
    66: 0,0,0,255<br>
    67: 0,0,0,255<br>
    68: 0,0,0,255<br>
    69: 0,0,0,255<br>
    70: 0,0,0,255<br>
    71: 0,0,0,255<br>
    72: 0,0,0,255<br>
    73: 0,0,0,255<br>
    74: 0,0,0,255<br>
    75: 0,0,0,255<br>
    76: 0,0,0,255<br>
    77: 0,0,0,255<br>
    78: 0,0,0,255<br>
    79: 0,0,0,255<br>
    80: 0,0,0,255<br>
    81: 0,0,0,255<br>
    82: 0,0,0,255<br>
    83: 0,0,0,255<br>
    84: 0,0,0,255<br>
    85: 0,0,0,255<br>
    86: 0,0,0,255<br>
    87: 0,0,0,255<br>
    88: 0,0,0,255<br>
    89: 0,0,0,255<br>
    90: 0,0,0,255<br>
    91: 0,0,0,255<br>
    92: 0,0,0,255<br>
    93: 0,0,0,255<br>
    94: 0,0,0,255<br>
    95: 0,0,0,255<br>
    96: 0,0,0,255<br>
    97: 0,0,0,255<br>
    98: 0,0,0,255<br>
    99: 0,0,0,255<br>
   100: 0,0,0,255<br>
   101: 0,0,0,255<br>
   102: 0,0,0,255<br>
   103: 0,0,0,255<br>
   104: 0,0,0,255<br>
   105: 0,0,0,255<br>
   106: 0,0,0,255<br>
   107: 0,0,0,255<br>
   108: 0,0,0,255<br>
   109: 0,0,0,255<br>
   110: 0,0,0,255<br>
   111: 0,0,0,255<br>
   112: 0,0,0,255<br>
   113: 0,0,0,255<br>
   114: 0,0,0,255<br>
   115: 0,0,0,255<br>
   116: 0,0,0,255<br>
   117: 0,0,0,255<br>
   118: 0,0,0,255<br>
   119: 0,0,0,255<br>
   120: 0,0,0,255<br>
   121: 0,0,0,255<br>
   122: 0,0,0,255<br>
   123: 0,0,0,255<br>
   124: 0,0,0,255<br>
   125: 0,0,0,255<br>
   126: 0,0,0,255<br>
   127: 0,0,0,255<br>
   128: 0,0,0,255<br>
   129: 0,0,0,255<br>
   130: 0,0,0,255<br>
   131: 0,0,0,255<br>
   132: 0,0,0,255<br>
   133: 0,0,0,255<br>
   134: 0,0,0,255<br>
   135: 0,0,0,255<br>
   136: 0,0,0,255<br>
   137: 0,0,0,255<br>
   138: 0,0,0,255<br>
   139: 0,0,0,255<br>
   140: 0,0,0,255<br>
   141: 0,0,0,255<br>
   142: 0,0,0,255<br>
   143: 0,0,0,255<br>
   144: 0,0,0,255<br>
   145: 0,0,0,255<br>
   146: 0,0,0,255<br>
   147: 0,0,0,255<br>
   148: 0,0,0,255<br>
   149: 0,0,0,255<br>
   150: 0,0,0,255<br>
   151: 0,0,0,255<br>
   152: 0,0,0,255<br>
   153: 0,0,0,255<br>
   154: 0,0,0,255<br>
   155: 0,0,0,255<br>
   156: 0,0,0,255<br>
   157: 0,0,0,255<br>
   158: 0,0,0,255<br>
   159: 0,0,0,255<br>
   160: 0,0,0,255<br>
   161: 0,0,0,255<br>
   162: 0,0,0,255<br>
   163: 0,0,0,255<br>
   164: 0,0,0,255<br>
   165: 0,0,0,255<br>
   166: 0,0,0,255<br>
   167: 0,0,0,255<br>
   168: 0,0,0,255<br>
   169: 0,0,0,255<br>
   170: 0,0,0,255<br>
   171: 0,0,0,255<br>
   172: 0,0,0,255<br>
   173: 0,0,0,255<br>
   174: 0,0,0,255<br>
   175: 0,0,0,255<br>
   176: 0,0,0,255<br>
   177: 0,0,0,255<br>
   178: 0,0,0,255<br>
   179: 0,0,0,255<br>
   180: 0,0,0,255<br>
   181: 0,0,0,255<br>
   182: 0,0,0,255<br>
   183: 0,0,0,255<br>
   184: 0,0,0,255<br>
   185: 0,0,0,255<br>
   186: 0,0,0,255<br>
   187: 0,0,0,255<br>
   188: 0,0,0,255<br>
   189: 0,0,0,255<br>
   190: 0,0,0,255<br>
   191: 0,0,0,255<br>
   192: 0,0,0,255<br>
   193: 0,0,0,255<br>
   194: 0,0,0,255<br>
   195: 0,0,0,255<br>
   196: 0,0,0,255<br>
   197: 0,0,0,255<br>
   198: 0,0,0,255<br>
   199: 0,0,0,255<br>
   200: 0,0,0,255<br>
   201: 0,0,0,255<br>
   202: 0,0,0,255<br>
   203: 0,0,0,255<br>
   204: 0,0,0,255<br>
   205: 0,0,0,255<br>
   206: 0,0,0,255<br>
   207: 0,0,0,255<br>
   208: 0,0,0,255<br>
   209: 0,0,0,255<br>
   210: 0,0,0,255<br>
   211: 0,0,0,255<br>
   212: 0,0,0,255<br>
   213: 0,0,0,255<br>
   214: 0,0,0,255<br>
   215: 0,0,0,255<br>
   216: 0,0,0,255<br>
   217: 0,0,0,255<br>
   218: 0,0,0,255<br>
   219: 0,0,0,255<br>
   220: 0,0,0,255<br>
   221: 0,0,0,255<br>
   222: 0,0,0,255<br>
   223: 0,0,0,255<br>
   224: 0,0,0,255<br>
   225: 0,0,0,255<br>
   226: 0,0,0,255<br>
   227: 0,0,0,255<br>
   228: 0,0,0,255<br>
   229: 0,0,0,255<br>
   230: 0,0,0,255<br>
   231: 0,0,0,255<br>
   232: 0,0,0,255<br>
   233: 0,0,0,255<br>
   234: 0,0,0,255<br>
   235: 0,0,0,255<br>
   236: 0,0,0,255<br>
   237: 0,0,0,255<br>
   238: 0,0,0,255<br>
   239: 0,0,0,255<br>
   240: 0,0,0,255<br>
   241: 0,0,0,255<br>
   242: 0,0,0,255<br>
   243: 0,0,0,255<br>
   244: 0,0,0,255<br>
   245: 0,0,0,255<br>
   246: 0,0,0,255<br>
   247: 0,0,0,255<br>
   248: 0,0,0,255<br>
   249: 0,0,0,255<br>
   250: 0,0,0,255<br>
   251: 0,0,0,255<br>
   252: 0,0,0,255<br>
   253: 0,0,0,255<br>
   254: 0,0,0,255<br>
   255: 0,0,0,255<br>
<br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</div></div></blockquote></div><br>