<div dir="ltr">Dear all,<div><br></div><div>If you can help me, please give me advise.</div><div>I am trying to cache 16 bit integer tiff image, which is provided at</div><div><a href="https://worldwind26.arc.nasa.gov/elev?EXCEPTIONS=application/vnd.ogc.se_exml&REQUEST=GetCapabilities&SERVICE=WMS">https://worldwind26.arc.nasa.gov/elev?EXCEPTIONS=application/vnd.ogc.se_exml&REQUEST=GetCapabilities&SERVICE=WMS</a><br></div><div><br></div><div>However, it seems that this tiff image cannot be handled by MapProxy (pillow) because I got the following error:</div><div><div>  File "/usr/lib64/python2.6/site-packages/PIL/Image.py", line 1028, in crop</div><div>    self.load()</div><div>  File "/usr/lib64/python2.6/site-packages/PIL/TiffImagePlugin.py", line 1018, in load</div><div>    return super(TiffImageFile, self).load()</div><div>  File "/usr/lib64/python2.6/site-packages/PIL/ImageFile.py", line 176, in load</div><div>    self.load_prepare()</div><div>  File "/usr/lib64/python2.6/site-packages/PIL/ImageFile.py", line 256, in load_prepare</div><div>    <a href="http://self.im">self.im</a> = Image.core.new(self.mode, self.size)</div><div>ValueError: unrecognized mode</div></div><div><br></div><div>My environment is:</div><div>MapProxy==1.9.1<br></div><div>Pillow==3.3.1<br></div><div>Python 2.6@Centos6 (there is a reason to stick to this version, but it is possible to upgrade)</div><div><br></div><div>Thank you in advance.</div><div><br></div><div>Best regards,</div><div><br></div></div>