<?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>whoismanu.com - Forum &#187; Tag: image - Recent Posts</title>
		<link>http://www.whoismanu.com/forum/tags/image</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 11:48:09 +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.whoismanu.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.whoismanu.com/forum/rss/tags/image" rel="self" type="application/rss+xml" />

		<item>
			<title>Darcy on "How can I disable PhotoQFeaturedImageProvider.php"</title>
			<link>http://www.whoismanu.com/forum/topic/how-can-i-disable-photoqfeaturedimageproviderphp#post-1406</link>
			<pubDate>Mon, 03 Oct 2011 16:49:06 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1406@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I have tried numerous approaches with no success.  I want to disable the image handling in PhotoQFeaturedImageProvider.php.&#60;/p&#62;
&#60;p&#62;I am on Ver 3.2 of wordpress and it handles the images just fine so I think this code can be removed as it screws up how images are displayed by overriding the wordpress image handling.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maria on "Any way to just use original + thumbnail ?"</title>
			<link>http://www.whoismanu.com/forum/topic/any-way-to-just-use-original-thumbnail#post-1285</link>
			<pubDate>Wed, 26 Jan 2011 00:23:48 +0000</pubDate>
			<dc:creator>maria</dc:creator>
			<guid isPermaLink="false">1285@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have the same problem, I only need 2 image sizes (thumb and main or thumb and original), and having the third one uses too much space in my server.&#60;/p&#62;
&#60;p&#62;Did you find a way to do that?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Thumbnail image source code"</title>
			<link>http://www.whoismanu.com/forum/topic/thumbnail-image-source-code#post-898</link>
			<pubDate>Mon, 21 Jun 2010 20:04:56 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">898@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;please have a look at the &#60;a href=&#34;http://www.whoismanu.com/photoq-wordpress-photoblog-plugin/&#34;&#62;documentation&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;it says&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;... For every image size there are the following fields: ‘imgTag’, ‘imgUrl’, ‘imgPath’, ‘imgWidth’, ‘imgHeight’...&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;so it is not &#60;code&#62;$sizes[&#38;#39;thumbnail&#38;#39;][&#38;#39;thumbHeight&#38;#39;]&#60;/code&#62; but rather &#60;code&#62;$sizes[&#38;#39;thumbnail&#38;#39;][&#38;#39;imgHeight&#38;#39;]&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photo1 on "Thumbnail image source code"</title>
			<link>http://www.whoismanu.com/forum/topic/thumbnail-image-source-code#post-892</link>
			<pubDate>Thu, 17 Jun 2010 01:58:10 +0000</pubDate>
			<dc:creator>photo1</dc:creator>
			<guid isPermaLink="false">892@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I tried this inside the &#38;lt;img&#38;gt; tag but no luck.&#60;/p&#62;
&#60;p&#62;width=&#34;&#38;lt;?php echo $sizes['thumbnail']['thumbWidth']; ?&#38;gt;&#34; height=&#34;&#38;lt;?php echo $sizes['thumbnail']['thumbHeight']; ?&#38;gt;&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photo1 on "Thumbnail image source code"</title>
			<link>http://www.whoismanu.com/forum/topic/thumbnail-image-source-code#post-891</link>
			<pubDate>Thu, 17 Jun 2010 01:24:05 +0000</pubDate>
			<dc:creator>photo1</dc:creator>
			<guid isPermaLink="false">891@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Cool! that worked.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Another question...&#60;/p&#62;
&#60;p&#62;Google page speed reports that I should have image dimensions defined in html.&#60;/p&#62;
&#60;p&#62;Is there some way to make sure this is defined?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Thumbnail image source code"</title>
			<link>http://www.whoismanu.com/forum/topic/thumbnail-image-source-code#post-890</link>
			<pubDate>Wed, 16 Jun 2010 20:56:15 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">890@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;imgTag gives you an entire img tag so in your case you should then output that without the &#60;code&#62;&#38;lt;img src=&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;otherwise, imgUrl gives the URL only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photo1 on "Thumbnail image source code"</title>
			<link>http://www.whoismanu.com/forum/topic/thumbnail-image-source-code#post-886</link>
			<pubDate>Wed, 16 Jun 2010 03:42:53 +0000</pubDate>
			<dc:creator>photo1</dc:creator>
			<guid isPermaLink="false">886@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I tried this but nothing shows up.&#60;/p&#62;
&#60;p&#62;&#38;lt;img src=&#34;&#38;lt;?php $sizes = get_post_meta($post-&#38;gt;ID, 'photoQImageSizes', true);&#60;br /&#62;
echo $sizes['thumbnail']['imgTag']; ?&#38;gt;&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photo1 on "Thumbnail image source code"</title>
			<link>http://www.whoismanu.com/forum/topic/thumbnail-image-source-code#post-885</link>
			<pubDate>Wed, 16 Jun 2010 02:44:05 +0000</pubDate>
			<dc:creator>photo1</dc:creator>
			<guid isPermaLink="false">885@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi, Great Plug-in.&#60;/p&#62;
&#60;p&#62;I am trying to find the code for the thumbnails.&#60;/p&#62;
&#60;p&#62;What would be the code for a thumbnail link and image source?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "PhotoQ uploads in media library?"</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-uploads-in-media-library#post-764</link>
			<pubDate>Wed, 03 Feb 2010 17:17:12 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">764@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi mikker,&#60;/p&#62;
&#60;p&#62;thanks a lot for sharing this. looks like with this you can already at least approach the desired solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mikker on "PhotoQ uploads in media library?"</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-uploads-in-media-library#post-755</link>
			<pubDate>Tue, 26 Jan 2010 23:52:09 +0000</pubDate>
			<dc:creator>Mikker</dc:creator>
			<guid isPermaLink="false">755@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;I just tried this plugin &#60;a href=&#34;http://dd32.id.au/wordpress-plugins/add-from-server/&#34; rel=&#34;nofollow&#34;&#62;http://dd32.id.au/wordpress-plugins/add-from-server/&#60;/a&#62; and it works great. You can select which folders you want to import from and copies the files to the directories available to Media Library. I don't think it will copy future files added to the directory. It would be nice if Media Library was rewritten to view other folders so you didn't have to waste server space by cloning same file.&#60;/p&#62;
&#60;p&#62;Miklas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mikker on "PhotoQ uploads in media library?"</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-uploads-in-media-library#post-751</link>
			<pubDate>Tue, 26 Jan 2010 16:06:42 +0000</pubDate>
			<dc:creator>Mikker</dc:creator>
			<guid isPermaLink="false">751@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi Manu.&#60;/p&#62;
&#60;p&#62;I just went searching for the same idea. It would be really nice if media library had access to the files/database that are uploaded via photoQ. As Nikant states, no need to be able to edit or move files. The files are stored in seperate folder, so couldn't this be &#34;seen&#34; by the media library and vice versa. &#60;/p&#62;
&#60;p&#62;Keep up the good work. PhotoQ is the best photo plugin for wordpress.&#60;/p&#62;
&#60;p&#62;Miiklas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Any way to just use original + thumbnail ?"</title>
			<link>http://www.whoismanu.com/forum/topic/any-way-to-just-use-original-thumbnail#post-715</link>
			<pubDate>Thu, 14 Jan 2010 23:22:44 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">715@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hmmm, not entirely sure what exactly you deactivated and how...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xandros on "Any way to just use original + thumbnail ?"</title>
			<link>http://www.whoismanu.com/forum/topic/any-way-to-just-use-original-thumbnail#post-709</link>
			<pubDate>Mon, 11 Jan 2010 13:21:47 +0000</pubDate>
			<dc:creator>Xandros</dc:creator>
			<guid isPermaLink="false">709@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;ok great, thanks !&#60;/p&#62;
&#60;p&#62;by the way, I disabled the subfolder structure for all folders (the year-month thing) to make import from another system easier, i hope this does not cause any trouble. I changed the core variable defining the original folder...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Any way to just use original + thumbnail ?"</title>
			<link>http://www.whoismanu.com/forum/topic/any-way-to-just-use-original-thumbnail#post-707</link>
			<pubDate>Mon, 11 Jan 2010 12:23:56 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">707@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;&#34;Keep original image size, don't resize.&#34; copies the original to main. no gd involved, so no processing/recompression by gd. &#60;/p&#62;
&#60;p&#62;however, it copies the original, so there will be two identical files one in the main folder one in the original folder. guess this isn't crucial until you are really limited by disk space. still, i might want to change this in a future version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xandros on "Any way to just use original + thumbnail ?"</title>
			<link>http://www.whoismanu.com/forum/topic/any-way-to-just-use-original-thumbnail#post-705</link>
			<pubDate>Mon, 11 Jan 2010 08:11:54 +0000</pubDate>
			<dc:creator>Xandros</dc:creator>
			<guid isPermaLink="false">705@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;First of all, thanks for the great plugin :)&#60;br /&#62;
Second, I'm wondering if it's possible to just use the original uploaded image as main image without duplicating it to create the &#34;main&#34; version ?&#60;/p&#62;
&#60;p&#62;The thing is, I optimize and sharpen and prepare the images before uploading, so I really don't want GD to re-compress the JPEG file or duplicate it on the server ... &#60;/p&#62;
&#60;p&#62;Does the &#34;Keep original image size, don't resize.&#34; setting for &#34;main&#34; do just that, or does it duplicate / re-compress ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "PhotoQ uploads in media library?"</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-uploads-in-media-library#post-678</link>
			<pubDate>Wed, 30 Dec 2009 12:53:27 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">678@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi. thanks for your post. could you give me a bit more detail of what you would like to do? best would be if i had a few use cases of how people would like to use such a feature. thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nikant on "PhotoQ uploads in media library?"</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-uploads-in-media-library#post-675</link>
			<pubDate>Mon, 28 Dec 2009 10:15:05 +0000</pubDate>
			<dc:creator>nikant</dc:creator>
			<guid isPermaLink="false">675@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hello and thank you for that nice plugin!&#60;/p&#62;
&#60;p&#62;I don't know if there is any change in your plans regarding Media Library but it would be really nice if we could bridge the two. If you or anyone has any ideas in how one could add to the database in Media Gallery the entries of PhotoQ that would be great.. (just the entries so M.L. can see the images, not move files around..) &#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Slow Image update"</title>
			<link>http://www.whoismanu.com/forum/topic/slow-image-update#post-262</link>
			<pubDate>Sun, 19 Jul 2009 10:38:53 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">262@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;thanks a lot for sharing this. &#60;/p&#62;
&#60;p&#62;yes, i also already noticed that disabling some resource hungry plugins speeds up updating a lot of photos considerably. so while rebuilding a site it might indeed by a good strategy to temporarily disable these.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Forestwander on "Slow Image update"</title>
			<link>http://www.whoismanu.com/forum/topic/slow-image-update#post-261</link>
			<pubDate>Sat, 18 Jul 2009 20:04:34 +0000</pubDate>
			<dc:creator>Forestwander</dc:creator>
			<guid isPermaLink="false">261@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Thought I would pass this on to anyone else who is having speed issues with updating a large number of images.&#60;/p&#62;
&#60;p&#62;I was having some trouble with an fsock open error when updating all of my images. After several attempts it would finish updating.&#60;/p&#62;
&#60;p&#62;Also, the update time would take an hour or longer for over 1800 images. So I just thought that was normal.&#60;/p&#62;
&#60;p&#62;But I learned through some research that the fsock open error was attributed to the xml sitemap plugin.&#60;/p&#62;
&#60;p&#62;So I disabled the xml sitemap plugin and and WOW! the speed was 20 times faster. Over 1800 images updated in 5 minutes!&#60;/p&#62;
&#60;p&#62;I then just went back and re-enabled the xml sitemap plugin. &#60;/p&#62;
&#60;p&#62;Hope this may help someone.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "photoQ image quality HELP"</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-image-quality-help#post-165</link>
			<pubDate>Thu, 11 Jun 2009 07:58:37 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">165@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;normally shouldn't be the case. so where on this page can i see the difference between wordpress standard and photoq? because just like this i don't see any major problems.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

