<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>e2interactive forums Topic: IPTC Infos after uploads are gone</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Topic: IPTC Infos after uploads are gone</description>
<language>en</language>
<pubDate>Thu, 28 Aug 2008 03:55:41 +0000</pubDate>

<item>
<title>e2 on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-543</link>
<pubDate>Mon, 07 Apr 2008 07:46:18 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">543@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;The large image loads for me, what browser are  you using?
&#60;/p&#62;</description>
</item>
<item>
<title>chucknorrisrules on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-540</link>
<pubDate>Fri, 04 Apr 2008 10:25:35 +0000</pubDate>
<dc:creator>chucknorrisrules</dc:creator>
<guid isPermaLink="false">540@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;sorry...here's my test gallery:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gesarsfootprint.com/e2_photo_gallery_full/index.php#&#34; rel=&#34;nofollow&#34;&#62;http://gesarsfootprint.com/e2_photo_gallery_full/index.php#&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chucknorrisrules on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-539</link>
<pubDate>Fri, 04 Apr 2008 10:17:46 +0000</pubDate>
<dc:creator>chucknorrisrules</dc:creator>
<guid isPermaLink="false">539@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;btw, I tried removing everything like you said, and every time I remove it, I am able to upload the image fine, and I can see that the image is in the proper directory, also the thumb is created fine and all the info is there, however the large image just doesn't load...the &#34;loading&#34; message just keeps spinning. I made sure that the image was within 600x600 too. &#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>chucknorrisrules on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-538</link>
<pubDate>Fri, 04 Apr 2008 10:09:28 +0000</pubDate>
<dc:creator>chucknorrisrules</dc:creator>
<guid isPermaLink="false">538@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hi. I really like your gallery, and am trying to get it to work for me. I'm making a gallery for someone else who isn't very computer savvy, and it's really important that the IPTC info not get lost when using the upload. So...&#60;/p&#62;
&#60;p&#62;I saw in the post above that you said to find: &#60;/p&#62;
&#60;p&#62;$handle-&#38;gt;image_resize     = true;&#60;br /&#62;
$handle-&#38;gt;image_ratio          = true;&#60;br /&#62;
$handle-&#38;gt;image_y                = 600;&#60;br /&#62;
$handle-&#38;gt;image_x                = 600;&#60;br /&#62;
$handle-&#38;gt;jpeg_quality         = 95;&#60;/p&#62;
&#60;p&#62;Then you said to &#34;remove&#34; it. Do you actually mean to remove all the various $handle statments ?  Or would it also be possible to just change the &#34;true&#34; to &#34;false&#34; in the image_resize ?
&#60;/p&#62;</description>
</item>
<item>
<title>leo on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-529</link>
<pubDate>Wed, 19 Mar 2008 22:41:47 +0000</pubDate>
<dc:creator>leo</dc:creator>
<guid isPermaLink="false">529@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;hello e2.&#60;/p&#62;
&#60;p&#62;thank you  very much. that works perfect for me.&#60;br /&#62;
maybe I 'll try to get some bigger images into the gallery like 700x700&#60;/p&#62;
&#60;p&#62;thanks for your help.&#60;br /&#62;
leo
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-528</link>
<pubDate>Mon, 17 Mar 2008 07:11:16 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">528@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Yes, if you have the uploader simply upload the files and not resize the large images.  To do this, simple open up the index.php file inside the uploader and find the following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$handle-&#38;gt;image_resize     = true;
$handle-&#38;gt;image_ratio          = true;
$handle-&#38;gt;image_y                = 600;
$handle-&#38;gt;image_x                = 600;
$handle-&#38;gt;jpeg_quality         = 95;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you remove this, it will simply upload the files as is.  But you will need to batch process your images pre-hand to no more than 600x600 for the images to work in the gallery (unless you modify the gallery to accept larger images).  The uploader will upload the images, and create the thumbails, but not rewrite the images so the IPTC data should stay intact.
&#60;/p&#62;</description>
</item>
<item>
<title>leo on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-527</link>
<pubDate>Sun, 16 Mar 2008 23:29:55 +0000</pubDate>
<dc:creator>leo</dc:creator>
<guid isPermaLink="false">527@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;hello e2.&#60;/p&#62;
&#60;p&#62;is there a way that the uploader doesn't remove the IPTC Infos?&#60;br /&#62;
your way looks to me a bit non common.&#60;/p&#62;
&#60;p&#62;anyway, how do you add the IPTC Infos to the images?&#60;br /&#62;
do you download the images via FTP, add the IPTC Data and re-upload the images?&#60;/p&#62;
&#60;p&#62;thanks. leo
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-526</link>
<pubDate>Sun, 16 Mar 2008 10:01:09 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">526@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Yeah the gallery uploader removes the IPTC info, I typically upload the photos and then add the IPTC data after upload.
&#60;/p&#62;</description>
</item>
<item>
<title>julianarp on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-522</link>
<pubDate>Sun, 16 Mar 2008 07:22:06 +0000</pubDate>
<dc:creator>julianarp</dc:creator>
<guid isPermaLink="false">522@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I am having the same problem. This is such a great script, please help.&#60;br /&#62;
This is my url if that helps...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.sylviadeswaan.com/gallery1.php&#34; rel=&#34;nofollow&#34;&#62;http://www.sylviadeswaan.com/gallery1.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>leo on "IPTC Infos after uploads are gone"</title>
<link>http://www.e2interactive.com/blog/forums/topic/123#post-519</link>
<pubDate>Sat, 15 Mar 2008 08:38:37 +0000</pubDate>
<dc:creator>leo</dc:creator>
<guid isPermaLink="false">519@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;hello.&#60;/p&#62;
&#60;p&#62;I've installed the gallery on my local xampp development environment. when I do some pic &#34;uploads&#34;, the thumbnails were created and the pics are in the gallery. so everything looks fine.&#60;/p&#62;
&#60;p&#62;but when I've click on the Info Button, no IPTC Infos are shown.&#60;br /&#62;
I've checked the images before the upload in photoshop, so all infos are in the file.&#60;br /&#62;
Then I've checked the image after the upload in potoshop and all IPTC Infos are empty?&#60;/p&#62;
&#60;p&#62;so where's the error?&#60;/p&#62;
&#60;p&#62;need some help and would be great to get some infos.&#60;br /&#62;
by tthe way, it's an awesome gallery script.&#60;/p&#62;
&#60;p&#62;thanks, leo
&#60;/p&#62;</description>
</item>

</channel>
</rss>
