<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Konopnickiej.Com Blog &#187; Wordpress</title>
	<atom:link href="http://blog.konopnickiej.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.konopnickiej.com</link>
	<description>...już nie tak bardzo informatycznie...</description>
	<lastBuildDate>Fri, 10 Jun 2011 17:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ImageMagick, mogrify -resize</title>
		<link>http://blog.konopnickiej.com/2009/05/12/imagemagick-mogrify-resize/</link>
		<comments>http://blog.konopnickiej.com/2009/05/12/imagemagick-mogrify-resize/#comments</comments>
		<pubDate>Tue, 12 May 2009 01:08:13 +0000</pubDate>
		<dc:creator>Paweł Wojciechowski</dc:creator>
				<category><![CDATA[Admin Zone]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.konopnickiej.com/?p=45</guid>
		<description><![CDATA[Szybko potrzebowałem zmienić rozmiar wielu plików na serwerze, ale tylko tych większych niż 700px. Po chwili poszukiwań znalazłem problem udało się rozwiązać: # apt-get install imagemagick # mogrify -resize 700&#62; *.jpg Tutaj mały wyciąg z dokumentacji ImageMagick: Only Shrink Larger Images (&#8216;&#62;&#8216; flag) Another commonly used option is to restrict IM so that it will [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.konopnickiej.com/wp-content/uploads/2009/05/linux.jpg" alt="Linux" title="Linux" width="50" height="60" class="alignleft size-full wp-image-77" />Szybko potrzebowałem zmienić rozmiar wielu plików na serwerze, ale tylko tych większych niż 700px. Po chwili poszukiwań znalazłem problem udało się rozwiązać:</p>
<blockquote><p># apt-get install imagemagick</p>
<p># mogrify -resize 700&gt; *.jpg</p></blockquote>
<p><strong><span style="color: #808000;">Tutaj mały wyciąg z</span> <a rel="nofollow external" href="http://www.imagemagick.org/Usage/resize/#shrink">dokumentacji ImageMagick</a>:</strong></p>
<blockquote><p><strong>Only Shrink Larger Images (&#8216;<code>&gt;</code>&#8216; flag)</strong><br />
Another commonly used option is to restrict IM so that it will only shrink images to fit into the size given.   Never enlarge.   This is the &#8216;<code>&gt;</code>&#8216; resize option. Think of it only applying the resize to images &#8216;greater than&#8217; the size given (its a little counter intuitive).</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.konopnickiej.com/2009/05/12/imagemagick-mogrify-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

