	$gif = new Imagick();

    $conta = 0;

    foreach ($gifData as $frame) {
		

        $conta++;

        $img = new Imagick();

		if (strpos($frame['preview'], 'data:image/') === 0) {

			$maxWidth = max($maxWidth, $width);
			$maxHeight = max($maxHeight, $height);

		} else {

			$img->readImage($frame['preview']);
				$maxWidth = max($maxWidth, $width);
				$maxHeight = max($maxHeight, $height);
			);			

        }
	
	}
	
		error_log(
			'FRAME: ' .
			$maxWidth . 'x' .
			$maxHeight
		);		<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//renzo-vitale.it/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://renzo-vitale.it/post-sitemap.xml</loc>
		<lastmod>2026-06-26T16:44:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://renzo-vitale.it/page-sitemap.xml</loc>
		<lastmod>2026-08-06T09:01:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://renzo-vitale.it/category-sitemap.xml</loc>
		<lastmod>2026-06-26T16:44:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://renzo-vitale.it/post_tag-sitemap.xml</loc>
		<lastmod>2026-06-26T16:44:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://renzo-vitale.it/author-sitemap.xml</loc>
		<lastmod>2026-08-03T17:32:25+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->
<!--
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


Served from: renzo-vitale.it @ 2026-08-08 15:44:18 by W3 Total Cache
-->