<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Too many sizes are created for gallery images when uploading gallery images</title>
		<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images</link>
		<description>Support Forum - Topic: Too many sizes are created for gallery images when uploading gallery images</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 08:29:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images" rel="self" type="application/rss+xml" />

		<item>
			<title>WebDesignGuy on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-33989</link>
			<pubDate>Mon, 05 Dec 2011 21:35:59 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">33989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So the regenerate-thumbnails will delete the images that I am not currently using once I've edited the functions.php file?&#60;br /&#62;
That would be just too cool, I'll have to give that a spin.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-33874</link>
			<pubDate>Sun, 04 Dec 2011 17:00:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - you can just remove unnecessary sizes from functions.php. Afterwards regenerate the thumbs with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62; - this will remove leftover thumbs too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-33864</link>
			<pubDate>Sun, 04 Dec 2011 15:14:23 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">33864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Wow, I wish I would have known that before I even started...LOL&#60;br /&#62;
It sure would have saved me a lot of time.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-33832</link>
			<pubDate>Sun, 04 Dec 2011 06:08:58 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I believe you can just remove the lines for image sizes you don't need from your functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-33769</link>
			<pubDate>Fri, 02 Dec 2011 20:36:55 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">33769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there anyway NOT to create 5 images for each image as I have no need for the extra size images and don't want the &#34;bloat&#34; of having all these images that I'm not going to use.&#60;/p&#62;
&#60;p&#62;So is there a way to just add the image and size that I want and NOTHING ELSE?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-32963</link>
			<pubDate>Thu, 24 Nov 2011 09:16:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you're right - that's one of the many drawbacks of wordpress thumbnail feature. You must create a new thumbnail for every size because it can't generate them dynamically (like the timthumb script can). Every time you change a thumbnail size you must regenerate them. Another major drawback is that wordpress always center crops images whereas timthumb allows you some other cropping methodes too. However the trend goes to wp's thumbnail function because Timthumb causes a higher server load (which may cause problems on shared hosters) and since someone encountered a security vulnerability in an older version of the script everyone is freaking out when they find out that the theme uses timthumb (newer versions (version 2+) are considered as secure afaik).&#60;/p&#62;
&#60;p&#62;To be honest I don't think that we'll switch back to timthumb because this may affect sales and the support work (queries like &#34;omg - your theme isn't secure - HELP&#34;, etc.) - most other plugin/theme authors already replaced timthumb too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Too many sizes are created for gallery images when uploading gallery images"</title>
			<link>http://www.kriesi.at/support/topic/too-many-sizes-are-created-for-gallery-images-when-uploading-gallery-images#post-32957</link>
			<pubDate>Thu, 24 Nov 2011 07:58:41 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">32957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I understand that for post images you may want to create several size thumbnails but when adding images in a gallery for an event/post/page for example it become really ridiculous to have so many formats and sizes.&#60;/p&#62;
&#60;p&#62;I would expect to only have 2 images sizes for the gallery:&#60;br /&#62;
Thumbnail and full size&#60;/p&#62;
&#60;p&#62;I would strongly recommend in future themes if possible to separate the js for uploads for the gallery and for the theme as I just did a test:&#60;/p&#62;
&#60;p&#62;19 photos uploaded for a single gallery generated 310 files. The original 19 files were using 1.9 megs, the 310 files are using 9.5 megs of space. You can see how fast this can become a serious issue. My upload folder is already 5 gigs because of the gallery due to all the other thumbnails.&#60;/p&#62;
&#60;p&#62;ideally the theme would recognize that images are uploaded for the gallery and not for any other parts of the site and would not create all the other sizes.&#60;/p&#62;
&#60;p&#62;Just my 2 cents&#60;/p&#62;
&#60;p&#62;EDIT: Can the thumbnails on upload be disabled and instead generated on the fly when needed as opposed to storing tons of them? My server can handle the work I just wonder if this is a theme specific issue or a general WP issue.&#60;/p&#62;
&#60;p&#62;EDIT EDIT: seems I already mentioned something like this 5 months ago and Kriesi responded...I must have forgotten&#60;br /&#62;
I understand that for the majority of people it may not be an issue. I have already disabled most thumbnails sizes in the function file...I am now just commenting to recommend that you see in future themes if it is possible to not have tons thumbnails for galleries only.&#60;/p&#62;
&#60;p&#62;I guess also that gig storage is cheap and with bandwidth growing this may not be an issue anymore in couple of years. My other point is that when moving from one theme to another ie Newcast to Corona you may get different sizes generated ie after 2 or 3 themes changes your upload folder becomes unmanageable due to 20 thumbnails sizes for each single image...cleaning and sorting that folder is almost as fun as cleaning 20000 songs' meta tags in itunes :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
