<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Introducing Pannellum	</title>
	<atom:link href="https://mpetroff.net/2012/05/introducing-pannellum/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net/2012/05/introducing-pannellum/</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Thu, 21 Aug 2025 00:27:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2012/05/introducing-pannellum/#comment-248967</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Sat, 03 Oct 2015 19:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=547#comment-248967</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2012/05/introducing-pannellum/#comment-248929&quot;&gt;Hiro Abejo&lt;/a&gt;.

There are no known issues with the standard, desktop version of Chrome. Mobile support can be a bit spotty however, since not all mobile devices support WebGL and of those that do, some don&#039;t support larger texture sizes (which limits the maximum panorama size). I generally recommend limiting equirectangular images to 4096px or smaller to maximize device support.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2012/05/introducing-pannellum/#comment-248929">Hiro Abejo</a>.</p>
<p>There are no known issues with the standard, desktop version of Chrome. Mobile support can be a bit spotty however, since not all mobile devices support WebGL and of those that do, some don&#8217;t support larger texture sizes (which limits the maximum panorama size). I generally recommend limiting equirectangular images to 4096px or smaller to maximize device support.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hiro Abejo		</title>
		<link>https://mpetroff.net/2012/05/introducing-pannellum/#comment-248929</link>

		<dc:creator><![CDATA[Hiro Abejo]]></dc:creator>
		<pubDate>Fri, 02 Oct 2015 22:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=547#comment-248929</guid>

					<description><![CDATA[First of all, I would like to congratulate and thank you for this wonderful panorama viewer. I have used your library on one of our clients (I hope it is fine for you). I added some additional functions such as floorplans and hotspots on floorplans. However, it sometimes works and then sometimes won&#039;t work on Chrome browsers, especially for Chrome on Android. I hope you can help me with this.]]></description>
			<content:encoded><![CDATA[<p>First of all, I would like to congratulate and thank you for this wonderful panorama viewer. I have used your library on one of our clients (I hope it is fine for you). I added some additional functions such as floorplans and hotspots on floorplans. However, it sometimes works and then sometimes won&#8217;t work on Chrome browsers, especially for Chrome on Android. I hope you can help me with this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2012/05/introducing-pannellum/#comment-231714</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Sun, 14 Dec 2014 21:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=547#comment-231714</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2012/05/introducing-pannellum/#comment-231697&quot;&gt;Neil Mackie&lt;/a&gt;.

The most likely cause is your image being too big for your graphics driver. Images wider than 8192px are not supported by most devices. In this case, you&#039;ll get a &lt;code&gt;WebGL: INVALID_VALUE: texImage2D: width or height out of range&lt;/code&gt; error in Chrome&#039;s JavaScript console (Ctrl+Shift+J) or a &lt;code&gt;WebGL: texImage2D: the maximum texture size for level 0 is [max size]&lt;/code&gt; error in Firefox&#039;s Web Console (Ctrl+Shift+K). To display large panoramas, you need to convert them to Pannellum&#039;s multires format. The &lt;code&gt;utils/multires/generate.py&lt;/code&gt; script does this, requiring Python 3 and &lt;code&gt;nona&lt;/code&gt; from &lt;a href=&quot;http://hugin.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;Hugin&lt;/a&gt;; while it should work on Windows and Mac, I&#039;ve only tested it on Linux.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2012/05/introducing-pannellum/#comment-231697">Neil Mackie</a>.</p>
<p>The most likely cause is your image being too big for your graphics driver. Images wider than 8192px are not supported by most devices. In this case, you&#8217;ll get a <code>WebGL: INVALID_VALUE: texImage2D: width or height out of range</code> error in Chrome&#8217;s JavaScript console (Ctrl+Shift+J) or a <code>WebGL: texImage2D: the maximum texture size for level 0 is [max size]</code> error in Firefox&#8217;s Web Console (Ctrl+Shift+K). To display large panoramas, you need to convert them to Pannellum&#8217;s multires format. The <code>utils/multires/generate.py</code> script does this, requiring Python 3 and <code>nona</code> from <a href="http://hugin.sourceforge.net/" rel="nofollow">Hugin</a>; while it should work on Windows and Mac, I&#8217;ve only tested it on Linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neil Mackie		</title>
		<link>https://mpetroff.net/2012/05/introducing-pannellum/#comment-231697</link>

		<dc:creator><![CDATA[Neil Mackie]]></dc:creator>
		<pubDate>Sun, 14 Dec 2014 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=547#comment-231697</guid>

					<description><![CDATA[I have the &quot;Jordan pond&quot; example on my web site and it works OK mackiefamily.net/pano/example.htm .
I also have pano.html in the same directory which has the image I want to display. The preview is displayed OK. When I press &quot;click to load panorama&quot; I can see that the browser is downloading the image. However the message &quot;browser does not have the necessary WebGL support to display the panorama&quot; is eventually displayed. This happens in both current (Dec 2014) versions of Firefox and Chrome. The Pannellum version is 2.1.

There are two differences between example.htm and pano.html. The files being displayed are .png rather than .jpg, and the sizes are 2.1Mb/25.4Mb for my preview/image, rather than 39kb/2.1Mb for the example.

I&#039;m assuming that pannellum is encountering an error for some reason. Any ideas as to what the problem could be or suggestions as to what to change to prevent the problem?

Could it be the &quot;graphics driver&quot; problem mentioned above (Aug 11 2013), my image is 10904 x 1600. I have another, even bigger, of 23602 x 3000 that I&#039;d like to display. Is there a way to determine if this is the problem (I dont know what the &quot;console log&quot; referred to in the post (Aug 10 2013) refers to)?

TIA.]]></description>
			<content:encoded><![CDATA[<p>I have the &#8220;Jordan pond&#8221; example on my web site and it works OK mackiefamily.net/pano/example.htm .<br />
I also have pano.html in the same directory which has the image I want to display. The preview is displayed OK. When I press &#8220;click to load panorama&#8221; I can see that the browser is downloading the image. However the message &#8220;browser does not have the necessary WebGL support to display the panorama&#8221; is eventually displayed. This happens in both current (Dec 2014) versions of Firefox and Chrome. The Pannellum version is 2.1.</p>
<p>There are two differences between example.htm and pano.html. The files being displayed are .png rather than .jpg, and the sizes are 2.1Mb/25.4Mb for my preview/image, rather than 39kb/2.1Mb for the example.</p>
<p>I&#8217;m assuming that pannellum is encountering an error for some reason. Any ideas as to what the problem could be or suggestions as to what to change to prevent the problem?</p>
<p>Could it be the &#8220;graphics driver&#8221; problem mentioned above (Aug 11 2013), my image is 10904 x 1600. I have another, even bigger, of 23602 x 3000 that I&#8217;d like to display. Is there a way to determine if this is the problem (I dont know what the &#8220;console log&#8221; referred to in the post (Aug 10 2013) refers to)?</p>
<p>TIA.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/2012/05/introducing-pannellum/#comment-226767</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Tue, 14 Oct 2014 00:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?p=547#comment-226767</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/2012/05/introducing-pannellum/#comment-226751&quot;&gt;George&lt;/a&gt;.

I&#039;m not sure what you&#039;re asking.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/2012/05/introducing-pannellum/#comment-226751">George</a>.</p>
<p>I&#8217;m not sure what you&#8217;re asking.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-30 00:25:45 by W3 Total Cache
-->