<?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 posts)</title>
		<link>http://liblqr.wikidot.com/forum/c-24182/help-requests</link>
		<description>Posts in the forum category &quot;Help requests&quot; - Looking for help?</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-83091#post-243896</guid>
				<title>I&#039;m on Windows: Re: I&#039;m on Windows</title>
				<link>http://liblqr.wikidot.com/forum/t-83091/i-m-on-windows#post-243896</link>
				<description></description>
				<pubDate>Thu, 21 Aug 2008 23:15:20 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have no idea, but if you just want to use the Gimp plugin you don't need to install the library, it's embedded in the windows zip file for the plugin.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-83091#post-243847</guid>
				<title>I&#039;m on Windows: I&#039;m on Windows</title>
				<link>http://liblqr.wikidot.com/forum/t-83091/i-m-on-windows#post-243847</link>
				<description></description>
				<pubDate>Thu, 21 Aug 2008 21:29:52 +0000</pubDate>
				<wikidot:authorName>70.65.192.118</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>How do I install it?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-68342#post-207736</guid>
				<title>Install problems: Re: Install problems</title>
				<link>http://liblqr.wikidot.com/forum/t-68342/install-problems#post-207736</link>
				<description></description>
				<pubDate>Wed, 25 Jun 2008 23:47:33 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You just download the Gutsy package from the Download page and double-click on it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-68342#post-200175</guid>
				<title>Install problems: Install problems</title>
				<link>http://liblqr.wikidot.com/forum/t-68342/install-problems#post-200175</link>
				<description></description>
				<pubDate>Wed, 18 Jun 2008 14:32:09 +0000</pubDate>
				<wikidot:authorName>200.35.169.230</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#post-123393</guid>
				<title>Using Other features: Re: Using Other features</title>
				<link>http://liblqr.wikidot.com/forum/t-45272/using-other-features#post-123393</link>
				<description></description>
				<pubDate>Wed, 12 Mar 2008 03:37:29 +0000</pubDate>
				<wikidot:authorName>UnNeurone</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>First off, I'm glad that IM uses the lqr library. Please feel free to <a href="http://liblqr.wikidot.com/en:contact">contact</a> me via mail for explanations, suggestions, discussion etc.</p> <p>The manual supplied with the sources in the docs/ directory actually is comprehensive of all the functions in the library: the reference (Chapter 3) is incomplete, but the user's manual (Chapter 2) should explain it all (please, point to me any part which may be obscure and I'll try to clarify it).</p> <p>For example, you can get the information about the seams which are to be carved from the "visibility maps", which are described in Chapter 2, in the section named "Dealing with the visibility maps (the seams)". Example 2.5 shows how to read out the seam rank ("visibility level") of a pixel.</p> <p>For the purpose of smoothing, you could do it as follows (assuming a horizontal resizing): do the carving, read out the image and the visibility map, and parse each row of both in parallel. In the visibility map there will be regions with 0's only (which correnspond to the pixels which are kept) and others with strictly positive values (which are the pixels which were carved); this way you can identify which pixels in the output image belong to non-contiguous regions of the input image and smooth them.</p> <p>In case of vertical resizing you would parse by column, of course. However, there's a problem when resizing in both directions at once. If you wish to introduce such a feature, you should be careful to implement it in two separate steps yourself. I may also implement it as an option for the library, but I am already working on other features, so it may take quite some time to see this in the release code.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liblqr.wikidot.com/forum/t-45272#post-120318</guid>
				<title>Using Other features: Using Other features</title>
				<link>http://liblqr.wikidot.com/forum/t-45272/using-other-features#post-120318</link>
				<description></description>
				<pubDate>Fri, 07 Mar 2008 06:23:57 +0000</pubDate>
				<wikidot:authorName>132.234.220.1|132.234.251.211</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>