<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Max File Size for Image Import in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316497#M4348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;they don't have to have a square ratio, just stay as lowres as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. 1345 x 2020 would work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.sid, I do not know specifically. is it a mip-mapping format (or similar) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we do have .dds support, if this helps .. (?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 18:10:54 GMT</pubDate>
    <dc:creator>MatthiasBuehler1</dc:creator>
    <dc:date>2012-02-07T18:10:54Z</dc:date>
    <item>
      <title>Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316494#M4345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having difficulty importing georeferenced .tiff files into City Engine.&amp;nbsp; ~555mb and the other is ~876mb.&amp;nbsp; The files are not viewable as previews.&amp;nbsp; I have confirmed that the images are in the correct coordinate system and projection inside ArcMap and Microstation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vic&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS Windows 7 enterprise 64 bit &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CityEngine 2011.1 build 1021 trial version 64 bit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 20:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316494#M4345</guid>
      <dc:creator>VictorWilhelm</dc:creator>
      <dc:date>2012-02-06T20:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316495#M4346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a very important distinction to be made between e.g. ArcMap and the CityEngine, how huge raster files are displayed :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap, raster files are loaded as a 'service', just loading the proper part of large files which is actually seen on screen, plus in an adapted resolution. The CityEngine treats raster files as a whole thing (texture) which is mapped on a 3d model in the viewport. Thus, the whole raster file needs to be stored in the memory of the graphics card, filling it up very fast, especially since compressed file formats such as .jpg are handled uncompressed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you see it is happening very fast that the graphics card memory is filled up, if not treated carefully with just one huge texture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To prevent this from happening, you need to downscale the images to lower resolutions such as e.g. 2K or 4K (2048x2048 | 4096x4096). You may see that pictures larger than 8K (8192x8192) may not even get displayed (as in your case) or sometimes just get downscaled internally to 2K (sampling still happens on the full res file).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I recommend is to check what graphics card you have and how much memory it has and then check how big files become at a certain resolution as a tif file (tif is uncompressed format).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note also that it's a huge difference in data whether your file is 8bit / 16 bit / 32 bit !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps. check file sizes with this neat page : &lt;/SPAN&gt;&lt;A href="http://www.hdslr-cinema.com/tools/filesize.php"&gt;http://www.hdslr-cinema.com/tools/filesize.php&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(see output under 'frame filesize')&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 07:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316495#M4346</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-02-07T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316496#M4347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a ATI Firepro v4800.&amp;nbsp; This card has 1GB DDR5 memory.&amp;nbsp; My imagery is 8-bit.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it correct to say that I need to limit imagery size to 2K X 2K to 4K X 4K in order to use it as a texture in CityEngine?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any plans to support the .sid file type?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vic&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 09:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316496#M4347</guid>
      <dc:creator>VictorWilhelm</dc:creator>
      <dc:date>2012-02-07T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316497#M4348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;they don't have to have a square ratio, just stay as lowres as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. 1345 x 2020 would work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.sid, I do not know specifically. is it a mip-mapping format (or similar) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we do have .dds support, if this helps .. (?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 18:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316497#M4348</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-02-07T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316498#M4349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to get my imagery in by limiting the row and column size.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The .sid file format is referenced here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/MrSID"&gt;http://en.wikipedia.org/wiki/MrSID&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316498#M4349</guid>
      <dc:creator>VictorWilhelm</dc:creator>
      <dc:date>2012-02-08T17:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316499#M4350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess for now you'll have to convert those files in ArcGIS to use in CE ..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 08:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316499#M4350</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-02-09T08:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316500#M4351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that is exactly what i did. The .sid file format is not a big issue.&amp;nbsp; Perhaps when you get a chance you can look into this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/49582-Any-Suggestions-on-How-to-Create-Roadway-Highway-On-and-Off-Ramps"&gt;http://forums.arcgis.com/threads/49582-Any-Suggestions-on-How-to-Create-Roadway-Highway-On-and-Off-Ramps&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really like CityEngine.&amp;nbsp; I think this is going to be a solution for us if we can get over one or two more hurdles.&amp;nbsp; Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 13:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316500#M4351</guid>
      <dc:creator>VictorWilhelm</dc:creator>
      <dc:date>2012-02-09T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Max File Size for Image Import</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316501#M4352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;getting to that .. hopefully soon.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm friggin busy currently .. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 12:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/max-file-size-for-image-import/m-p/316501#M4352</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2012-02-10T12:38:30Z</dc:date>
    </item>
  </channel>
</rss>

