[Sorry for my first post to vtkusers@vtk.org instead of here]<BR><BR>Hello,<BR><BR>Could you change the default of "FileLowerLeft" in vtkImageReader2.cxx ?<BR>The default is currently "0" and I think it should be "1".<BR><BR>Explanation :<BR><BR>Consider a file containing a 3D structured points dataset of scalars (the file is the succession of scalar values S_i, i = 1...(Nx*Ny*Nz)). Suppose the file is created with the following order : x increases first, then y increases and then z increases.<BR><BR>When I read this file with vtkImageReader, the data are arranged in the vtkDataArray with the following order : x increases first, then y DECREASES and then z increases.<BR><BR>I finally found that it is necessary to use "FileLowerLeftOn()" in order to have the expected order for y. I think that the current situation (where x,z increase and y decreases) is a gotcha. So if there is no side effect, could you consider changing the default ? this may prevent others from falling in this gotcha.<BR><BR>Regards,<BR><BR>O.C.<BR><BR>Note : I attach a short and self contained python script showing the behavior.<BR><BR><i><a style='color:#0000FF;text-decoration:underline' target=_blank href=http://www.laposte.net>Créez votre adresse</a> électronique prenom.nom@laposte.net<BR> 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.</i><BR>