<?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>Feature requests (new threads)</title>
		<link>http://liquidrescale.wikidot.com/forum/c-18440/feature-requests</link>
		<description>Threads in the forum category &quot;Feature requests&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-193672</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</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> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-162761</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</link>
				<description>Resize back to original image size, like you can when you rescale manually, in real-time scaling.</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> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-108746</guid>
				<title>Add this plugin to ImageMagic</title>
				<link>http://liquidrescale.wikidot.com/forum/t-108746/add-this-plugin-to-imagemagic</link>
				<description>Add this plugin as a new feature in ImageMagic</description>
				<pubDate>Thu, 27 Nov 2008 18:28:51 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Add this plugin as a new feature in ImageMagic.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-103302</guid>
				<title>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</link>
				<description>That Mode work well only if Liquid Rescaling is done withouth changing Original imagine ratio</description>
				<pubDate>Sat, 08 Nov 2008 03:21:05 +0000</pubDate>
				<wikidot:authorName>PhotoComiX</wikidot:authorName>				<wikidot:authorUserId>41322</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The LqR+scale back mode will give in most case unwanted results:<br /> at first the plugin rescale preserving the imagine content from distortion , but then the results will be distorted by the change of the imagine ratio</p> <p>That is not a big problem for normal use( is quick rescale manually the result ) but become a problem for animations with hundreds of frames to rescale</p> <p>Will be possible replace with something as "LqR+ Scale back to W" and/or "LqR+Scale back to H" where W and H are the Width and Height of the original?</p> <p>That seems much more useful, because that will avoid additional<br /> unnatural distortion , while "scale back " create always distortion except when locking imagine ratio</p> <p>And result will have if not same imagine ratio of the original the same width or height (seems more logical for normal use…i believe most use liquid resize to change imagine ratio preserving the content )</p> <p>BTW compatibility with GAP was on top of my wish list from the very first version i'm very grateful you added it<br /> thank you !</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-91372</guid>
				<title>Feature Proposal: Incremental Adjustment [edit: included since v0.6.0]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-91372/feature-proposal:incremental-adjustment-edit:included-since-v0-6-0</link>
				<description>A proposal to allow for liquid rescaling incrementally instead of all at once.</description>
				<pubDate>Tue, 23 Sep 2008 10:21:54 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I know this would be very computationally expensive, but in some cases, it would be nice to be able to incrementally scale an image by one (or more, making it configurable would be great) seam at a time. That is, it would compute the best seam for removal (or inflation), adjust the image, and then recompute the best seam again, over and over until the desired number of pixels have been removed (or added).</p> <p>This feature would especially make a difference when expanding an image. Currently the recommendation for large expansions that have a preserved area is to manually perform incremental rescales. Having this solution available would greatly simplify such operations.</p> <p>A future direction this could go in is for feature removal. The user would no longer have to do anything except to determine which feature to remove. Using an incremental method, the idea would be to first calculate both the horizontal and vertical seams that would be removed, then to compare the "cost" of removing the horizontal seam to that of the vertical seam (this might need to be scaled based on aspect ratio, testing would have to be done. Also I'm definitely glossing over some details, but I hope my intention is clear). Whichever seam has a lower "cost" would be the one removed, and the next iteration would repeat this process until the discard area is removed completely. (Of course, for efficiency reasons, it should again be possible to remove more than one seam per iteration, where the given number of seams would determine the number of either horizontal or vertical seams to remove — not a combination of both.) Since the discard area has a high negative value, each iteration would remove a maximal number of discard pixels, so I would expect the entire process to converge quickly.</p> <p>In any case, I don't expect the initial request to require much new development since it's mainly the same functionality in a loop. The "future direction" also doesn't seem like much of a change, since I presume that the only new code would be that which compares a given horizontal seam(s) to a given vertical seam(s) and determines which is better to remove. The biggest changes would likely be in the interface code.</p> <p>I think this is worthwhile as long as it does not add too much code complexity; I would expect it to result in higher-quality images while also lightening the workload on the user (manually iterating for large expansions, taking time to determine the number and orientation of pixels to remove while discarding parts of an image, etc.).</p> <p>I'm interested to hear what you think: bmintern A+ gmail D0+ com</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-25885</guid>
				<title>Object removal without rescaling [edit: included in v0.4.0]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-25885/object-removal-without-rescaling-edit:included-in-v0-4-0</link>
				<description>It would be nice if there was an option to remove objects from a photo without the need to scale down the image.</description>
				<pubDate>Tue, 06 Nov 2007 17:29:10 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>It would be nice if there was an option to remove objects from a photo without the need to scale down the image. I know a scale down is needed to do this, but what if we could mask an object to be removed and the image was automatically scaled down just enough to remove that object and then rescaled back to the original size. I realize this might not produce the best results, especially if removing large objects, but it would be a nice option.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>