<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Liquid Rescale GIMP plugin - new forum posts</title>
		<link>http://liquidrescale.wikidot.com/forum/start</link>
		<description>Posts in forums of the site &quot;Liquid Rescale GIMP plugin&quot; - content-aware resizing for the GIMP</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-43064#post-643372</guid>
				<title>Re: Error with GIMP 2.4.4 under Windows</title>
				<link>http://liquidrescale.wikidot.com/forum/t-43064/error-with-gimp-2-4-4-under-windows#post-643372</link>
				<description></description>
				<pubDate>Fri, 27 Nov 2009 16:18:18 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Actually, this shoulnd't be happening any more with the latest plugin releases (i.e. from 0.5 on), whatever your Windows drive is.<br /> Can you be more specific about your configuration and the error you get?</p> <p>Also, can you run GIMP from the command line doing the following?</p> <p>Go to Start menu -&gt; Exec…, then type <tt>cmd</tt> and press enter. In the console, write:</p> <div class="code"> <pre> <code>cd %ProgramFiles%\GIMP-2.0\bin gimp-2.6 -c --verbose &gt; "%HOMEDRIVE%%HOMEPATH%\Desktop\out.txt" 2&gt;&amp;1</code> </pre></div> <br /> then do whatever you need to do to make the error appear (possibly nothing) and close GIMP. A file named <tt>out.txt</tt> should have appeared on your desktop. Either upload it somewhere or copy and paste its content here. Thanks.<br /> (Note: I assumed you're using GIMP 2.6)<br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-43064/error-with-gimp-2-4-4-under-windows">Error with GIMP 2.4.4 under Windows</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-43064#post-642395</guid>
				<title>Re: Error with GIMP 2.4.4 under Windows</title>
				<link>http://liquidrescale.wikidot.com/forum/t-43064/error-with-gimp-2-4-4-under-windows#post-642395</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 00:43:26 +0000</pubDate>
				<wikidot:authorName>Steven Burton</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I also get the dreaded Windows - No Disk error, suspect it is because Windows is not installed on drive C. Possible?</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-43064/error-with-gimp-2-4-4-under-windows">Error with GIMP 2.4.4 under Windows</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-193672#post-623847</guid>
				<title>Re: strange script-fu behaviour and rescaling huge images and some script-fu weirdness</title>
				<link>http://liquidrescale.wikidot.com/forum/t-193672/strange-script-fu-behaviour-and-rescaling-huge-images-and-some-script-fu-weirdness#post-623847</link>
				<description></description>
				<pubDate>Tue, 03 Nov 2009 15:44:09 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>About your troubles with script-fu:<br /> I assume you're using the script “batch-gimp-lqr-full-use-id”, right? Did you also try with “batch-gimp-lqr-full”? Did you try to do the job in steps (with small images) and check what exactly is going wrong (e.g. using the graphical interface to inspect the intermediate results)?<br /> Can you post the script (or the command line) you're using, or the relevant part of it?</p> <p>About big images:<br /> unfortunately it is currently impossible to do the rescaling per tile (this is because deciding where to rescale is a “global” operation); an implementation which could save some memory using the disk could maybe be done, but not in short time (and it would likely be extremely slow, too).<br /> There are however a few ways to save some memory, which are:</p> <ul> <li>reducing as much as possible the number of colour channels of the images (e.g. you might remove the alpha channel from the main layer if not needed, and use monochrome preservation/discard/rigidity layers if needed)</li> <li>also, reducing as much as possible the size of the auxiliry layers might help (e.g. if you need to mask a region, crop the layer to such region)</li> <li>another way to save some momory is more aggressive, causes a considerable slowdown and requires fiddling in the code and recompiling the plugin, but in case you need it here it is: you should edit the file <tt>render.c</tt> under the <tt>src</tt> subdirectory of the plugin source code distribution, go to line 218 (i.e. after a number of lines which all begin with <tt>lqr_carver_set_…</tt>) and add exactly this line:</li> </ul> <p><tt>lqr_carver_set_use_cache(carver, FALSE);</tt></p> <p>Then save the file and recompile the plugin with <tt>make</tt>. BTW if you find this is actually useful I may consider adding somewhere an option for memory saving in the future, so let me know if you try this.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-193672/strange-script-fu-behaviour-and-rescaling-huge-images-and-some-script-fu-weirdness">strange script-fu behaviour and rescaling huge images and some script-fu weirdness</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-193672#post-623805</guid>
				<title>strange script-fu behaviour and rescaling huge images and some script-fu weirdness</title>
				<link>http://liquidrescale.wikidot.com/forum/t-193672/strange-script-fu-behaviour-and-rescaling-huge-images-and-some-script-fu-weirdness#post-623805</link>
				<description></description>
				<pubDate>Tue, 03 Nov 2009 14:46:34 +0000</pubDate>
				<wikidot:authorName>vilem novak</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>first - thanks for this great plugin! it's very usefull and great.</p> <p>correct me if I am wrong, since I have ubuntu 8.10 and I currently try to compile the newer version.<br /> First thing I am not able to add correct layer as 'discard features', I am trying to add the layer with (gimp-image-add-layer theImage theWLayer 0) where I put 0 also to the appropriate prop of the script-fu function, but even with setting the value to 4000 it doesn't work at all. I am running this from the commandline without interface.</p> <p>I would also love to know if it is possible to extend the algorithm to rescale really big images, in doing rescaling per tile or hierarchically. since I end up with my 2gb ram on about 6000x6000(original size being scaled down) images. This is nice but for my current project I would love to do even much bigger images…</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-193672/strange-script-fu-behaviour-and-rescaling-huge-images-and-some-script-fu-weirdness">strange script-fu behaviour and rescaling huge images and some script-fu weirdness</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-182090#post-586267</guid>
				<title>Re: PortableGimp: and again no entry under &quot;Layer&quot;</title>
				<link>http://liquidrescale.wikidot.com/forum/t-182090/portablegimp:and-again-no-entry-under-layer#post-586267</link>
				<description></description>
				<pubDate>Wed, 16 Sep 2009 18:48:52 +0000</pubDate>
				<wikidot:authorName>PillePups</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thank you for the answer - now it seems to work.<br /> I extracted the files directly with 7zip into the path as described by you. After that i copied the path to gimp into the command line and hit "enter".<br /> There are no messages in the command line after the start, but now I have the missed entry in the Layer-menue.<br /> Thank you for your help, bye bye</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-182090/portablegimp:and-again-no-entry-under-layer">PortableGimp: and again no entry under &quot;Layer&quot;</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-182090#post-584879</guid>
				<title>Re: PortableGimp: and again no entry under &quot;Layer&quot;</title>
				<link>http://liquidrescale.wikidot.com/forum/t-182090/portablegimp:and-again-no-entry-under-layer#post-584879</link>
				<description></description>
				<pubDate>Tue, 15 Sep 2009 09:23:34 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> did you try first to extract the .exe file to the following path:<br /> <tt>D:\Weichware-Portabel\MyApps\Bilder\GIMPPortable\App\gimp</tt><br /> ?<br /> If that doesn't work, you could try to launch GIMPPortable from the comand line and see if there are any useful error messages (I'm not sure that PortableApps works from the command line, but it's worth trying). Please, tell me if you need help with that.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-182090/portablegimp:and-again-no-entry-under-layer">PortableGimp: and again no entry under &quot;Layer&quot;</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-182090#post-583224</guid>
				<title>PortableGimp: and again no entry under &quot;Layer&quot;</title>
				<link>http://liquidrescale.wikidot.com/forum/t-182090/portablegimp:and-again-no-entry-under-layer#post-583224</link>
				<description></description>
				<pubDate>Sun, 13 Sep 2009 07:00:16 +0000</pubDate>
				<wikidot:authorName>Piefke</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi over there,<br /> I tried to install your portable Version of the plugin the easy way. My computer is a Samsung Netbook with Windows XP home SP 3 and Gimp is the Portable Version 2.6.7 Rev 3 from PortableApps copied in a special path on my data-partition (D:\Weichware-Portabel\MyApps\Bilder\GIMPPortable\) and german localisation.<br /> After the installation I cant find the new menu-entry under "Layer" … in german this must be "Ebene".<br /> Then I searched in your "Get help" and tried to move the files within the pathes as described in the diffrent threads but there is no visible effect.<br /> Can somebody help me to start from scratch?<br /> Thanks</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-182090/portablegimp:and-again-no-entry-under-layer">PortableGimp: and again no entry under &quot;Layer&quot;</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-163801#post-576770</guid>
				<title>Re: Error Downloading Rescale Plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved#post-576770</link>
				<description></description>
				<pubDate>Sat, 05 Sep 2009 03:58:28 +0000</pubDate>
				<wikidot:authorName>Sam</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I had the same problem, but this sorted it out. Thanx.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved">Error Downloading Rescale Plugin [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-163801#post-560173</guid>
				<title>Re: Error Downloading Rescale Plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved#post-560173</link>
				<description></description>
				<pubDate>Thu, 13 Aug 2009 05:42:56 +0000</pubDate>
				<wikidot:authorName>Warmaster</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>for anyone else having this same issue, simply right click on the file, then click on "run as administrator", problem solved</p> <p>Warmaster</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved">Error Downloading Rescale Plugin [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-166975#post-537478</guid>
				<title>Re: Next version, questions, requests</title>
				<link>http://liquidrescale.wikidot.com/forum/t-166975/next-version-questions-requests#post-537478</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2009 03:06:30 +0000</pubDate>
				<wikidot:authorName>JakeDTH</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Well, that's too bad about the interactivity.</p> <p>I don't know much about coding for GIMP, but, I think that you could use GIMP's source code and extract the rescale tool, and make it into a Module, I've seen Modules that added buttons to GIMP, color selecting, paint tools, and all sorts of other cool things like that.</p> <p>Maybe Liquid Rescale could be made into a Module and have the functionality as if being included in GIMP?</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-166975/next-version-questions-requests">Next version, questions, requests</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-169129#post-536784</guid>
				<title>Re: No  &quot;Mode&quot; box</title>
				<link>http://liquidrescale.wikidot.com/forum/t-169129/no-mode-box-solved#post-536784</link>
				<description></description>
				<pubDate>Fri, 17 Jul 2009 13:17:26 +0000</pubDate>
				<wikidot:authorName>Magdalena</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thank you so so much, this method above suits me very well :) :) :)</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-169129/no-mode-box-solved">No &quot;Mode&quot; box [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-169129#post-534624</guid>
				<title>Re: No  &quot;Mode&quot; box</title>
				<link>http://liquidrescale.wikidot.com/forum/t-169129/no-mode-box-solved#post-534624</link>
				<description></description>
				<pubDate>Wed, 15 Jul 2009 13:04:45 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The “mode” box has been moved to the “output” tab, you have to tick the option “Scale back to the original size” there and it will appear (it also has two additional modes with respect to version 0.5).<br /> The reason is that for quick element removal the preferred workflow goes now as such:</p> <ol> <li>select the area to remove as usual</li> <li>press one of the “auto size” buttons</li> <li>go to interactive mode (thirs small button in the “set width and height” section): this will apply the new size settings and show you the result</li> <li>(if needed, adjust the result)</li> <li>press the “reset” button in the “map” section of the interactive dialog</li> <li>press the “reset” button in the “Set width and height” section of the interactive dialog: this will do the back-LqR step and complete the scaling</li> </ol> <p>It sounds more complicated but in fact it is not, and gives you more control over what you're doing.<br /> The previous workflow is still available from the “output” tab, anyway.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-169129/no-mode-box-solved">No &quot;Mode&quot; box [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-169129#post-533889</guid>
				<title>No  &quot;Mode&quot; box</title>
				<link>http://liquidrescale.wikidot.com/forum/t-169129/no-mode-box-solved#post-533889</link>
				<description></description>
				<pubDate>Tue, 14 Jul 2009 19:23:11 +0000</pubDate>
				<wikidot:authorName>Magdalena</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <img src="http://images47.fotosik.pl/163/26ad7a885e798617med.jpg" alt="26ad7a885e798617med.jpg" class="image" /><br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-169129/no-mode-box-solved">No &quot;Mode&quot; box [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-167755#post-528733</guid>
				<title>Re: Grayed out</title>
				<link>http://liquidrescale.wikidot.com/forum/t-167755/grayed-out#post-528733</link>
				<description></description>
				<pubDate>Wed, 08 Jul 2009 16:05:11 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The behaviour is standard when you have only one layer in your image. Press one of the “New” buttons in the Feature masks tab to create an extra layer (such button is the only element which is not grayed out, but on Windows this may be barely noticeable, depending on the GTK icon theme you have installed).</p> <p>In general, if you leave the mouse over the various items in the dialog window for a few seconds you can get some useful tips, suggesting what to do. More information can be found in the tutorial or in the manual pages, follow the links from the sidebar at the top left.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-167755/grayed-out">Grayed out</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-167755#post-528672</guid>
				<title>Grayed out</title>
				<link>http://liquidrescale.wikidot.com/forum/t-167755/grayed-out#post-528672</link>
				<description></description>
				<pubDate>Wed, 08 Jul 2009 15:37:47 +0000</pubDate>
				<wikidot:authorName>Gnosos</wikidot:authorName>				<wikidot:authorUserId>349170</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I just installed Liquid Rescale on latest version of Gimp on a computer running Windows XP Pro (x64 edition). When I tried to rescale an image, all the items on the Feature masks tab were grayed out. What causes this behavior?</p> <p>Thanks.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-167755/grayed-out">Grayed out</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-166975#post-527095</guid>
				<title>Re: Next version, questions, requests</title>
				<link>http://liquidrescale.wikidot.com/forum/t-166975/next-version-questions-requests#post-527095</link>
				<description></description>
				<pubDate>Mon, 06 Jul 2009 13:52:33 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>About a more interactive rescaling, unfortunately it won't be possible unless the plugin is included in GIMP as a tool (just like the standard scaling, the perspective tool etc.). As soon as I can guarantee to have some more time for the project I'm going to propose inclusion in GIMP.</p> <p>About next version (0.7.0), it's not coming out very soon probably. The development version currently has a few imporevements and can be downloaded from the git repository. The instructions are <a href="http://liquidrescale.wikidot.com/en:git-instructions">here</a> (there's also an RSS feed to know when new commits are up). If you want to volounteer for beta-testing you can send me an <a href="http://liquidrescale.wikidot.com/en:contact">email</a> and be notified when a new version is about to come out, this would be very apprecieted (and of course the same invitation is open for anyone who may want to volounteer for this).</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-166975/next-version-questions-requests">Next version, questions, requests</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-112805#post-527089</guid>
				<title>Re: gimp-lqr plugin.exe - entry point not found [solved]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved#post-527089</link>
				<description></description>
				<pubDate>Mon, 06 Jul 2009 13:41:53 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Apparently, this is a Windows-only problem. I have added this note in the Download page, thanks.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved">gimp-lqr plugin.exe - entry point not found [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-166975#post-525656</guid>
				<title>Next version, questions, requests</title>
				<link>http://liquidrescale.wikidot.com/forum/t-166975/next-version-questions-requests#post-525656</link>
				<description></description>
				<pubDate>Sat, 04 Jul 2009 05:06:36 +0000</pubDate>
				<wikidot:authorName>JakeDTH</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>I would like to ask if, and suggest that, the next version of Liquid Rescale will have interactive rescaling? I've seen others writing that Liquid Rescale will have an interactive rescale option — I know it already has somewhat interactivity in 0.6.1 — but, I would like something more like the interactivity in Photoshop.</p> <p>I know this is a hard task, I just want to know whether the next coming version (0.6.2?) is the version that you might implement truly interactive rescaling.</p> <p>On that note: When is the next version coming out? Or how close is it to being released?</p> <p>Also, I would like to know if there is anyway I can "beta test" each version before they are released? All I would need is source code that can be compiled :)</p> <p>Thank you.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-166975/next-version-questions-requests">Next version, questions, requests</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-112805#post-516695</guid>
				<title>Re: gimp-lqr plugin.exe - entry point not found [solved]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved#post-516695</link>
				<description></description>
				<pubDate>Tue, 23 Jun 2009 21:14:20 +0000</pubDate>
				<wikidot:authorName>Josh</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I had the exact same problem with Liquid Rescale using Gimp 2.4 on XP.</p> <p>Is this a common occurance?<br /> If it is, can it be fixed?<br /> If it can't be fixed, shouldn't version 2.4 of Gimp be taken off of the supported versions list?</p> <p>Just offering some questions/ideas…</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved">gimp-lqr plugin.exe - entry point not found [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-163801#post-516261</guid>
				<title>Re: Error Downloading Rescale Plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved#post-516261</link>
				<description></description>
				<pubDate>Tue, 23 Jun 2009 12:51:20 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have no idea what the problem is, but you can try opening the installer with an archive extractor (e.g. WinZip, WinRar etc.) and extract all its content under <tt>C:\Program Files\GIMP-2.0</tt> (or wherever your GIMP directory is located).</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved">Error Downloading Rescale Plugin [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-163801#post-513321</guid>
				<title>Error Downloading Rescale Plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved#post-513321</link>
				<description></description>
				<pubDate>Fri, 19 Jun 2009 21:11:26 +0000</pubDate>
				<wikidot:authorName>Yvette</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>In my attempt to download the rescale for windows, I received the message "Could not extract, access denied." It gives me this message after I click the "extract" button. I checked the location of GIMP and it is stored in the program files. Anyone have any idea what the problem could be?</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-163801/error-downloading-rescale-plugin-solved">Error Downloading Rescale Plugin [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-162761#post-510308</guid>
				<title>Re: Resize to original size in real-time scaling</title>
				<link>http://liquidrescale.wikidot.com/forum/t-162761/resize-to-original-size-in-real-time-scaling#post-510308</link>
				<description></description>
				<pubDate>Tue, 16 Jun 2009 12:52:59 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you want to scale back using LqR, this is how you do it in interactive mode:</p> <ol> <li>first you scale to some new size</li> <li>then you click on the “reset” button in the “Map” section</li> <li>then you click on the “reset” button in the “Set width and height” section</li> </ol> <p>If what you want is instead to go back using standard scaling, I don't think this would actually fit within the interactive framework.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-162761/resize-to-original-size-in-real-time-scaling">Resize to original size in real-time scaling</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-162761#post-508956</guid>
				<title>Resize to original size in real-time scaling</title>
				<link>http://liquidrescale.wikidot.com/forum/t-162761/resize-to-original-size-in-real-time-scaling#post-508956</link>
				<description></description>
				<pubDate>Mon, 15 Jun 2009 02:22:45 +0000</pubDate>
				<wikidot:authorName>Jake</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I would like to be able to resize an image back to its original image size, like you can when you rescale manually, in real-time scaling mode. Currently I rescale in real-time, stop, and rescale again back to the original size manually.</p> <p>Can it be done? Without being confusing.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-162761/resize-to-original-size-in-real-time-scaling">Resize to original size in real-time scaling</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-155540#post-478624</guid>
				<title>Repacked Windows version with the last version of the liblqr library</title>
				<link>http://liquidrescale.wikidot.com/forum/t-155540/repacked-windows-version-with-the-last-version-of-the-liblqr-library#post-478624</link>
				<description></description>
				<pubDate>Thu, 14 May 2009 00:42:14 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Go and <a href="http://liquidrescale.wikidot.com/en:download-page#toc13">get it</a>!</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18439">General / News</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-155540/repacked-windows-version-with-the-last-version-of-the-liblqr-library">Repacked Windows version with the last version of the liblqr library</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-154864#post-475284</guid>
				<title>Go get the new library release and speed up the plugin!</title>
				<link>http://liquidrescale.wikidot.com/forum/t-154864/go-get-the-new-library-release-and-speed-up-the-plugin#post-475284</link>
				<description></description>
				<pubDate>Mon, 11 May 2009 02:08:40 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>A new version of the liblqr library is now out as announced <a href="http://liblqr.wikidot.com/forum/t-154854/version-0-4-0-released" >here</a>.</p> <p>The GIMP plugin will take advantage of the new features in the next version, but the performance can already be improved by just installing the new library version (you don't need to recompile the plugin<sup class="footnoteref"><a id="footnoteref-35956-1" href="javascript:;" class="footnoteref" >1</a></sup>).</p> <p>Note for Windows users: I will pack a version with the new engine soon.</p> <div class="footnotes-footer"> <div class="title">Footnotes</div> <div class="footnote-footer" id="footnote-35956-1"><a href="javascript:;" >1</a>. well, in fact compiling the plugin gives problems with liblqr v0.4.0, but v0.4.1 is already out to fix this :)</div> </div> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18439">General / News</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-154864/go-get-the-new-library-release-and-speed-up-the-plugin">Go get the new library release and speed up the plugin!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-83115#post-458189</guid>
				<title>Re: Liquid Rescale plugin step-by-step</title>
				<link>http://liquidrescale.wikidot.com/forum/t-83115/liquid-rescale-plugin-step-by-step#post-458189</link>
				<description></description>
				<pubDate>Thu, 23 Apr 2009 16:28:37 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What version of the plugin are you using? In the last one (0.6), the label "New" in that button was substitued with a small icon (the step-by step tutrial is slightly outdated).<br /> That button is never inactive (grayed out), even when all the other elements in the mask page are.</p> <p>Another thing which is different between the last version and the tutorial ("Quick element removal" section) is the location of the "Mode" box, which was moved from under the size controls to the "output" page (and slightly modified, too).</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-83115/liquid-rescale-plugin-step-by-step">Liquid Rescale plugin step-by-step</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-83115#post-458169</guid>
				<title>Re: Liquid Rescale plugin step-by-step</title>
				<link>http://liquidrescale.wikidot.com/forum/t-83115/liquid-rescale-plugin-step-by-step#post-458169</link>
				<description></description>
				<pubDate>Thu, 23 Apr 2009 16:13:23 +0000</pubDate>
				<wikidot:authorName>Cheryl</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am following the directions and the tutorial for the Liquid Rescale plugin but the step "*click on the New button in the Discard features section on the right: a new layer will be created" is not available to click. In fact the whole page "Feature Masks" does not allow me to make any checks. What is wrong?</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-83115/liquid-rescale-plugin-step-by-step">Liquid Rescale plugin step-by-step</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-103302#post-444339</guid>
				<title>Re: New LqR+ Scale back modes [edit: included since v0.6.0]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-103302/new-lqr-scale-back-modes-edit:included-since-v0-6-0#post-444339</link>
				<description></description>
				<pubDate>Thu, 09 Apr 2009 09:27:57 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Of course that would be much better for videos, but it's nearly impossible to do using GAP.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-103302/new-lqr-scale-back-modes-edit:included-since-v0-6-0">New LqR+ Scale back modes [edit: included since v0.6.0]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-103302#post-444187</guid>
				<title>Re: New LqR+ Scale back modes [edit: included since v0.6.0]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-103302/new-lqr-scale-back-modes-edit:included-since-v0-6-0#post-444187</link>
				<description></description>
				<pubDate>Thu, 09 Apr 2009 06:21:31 +0000</pubDate>
				<wikidot:authorName>Julien Narboux</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I think for an animation the only solution is to find the seams in the 3D space as shown in the 2008 paper.</p> <p>Julien</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-103302/new-lqr-scale-back-modes-edit:included-since-v0-6-0">New LqR+ Scale back modes [edit: included since v0.6.0]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137899#post-418011</guid>
				<title>Re: Discarding from greyscale image</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed#post-418011</link>
				<description></description>
				<pubDate>Mon, 16 Mar 2009 14:14:34 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The version of the plugin currently included in the Ubuntu repositories is rather old (it's version 0.4, current is 0.6).<br /> You can get the latest version by installing it (and its companion library <a href="http://liblqr.wikidot.com" >liblqr</a>) from source, but first you would need to uninstall the gimp-plugin-registry package (and the liblqr library package as well), and then follow the instructions <a href="http://liquidrescale.wikidot.com/en:installation-instructions">here</a>. Note however that by doing this you will also uninstall some other useful plugins which are included in gimp-plugin-registry, which you'll have to reinstall manually then.</p> <p>About suggestions: they are always very welcome, but please consider the latest version as basis for improvement if possible.</p> <p>BTW to find out which plugins are included in gimp-plugin-registry and what is their version you can read the description of the package with Synaptic.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed">Discarding from greyscale image [FIXED]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137899#post-417941</guid>
				<title>Re: Discarding from greyscale image</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed#post-417941</link>
				<description></description>
				<pubDate>Mon, 16 Mar 2009 13:27:34 +0000</pubDate>
				<wikidot:authorName>bootchk</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>The LqR plugin dialog doesn't give the version, so I couldn't get a quick answer.</p> <p>I am using Ubuntu 8.10 and used synaptic package manager to download gimp-plugin-registry (which includes LqR) a few days ago. It is likely that it doesn't include your latest bug fixes.</p> <p>Like you, when I get time, I will give a definitive answer. But I am not proficient in finding the versions of things yet.</p> <p>Thanks</p> <p>BTW I have some suggestions for improving the user interface. Along the line of: use words that describe the goal, and that nieve users can understand, rather than words that describe the techniques that only expert Gimp users can understand. For example, use "Zoom" for the technique of applying LqR, then applying LqR again back to the original size. If I get time, I will post to "Request a feature."</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed">Discarding from greyscale image [FIXED]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137899#post-415097</guid>
				<title>Re: Discarding from greyscale image</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed#post-415097</link>
				<description></description>
				<pubDate>Fri, 13 Mar 2009 21:33:24 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Are you using an old version of the plugin?<br /> I recalled (and then checked) that I have already fixed this bug since version 0.5.1.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed">Discarding from greyscale image [FIXED]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137899#post-412858</guid>
				<title>Re: Discarding from greyscale image</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed#post-412858</link>
				<description></description>
				<pubDate>Thu, 12 Mar 2009 12:52:41 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the report, this is not a limitation but definitely a bug.<br /> <span style="text-decoration: line-through;">I'll investigate on this as soon as I have some time and fix this in the next release.</span>[SEE NEXT POST] In the meanwhile a workaround would be converting the image to RGB before using the plugin and reverting it to greyscale at the end (this might be a problem for large images, though, as RGB requires more memory).</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed">Discarding from greyscale image [FIXED]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137899#post-412847</guid>
				<title>Discarding from greyscale image</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed#post-412847</link>
				<description></description>
				<pubDate>Thu, 12 Mar 2009 12:44:27 +0000</pubDate>
				<wikidot:authorName>bootchk</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Opened greyscale image in Gimp.<br /> Chose Layer&gt;Liquid Rescale.<br /> Chose New button in the Feature Discard Layer group.<br /> Got this error message:</p> <p>Calling error for procedure 'gimp-image-add-layer':<br /> Image 'file:///home/bootch/LeefersFarmArt/Trial.pnm' (1) is of type 'gray', but an image of type 'rgb' is expected</p> <p>I'm trying to dissappear (or remove or discard) an object.</p> <p>I understand that this is not a high priority (greyscale a small portion of use) ( I can probably work around it) and that maybe it is a known limitation.<br /> I searched for RGB in the tutorial and the manual but found no mention that discarding only works for color images.<br /> It must be related to the need for a color (red) highlight for the selection to discard.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18441">General / Bug reports</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed">Discarding from greyscale image [FIXED]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137607#post-411819</guid>
				<title>Re: installer failure ,wrong installer path (windows)</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137607/installer-failure-wrong-installer-path-windows#post-411819</link>
				<description></description>
				<pubDate>Wed, 11 Mar 2009 19:02:21 +0000</pubDate>
				<wikidot:authorName>PhotoComiX</wikidot:authorName>				<wikidot:authorUserId>41322</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>ok i have some report on gimptalk about problem to install</p> <p>(btw in my reply i indicate this as best side to get help for LR).</p> <p>well i would have check better done before posting here, i just looked in the computers we have around , in all gimp 2.6 is installed in a Gimp-2.6 folder…but thinking better that may be done to limit conflict with a previous Gimp version we need to run at best some animation plugins</p> <p>i am downloading again last gimp installer to check better</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137607/installer-failure-wrong-installer-path-windows">installer failure ,wrong installer path (windows)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137607#post-411761</guid>
				<title>Re: installer failure ,wrong installer path (windows)</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137607/installer-failure-wrong-installer-path-windows#post-411761</link>
				<description></description>
				<pubDate>Wed, 11 Mar 2009 18:17:23 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have used the standard GIMP 2.6.5 installer for Windows and it used the folder "GIMP-2.0". It was installed in a fresh Windows XP (virtual) installation.<br /> This is the configuration which I have tested the self-extracting archive onto.<br /> Are there different installers around?</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137607/installer-failure-wrong-installer-path-windows">installer failure ,wrong installer path (windows)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137607#post-411685</guid>
				<title>installer failure ,wrong installer path (windows)</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137607/installer-failure-wrong-installer-path-windows#post-411685</link>
				<description></description>
				<pubDate>Wed, 11 Mar 2009 17:10:26 +0000</pubDate>
				<wikidot:authorName>PhotoComiX</wikidot:authorName>				<wikidot:authorUserId>41322</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>The installation file is a self-extractig executable. If you have GIMP installed in the default location, <strong>i.e. in the GIMP-2.0</strong> folder under your main Program Files folder, just execute the file</p> </blockquote> <p>INstaller can't work because that "the default location, the GIMP-2.0 folder in Program Files "does not exist:<br /> Gimp folder for Gimp 2.6.x is called "GIMP-2.6" NOT "GIMP-2.0"</p> <p>Something similar to install in 2.7, that installer will only deflate the content in a new bogus "GIMP-2.0" folder..</p> <p>.only with obsolete version as 2.0 or 2.2 (not sure about 2.4) that may work</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-137607/installer-failure-wrong-installer-path-windows">installer failure ,wrong installer path (windows)</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-135930#post-406520</guid>
				<title>Re: install Liquid Rescale 0.6.1</title>
				<link>http://liquidrescale.wikidot.com/forum/t-135930/install-liquid-rescale-0-6-1#post-406520</link>
				<description></description>
				<pubDate>Fri, 06 Mar 2009 19:26:17 +0000</pubDate>
				<wikidot:authorName>Baltik</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thanks for your help<br /> It's works perfectly.<br /> Merci</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-135930/install-liquid-rescale-0-6-1">install Liquid Rescale 0.6.1</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-135930#post-405500</guid>
				<title>Re: install Liquid Rescale 0.6.1</title>
				<link>http://liquidrescale.wikidot.com/forum/t-135930/install-liquid-rescale-0-6-1#post-405500</link>
				<description></description>
				<pubDate>Thu, 05 Mar 2009 20:28:50 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>the version from apt-get is not up-to-date. If you want to install the latest version, you need to download and install the sources version which you find in the <a href="http://liquidrescale.wikidot.com/en:download-page">Download page</a>. You will also need the latest version of the <tt>liblqr</tt> library, which you have to download from <a href="http://liblqr.wikidot.com/en:download-page" >here</a> (sources version, of course).</p> <p>However, you should also uninstall the <tt>liblqr-1</tt> and <tt>gimp-plugin-registry</tt> packages first, but beware that the <tt>gimp-plugin-registry</tt> also provides other plugins, so if you uninstall it you will be removing those as well, and if you want them back you will have to install them manually again.<br /> The command for uninstalling is</p> <div class="code"> <pre> <code>sudo apt-get remove liblqr-1 gimp-plugin-registry</code> </pre></div> <p>If you decide to do it, install the additional required packages first. In Ubuntu, giving this command in a terminal should do the trick:</p> <div class="code"> <pre> <code>sudo apt-get install build-essential intltool gettext libglib2.0-dev libgimp2.0-dev</code> </pre></div> <p>Then, compile and install the <tt>liblqr</tt> library, closely following the instructions in the <a href="http://liblqr.wikidot.com/en:installation-instructions" >installation instructions page</a>.<br /> Then, install the plugin following tthe instructions you find <a href="http://liquidrescale.wikidot.com/en:installation-instructions">here</a>.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-135930/install-liquid-rescale-0-6-1">install Liquid Rescale 0.6.1</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-135930#post-405485</guid>
				<title>install Liquid Rescale 0.6.1</title>
				<link>http://liquidrescale.wikidot.com/forum/t-135930/install-liquid-rescale-0-6-1#post-405485</link>
				<description></description>
				<pubDate>Thu, 05 Mar 2009 20:06:27 +0000</pubDate>
				<wikidot:authorName>Baltik</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> I would like to install the latest version of Liquid Rescale 0.6.1 on Ubuntu 8.10<br /> For the older version i'll use this method :<br /> sudo apt-get install gimp-plugin-registry<br /> It's seem this method doesn't work now…</p> <p>Thanks for you're Help.</p> <p>Sorry for my English &amp; my president…<br /> I'm French</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-135930/install-liquid-rescale-0-6-1">install Liquid Rescale 0.6.1</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-125728#post-393089</guid>
				<title>Re: execute liquid rescale+gimp in windows console</title>
				<link>http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved#post-393089</link>
				<description></description>
				<pubDate>Sun, 22 Feb 2009 19:21:44 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The Windows version with the batch scripts is now available. The scripts are installed automatically.<br /> The simplest one is called <tt>batch-gimp-lqr</tt>, to use it write from the command line something like this:</p> <div class="code"> <pre> <code>%ProgramFiles%/GIMP-2.0/bin/gimp-2.6.exe -i -f -b "(batch-gimp-lqr \"filename\" 800 600 \"\" \"\" \"\")" -b "(gimp-quit 0)"</code> </pre></div> <br /> You can use the <em>Procedure browser</em> from the <em>Help</em> menu in GIMP to find out about the full-featured scripts and how to use the arguments (just ignore the run-mode argument which is already set to non-interactive by default).<br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved">execute liquid rescale+gimp in windows console [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-132683#post-393069</guid>
				<title>Windows version for release 0.6 now available</title>
				<link>http://liquidrescale.wikidot.com/forum/t-132683/windows-version-for-release-0-6-now-available#post-393069</link>
				<description></description>
				<pubDate>Sun, 22 Feb 2009 19:12:02 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The previous version of the plugin 0.6.0 was not compatible with Windows due to problems with the interactive mode, so now I have made a new release and compiled it under Windows.<br /> The installation now is easier (one-click) with respect to version 0.5, since I've made a self-extracting executable (two actually, as there is also a PortableApps version).<br /> You find them both in the <a href="http://liquidrescale.wikidot.com/en:download-page">Download page</a>.<br /> (There are almost no relevant changes in the release 0.6.1 for Linux and Mac users.)</p> <p>As for the previous version 0.5, the translations and help files will only work correctly in the standard version if the Windows <tt>Program Files</tt> directory name (which depends on the system language) starts with the letters "PROGRA" and the installation path is the default one. The PortableApps version is a little less problematic since it only requires that the installation path is the default one (something like <tt>L:\PortableApps\GIMPPortable</tt>, but the drive letter is not relevant).</p> <p>Many thanks must go to François Collard for having compiled the plugin over and over until we managed to make it work properly.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18439">General / News</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-132683/windows-version-for-release-0-6-now-available">Windows version for release 0.6 now available</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-130758#post-386417</guid>
				<title>New package available for v0.6.0: Slackware 12.2 i686</title>
				<link>http://liquidrescale.wikidot.com/forum/t-130758/new-package-available-for-v0-6-0:slackware-12-2-i686#post-386417</link>
				<description></description>
				<pubDate>Mon, 16 Feb 2009 12:40:42 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>An updated package for v0.6.0 of the plugin is now available for Slackware 12.2 i686 in the <a href="http://liquidrescale.wikidot.com/en:download-page">download page</a>.<br /> A Slackware package for the latest version of the liblqr library is also available, <a href="http://liblqr.wikidot.com/en:download-page" >here</a>.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18439">General / News</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-130758/new-package-available-for-v0-6-0:slackware-12-2-i686">New package available for v0.6.0: Slackware 12.2 i686</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-91372#post-386115</guid>
				<title>Re: Feature Proposal: Incremental Adjustment</title>
				<link>http://liquidrescale.wikidot.com/forum/t-91372/feature-proposal:incremental-adjustment-edit:included-since-v0-6-0#post-386115</link>
				<description></description>
				<pubDate>Mon, 16 Feb 2009 01:02:52 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>These features are now included in the plugin.<br /> Incremental enlargement can be set with the "enlargment step" option in the advanced tab.<br /> The new interactive mode can be used for finer control and/or alternating the rescaling directions manually.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-91372/feature-proposal:incremental-adjustment-edit:included-since-v0-6-0">Feature Proposal: Incremental Adjustment [edit: included since v0.6.0]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-103302#post-386113</guid>
				<title>Re: problem with LqR+ Scale back mode</title>
				<link>http://liquidrescale.wikidot.com/forum/t-103302/new-lqr-scale-back-modes-edit:included-since-v0-6-0#post-386113</link>
				<description></description>
				<pubDate>Mon, 16 Feb 2009 00:58:26 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The new scaleback modes are now included in the new version of the plugin.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18440">General / Feature requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-103302/new-lqr-scale-back-modes-edit:included-since-v0-6-0">New LqR+ Scale back modes [edit: included since v0.6.0]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-130646#post-386112</guid>
				<title>Version 0.6.0 released</title>
				<link>http://liquidrescale.wikidot.com/forum/t-130646/version-0-6-0-released#post-386112</link>
				<description></description>
				<pubDate>Mon, 16 Feb 2009 00:56:20 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The new version of the plugin is now out. It requires GIMP 2.4 or 2.6 and the latest version of the <tt>liblqr</tt> library, which you can find <a href="http://liblqr.wikidot.com" >here</a> (not needed by Windows users).<br /> The main news is the introduction of a new <span style="text-decoration: underline;">interactive mode</span>, which you can reach from a button near the size controls.<br /> Here is the full list of new features:</p> <ul> <li>Added interactive mode: you can adjust the scaling size incrementally. Also, after the first computation the scaling can go in real-time!</li> <li>Scaling beyond 200% is now possible (the scaling is automatically divided in steps)</li> <li>The "scaling mode" was moved to the <em>Output</em> tab, and renamed; two new scaling modes were added</li> <li>Fixed non-interactive mode (previously buggy), and included three scripts to help command-line batch processing (so that you can easily automate liquid-rescaling operations on a large number of files from the command line)</li> <li>Split the auto-size button in two, one for width and the other for height</li> </ul> <p>Go get it from the <a href="http://liquidrescale.wikidot.com/en:download-page">Download page</a>!</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18439">General / News</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-130646/version-0-6-0-released">Version 0.6.0 released</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-125728#post-383274</guid>
				<title>Re: execute liquid rescale+gimp in windows console</title>
				<link>http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved#post-383274</link>
				<description></description>
				<pubDate>Thu, 12 Feb 2009 17:21:14 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The new version is now ready and I have included some scripts for batch processing, as annouced (everything is already available from the git repository, it works under Linux).<br /> I'm planning to release it tomorrow. However, the Windows version might take a little longer than usual to compile (I'm not doing the Windows compilation, but I expect it to have some troubles this time). I can't really say how long, actually.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved">execute liquid rescale+gimp in windows console [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-125728#post-383160</guid>
				<title>Re: execute liquid rescale+gimp in windows console</title>
				<link>http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved#post-383160</link>
				<description></description>
				<pubDate>Thu, 12 Feb 2009 15:08:57 +0000</pubDate>
				<wikidot:authorName>Jeff</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>any updates? =]</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved">execute liquid rescale+gimp in windows console [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-125728#post-377238</guid>
				<title>Re: execute liquid rescale+gimp in windows console</title>
				<link>http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved#post-377238</link>
				<description></description>
				<pubDate>Fri, 06 Feb 2009 06:48:40 +0000</pubDate>
				<wikidot:authorName>Jeff</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>thanks! =)</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved">execute liquid rescale+gimp in windows console [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-115919#post-375927</guid>
				<title>Re: EXE of Liquid Rescale</title>
				<link>http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale#post-375927</link>
				<description></description>
				<pubDate>Thu, 05 Feb 2009 01:07:00 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ops, I'm late here, sorry. Somehow I missed this last post. I will check out this new version (soon), thanks.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale">EXE of Liquid Rescale</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-117590#post-375924</guid>
				<title>Re: flexible</title>
				<link>http://liquidrescale.wikidot.com/forum/t-117590/flexible#post-375924</link>
				<description></description>
				<pubDate>Thu, 05 Feb 2009 01:01:11 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You are probably referring to the YouTube video in the Examples page: that is not a tutorial, and the program shown there is not Liquid Rescale.<br /> The plugin has currently no interactive mode, but this will be introduced (although not with that interface) in the next version, which is almost ready.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-117590/flexible">flexible</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-125728#post-375922</guid>
				<title>Re: execute liquid rescale+gimp in windows console</title>
				<link>http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved#post-375922</link>
				<description></description>
				<pubDate>Thu, 05 Feb 2009 00:57:15 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is due to a bug in the code (unrelated to what was mentioned in the quote, however, which is not true) - I simply never tried noninteractive mode, as I didn't know how it worked…<br /> Anyway, this will be fixed in the new version, which is almost ready (out in a week or so). I'm also considering to include a script based on the one posted in GimpTalk. Stay tuned ;)</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved">execute liquid rescale+gimp in windows console [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-125728#post-373888</guid>
				<title>execute liquid rescale+gimp in windows console</title>
				<link>http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved#post-373888</link>
				<description></description>
				<pubDate>Tue, 03 Feb 2009 01:18:04 +0000</pubDate>
				<wikidot:authorName>Jeff</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am looking to run the liquid rescale plugin from the windows console. I started a thread on GimpTalk and they were able to help me out and create a script for me.</p> <p><a href="http://www.gimptalk.com/forum/viewtopic.php?f=2&amp;t=37395&amp;p=268558">http://www.gimptalk.com/forum/viewtopic.php?f=2&amp;t=37395&amp;p=268558</a></p> <blockquote> <p>You might have to contact the plug-in's authors about how to call LQR from a script. The source code seems to indicate that when run non-interactively, the plug-in only expects five parameters, but its PDB registration demands 24 parameters.</p> </blockquote> <p>Anyideas on how I can get this to work?</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-125728/execute-liquid-rescale-gimp-in-windows-console-solved">execute liquid rescale+gimp in windows console [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-117590#post-348355</guid>
				<title>flexible</title>
				<link>http://liquidrescale.wikidot.com/forum/t-117590/flexible#post-348355</link>
				<description></description>
				<pubDate>Mon, 05 Jan 2009 07:52:31 +0000</pubDate>
				<wikidot:authorName>randy</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>in the tutorial it shows a "flexible" image where it is clicked and dragged larger and smaller…how do you do this specifically? instead of entering the size thanks</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-117590/flexible">flexible</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-115919#post-347236</guid>
				<title>Re: EXE of Liquid Rescale</title>
				<link>http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale#post-347236</link>
				<description></description>
				<pubDate>Sat, 03 Jan 2009 16:51:53 +0000</pubDate>
				<wikidot:authorName>atlantis1990</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Some people that I know test it and it go. ^^<br /> <a href="http://rapidshare.com/files/179405776/Liquid_Rescale.exe.html">http://rapidshare.com/files/179405776/Liquid_Rescale.exe.html</a><br /> I have changed the Text…</p> <p>It's not something special, what I have done here.<br /> It's only an SFX-File. But I find it a little bit easier for some people.<br /> The Text in the Install-Window is made with OpenOffice.org and the Icon is not totally made by myself(I think you know the Source). Only the "+" is made by me and I delete the Background of Wilber.<br /> And I combined that all with WinRaR (now the english version)</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale">EXE of Liquid Rescale</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-112805#post-346928</guid>
				<title>Re: gimp-lqr plugin.exe - entry point not found</title>
				<link>http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved#post-346928</link>
				<description></description>
				<pubDate>Sat, 03 Jan 2009 05:12:27 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Glad to read that.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved">gimp-lqr plugin.exe - entry point not found [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-115919#post-346926</guid>
				<title>Re: EXE of Liquid Rescale</title>
				<link>http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale#post-346926</link>
				<description></description>
				<pubDate>Sat, 03 Jan 2009 05:11:32 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks, it's nice to have a better interface for installation. However, I have tested it and it seems that the localization doesn't work as expected: did you use the latest Windows zipfile? Also: would it be possible to have the installer interface turned to English?<br /> If you created this with a free program and you have a configuration file of some kind, and you upload it, I could use it for next releases, as well.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale">EXE of Liquid Rescale</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-112805#post-345355</guid>
				<title>Re: gimp-lqr plugin.exe - entry point not found</title>
				<link>http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved#post-345355</link>
				<description></description>
				<pubDate>Wed, 31 Dec 2008 03:55:00 +0000</pubDate>
				<wikidot:authorName>Mike Schmidt</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I uninstalled v2.4 and installed 2.6 (very nice, by the way) then reinstalled the lqr plugin. It works beautifully; no more errors.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved">gimp-lqr plugin.exe - entry point not found [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-112805#post-345199</guid>
				<title>Re: gimp-lqr plugin.exe - entry point not found</title>
				<link>http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved#post-345199</link>
				<description></description>
				<pubDate>Tue, 30 Dec 2008 22:04:25 +0000</pubDate>
				<wikidot:authorName>Mike Schmidt</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>My flavor is "The procedure entry point gimp_drawable_is_valid could not be located in the dynamic link library libgimp-2.0-0.dll." I've checked for the two liquid rescale executables in the plug-in folder and they're both there.</p> <p>I extracted the /lib and /share folders in the Windows download to my C:\Program Files\Gimp-2.0 folder in Windows Vista.</p> <p>I'll try upgrading from Gimp 2.4 to 2.6 then re-install and report back.</p> <p>I've run this installation of Gimp hundreds of times with no trouble, even with other plugins. I wonder (naively) if there's some disconnect between the way Gimp for Windows treats libraries and plugins vs the way Gimp for Linux treats them.</p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18438">General / Help requests</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-112805/gimp-lqr-plugin-exe-entry-point-not-found-solved">gimp-lqr plugin.exe - entry point not found [solved]</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-115919#post-343853</guid>
				<title>EXE of Liquid Rescale</title>
				<link>http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale#post-343853</link>
				<description></description>
				<pubDate>Sun, 28 Dec 2008 15:48:04 +0000</pubDate>
				<wikidot:authorName>atlantis1990</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>At first, sry for my bad english…<br /> It's not a big think, but you I hope you like it:<br /> <a href="http://rapidshare.com/files/177567049/Liquid_Rescale.exe.html">http://rapidshare.com/files/177567049/Liquid_Rescale.exe.html</a><br /> The Icon is made by myself and the text is from:<br /> <a href="http://gimp-registry.fargonauten.de/node/144">http://gimp-registry.fargonauten.de/node/144</a></p> <p>For more Questions, you can Mail me: <span class="wiki-email">ed.teneerf|2retsamolah#ed.teneerf|2retsamolah</span></p> <br/>Forum category: <a href="http://liquidrescale.wikidot.com/forum/c-18452">General / Other</a><br/>Forum thread: <a href="http://liquidrescale.wikidot.com/forum/t-115919/exe-of-liquid-rescale">EXE of Liquid Rescale</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>