<?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>Help requests (new threads)</title>
		<link>http://liblqr.wikidot.com/forum/c-24182/help-requests</link>
		<description>Threads in the forum category &quot;Help requests&quot; - Looking for help?</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-171159</guid>
				<title>Installed files</title>
				<link>http://liblqr.wikidot.com/forum/t-171159/installed-files</link>
				<description>Documentation is missing a files list for installation.</description>
				<pubDate>Wed, 22 Jul 2009 19:58:55 +0000</pubDate>
				<wikidot:authorName>mph</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>It would be helpful to have in the documentation a list of the files structure which should be installed after compiling from the source.</p> <p>I am compiling from the source on OS X and the following was installed,</p> <div class="code"> <pre> <code>/usr/include/lqr-1/lqr.h /usr/include/lqr-1/lqr/ lqr_base.h lqr_carver_bias_pub.h lqr_carver_list_pub.h lqr_carver_pub.h lqr_carver_rigmask_pub.h lqr_cursor_pub.h lqr_energy_pub.h lqr_gradient_pub.h lqr_progress_pub.h lqr_rwindow_pub.h lqr_vmap_list_pub.h lqr_vmap_pub.h</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-169529</guid>
				<title>Small patch needed to compile liblqr on Mac OS: change upstream package?</title>
				<link>http://liblqr.wikidot.com/forum/t-169529/small-patch-needed-to-compile-liblqr-on-mac-os:change-upstream-package</link>
				<description></description>
				<pubDate>Thu, 16 Jul 2009 08:52:57 +0000</pubDate>
				<wikidot:authorName>Vlado Plaga</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> being a relatively new "<a href="http://digikam.org/">digiKam</a> fan and user", I'm trying to create a "<a href="http://trac.macports.org/ticket/20315">Portfile</a>" for digiKam for the MacPorts project.<br /> Now digiKam 1.0 beta 2 comes with a private version of your liblqr (version 0.4.1). This library <a href="http://trac.macports.org/ticket/19685">does not compile on Mac OS</a> without <a href="http://trac.macports.org/browser/trunk/dports/graphics/liblqr/files/patch-lqr__lqr_energy_priv.h?rev=51312">a little patch</a>.<br /> The patch is to remove the "inline" keyword in two lines. I tested that patch on Linux, and liblqr still compiles. I don't know if it affects functionality or security, though. But if you think it is ok to do so, I'd suggest you apply these changes to the next release, so that liblqr and digiKam 1.0 in the future can compile on Mac OS without any extra patches.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-151395</guid>
				<title>A tiny patch and an invitation</title>
				<link>http://liblqr.wikidot.com/forum/t-151395/a-tiny-patch-and-an-invitation</link>
				<description></description>
				<pubDate>Sat, 25 Apr 2009 21:04:31 +0000</pubDate>
				<wikidot:authorName>Julien Narboux</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Gilles Caullier is asking if you could you include this small patch for the next release ?</p> <p><a href="http://websvn.kde.org/trunk/extragear/graphics/digikam/imageplugins/contentawareresizing/lqr/lqr_base.h?r1=958077&amp;r2=959015">http://websvn.kde.org/trunk/extragear/graphics/digikam/imageplugins/contentawareresizing/lqr/lqr_base.h?r1=958077&amp;r2=959015</a></p> <p>You could also join us at to follow implementation of Lqr in Digikam and discuss with us the possible features:<br /> <a href="https://bugs.kde.org/show_bug.cgi?id=149485">https://bugs.kde.org/show_bug.cgi?id=149485</a></p> <p>Thanks,</p> <p>Julien</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-151301</guid>
				<title>How implementation works</title>
				<link>http://liblqr.wikidot.com/forum/t-151301/how-implementation-works</link>
				<description></description>
				<pubDate>Sat, 25 Apr 2009 09:22:54 +0000</pubDate>
				<wikidot:authorName>Julien Narboux</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>We have a question about your implementation, what do you implement ? I think you implement V ersion B, did you ever tried to implement Version A ? does it create too many artefacts ?<br /> Is your implementation O(h*w*s) where h= height w=widht and s= number of pixel to delete in one direction (assuming we just reduce in one direction) ? or is it O(h*w) ?</p> <p>Version A</p> <p>1- Compute energy<br /> 2- Find all paths of least energy<br /> 3- Delete the required number of paths</p> <p>Version B</p> <p>1- Compute energy<br /> 2- Find one path of least energy<br /> 3- Delete this path and update energy<br /> 4- Find another path of least energy, go to step 3</p> <p>Thanks for your help.</p> <p>Julien</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-144295</guid>
				<title>Deleting a carver object</title>
				<link>http://liblqr.wikidot.com/forum/t-144295/deleting-a-carver-object</link>
				<description>Other ways to delete a carver object?</description>
				<pubDate>Fri, 03 Apr 2009 18:09:12 +0000</pubDate>
				<wikidot:authorName>Andi</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>we use the LQR in an image plugin of the digiKam image editor (well we are writing a plugin at the moment).</p> <p>The problem is that we have a crash when the plugin is finishing. This is due to the way we assign the image data to the carver. The data comes from a DImg object (digikam image object) that holds the data.<br /> We pass the pointer to the carver, but after the carver is destroyed by the appropriate function call, the DImg object crashes in the destructor because it tries to free the data (which has already been done by the carver).</p> <p>My actual question is: do we need to call this destroy method or will it be enough to just do "delete carver;" in the destructor of the plugin?<br /> If not, we need to do a deep copy of the image data first (like we do now) and provide this copy to the carver object. But this is not very efficient of course.</p> <p>Andi</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-83091</guid>
				<title>I&#039;m on Windows</title>
				<link>http://liblqr.wikidot.com/forum/t-83091/i-m-on-windows</link>
				<description></description>
				<pubDate>Thu, 21 Aug 2008 21:29:52 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>How do I install it?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-68342</guid>
				<title>Install problems</title>
				<link>http://liblqr.wikidot.com/forum/t-68342/install-problems</link>
				<description>How to install Liquid Rescale</description>
				<pubDate>Wed, 18 Jun 2008 14:32:09 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I have Ubuntu 7.10 and Gimp 2.4.2 how can I install the Liquid Rescale Library?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-45272</guid>
				<title>Using Other features</title>
				<link>http://liblqr.wikidot.com/forum/t-45272/using-other-features</link>
				<description></description>
				<pubDate>Fri, 07 Mar 2008 06:23:57 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I am part of the ImageMagick development team, where an initial experimental liquid resize has already been added for batch processing of images.</p> <p>However I am finding very little information on doing just about anything else! Is there a more comprehensive manual some where?</p> <p>Things I want to include is some of the lower level functions that should be available in the library such as getting a mask of the the seams that would be removed from an image, when it is seam carved.</p> <p>This information is useful for generating smoother images by compressing the pixels in the areas removed, rather than just deleteing the pixels out-right!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>