<?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>男单 618 &#187; jpeg</title>
	<atom:link href="http://www.ai7.org/wp/html/tag/jpeg/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ai7.org/wp</link>
	<description>生活象筒装的卫生纸，开始的时候怎么扯都不觉得在转，后来转的越来越快。</description>
	<lastBuildDate>Sun, 11 Dec 2011 12:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>一句话减肥JPEG文件</title>
		<link>http://www.ai7.org/wp/html/576.html</link>
		<comments>http://www.ai7.org/wp/html/576.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:10:54 +0000</pubDate>
		<dc:creator>amao</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[jpeg]]></category>

		<guid isPermaLink="false">http://www.ai7.org/wp/html/576.html</guid>
		<description><![CDATA[使用Imagemagick。convert -quality 80 org.jpg&#160; new.jpg如果还想同时调整一下大小：convert -quality 80 -resize 50%x50% org.jpg new.jpg如果是想处理目录下的所有jpg文件（如果是Win平台，可以写个bat文件）：for i in *.jpg; do convert -quality 80 &#8220;$i&#8221; &#8220;sm-$i&#8221;; done<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F635.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Imagemagick 合并两个图像</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F623.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">用Imagemagick将PDF文件转为图片</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F228.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用Imagemagick调整相片尺寸，加框，加文字</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F916.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Python处理pdf文件的包</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>使用Imagemagick。<br />convert -quality 80 org.jpg&nbsp; new.jpg<br />如果还想同时调整一下大小：<br />convert -quality 80 -resize 50%x50% org.jpg new.jpg<br />如果是想处理目录下的所有jpg文件（如果是Win平台，可以写个bat文件）：<br />for i in *.jpg; do convert -quality 80 &#8220;$i&#8221; &#8220;sm-$i&#8221;; done</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=528c6ef5-94ff-8c52-a66d-a25fbc306e71" /></div>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">相关文章：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F635.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Imagemagick 合并两个图像</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F623.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">用Imagemagick将PDF文件转为图片</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F228.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用Imagemagick调整相片尺寸，加框，加文字</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F916.html&from=http%3A%2F%2Fwww.ai7.org%2Fwp%2Fhtml%2F576.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Python处理pdf文件的包</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.ai7.org/wp/html/576.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

