<?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>Serendip &#187; graphic</title>
	<atom:link href="http://www.serendip.ws/archives/tag/graphic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.serendip.ws</link>
	<description>Webデザイン・プログラミング</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:33:58 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Mac版 Illustrator CS3 でメニューにスクリプトを表示させる</title>
		<link>http://www.serendip.ws/archives/5246</link>
		<comments>http://www.serendip.ws/archives/5246#comments</comments>
		<pubDate>Mon, 01 Nov 2010 05:13:29 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=5246</guid>
		<description><![CDATA[Mac版の Illustrator CS3 でメニューの『ファイル』→『スクリプト』にスクリプトを表示させる方法のメモ。 アプリケーションフォルダの『Adobe Illustrator CS3』→『プリセット』→『スクリ [...]]]></description>
			<content:encoded><![CDATA[<p>Mac版の Illustrator CS3 でメニューの『ファイル』→『スクリプト』にスクリプトを表示させる方法のメモ。</p>
<p>アプリケーションフォルダの『Adobe Illustrator CS3』→『プリセット』→『スクリプト』フォルダ内に作成したスクリプトを配置する。</p>
<p>正式な場所は以下のパス。</p>
<pre>/Applications/Adobe Illustrator CS3/Presets.localized/Scripts.localized
</pre>
<p>スクリプトの書き方は以下のサイトが参考になった。</p>
<p><a href="http://www.openspc2.org/book/IllustratorCS/" class="out" rel="external">Illustrator CS自動化作戦 with JavaScript</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/5246/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ミニチュアのような画像を Gimp で作成する方法</title>
		<link>http://www.serendip.ws/archives/3129</link>
		<comments>http://www.serendip.ws/archives/3129#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:00:36 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=3129</guid>
		<description><![CDATA[クイックマスクを施す 画像ウィンドウ左下の四角ボタンをクリックする グラデーションをマスクに塗る 上下のグラデーションを双線形でクイックマスク上に施す ぼかしを入れる クイックマスクを解除し、選択状態になっている]]></description>
			<content:encoded><![CDATA[<ol>
<li>クイックマスクを施す<br />
画像ウィンドウ左下の四角ボタンをクリックする</li>
<li>グラデーションをマスクに塗る<br />
上下のグラデーションを双線形でクイックマスク上に施す</li>
<li>ぼかしを入れる<br />
クイックマスクを解除し、選択状態になっているところで。<br />
フィルタ→ぼかし→ガウシアンぼかし、を施す</li>
<li>色を調整する<br />
レイヤー→色→色相-彩度、をクリックして彩度を適当に上げる。</li>
</li>
<p><img src="http://www.serendip.ws/wordpress/wp-content/uploads/gimp_miniature_effect.jpg" alt="サンプル画像" title="" width="500" height="375" class="size-full wp-image-3130" /></p>
<p><img src="http://www.serendip.ws/wordpress/wp-content/uploads/gimp_miniature_effect2.jpg" alt="サンプル画像2" title="" width="500" height="375" class="size-full wp-image-3133" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/3129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageMagick で PDF ファイルのサムネイル画像を生成する</title>
		<link>http://www.serendip.ws/archives/3003</link>
		<comments>http://www.serendip.ws/archives/3003#comments</comments>
		<pubDate>Thu, 10 Sep 2009 01:28:00 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=3003</guid>
		<description><![CDATA[画像処理を行うコマンドパッケージの ImageMagick を利用して PDF ファイルからサムネイル画像を作成する。 以下のように convert コマンドを使い PDF ファイルの最初のページのサムネイルを作ることが [...]]]></description>
			<content:encoded><![CDATA[<p>画像処理を行うコマンドパッケージの <a href="http://www.imagemagick.org/script/" class="out">ImageMagick</a> を利用して PDF ファイルからサムネイル画像を作成する。</p>
<p>以下のように <code>convert</code> コマンドを使い PDF ファイルの最初のページのサムネイルを作ることができる。</p>
<pre>$ convert -resize 180x180 <var>input</var>.pdf[0] <var>output</var>.jpg
</pre>
<p><code>-resize</code> オプションで縦横どちらかの最大サイズ（縦横比は保持される）を指定し、PDF ファイル名の後に <code>[0]</code> を付けることで最初のページをサムネイル化するよう指定する。<br />
最後に出力画像の拡張子を付けたファイル名を指定する。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/3003/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks にグラデーションスタイルを追加する</title>
		<link>http://www.serendip.ws/archives/2989</link>
		<comments>http://www.serendip.ws/archives/2989#comments</comments>
		<pubDate>Tue, 08 Sep 2009 06:02:27 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=2989</guid>
		<description><![CDATA[次のサイト Web 2.0 Layer Styles for Fireworks &#124; Dezinerfolio から Web2.0 風グラデーションスタイルをダウンロードしてきたが、使い方がわからなかったので、Firew [...]]]></description>
			<content:encoded><![CDATA[<p>次のサイト <a href="http://www.dezinerfolio.com/2008/06/08/131-web-20-layer-styles-for-fireworks" class="out">Web 2.0 Layer Styles for Fireworks | Dezinerfolio</a> から Web2.0 風グラデーションスタイルをダウンロードしてきたが、使い方がわからなかったので、Fireworks にインポートして利用する方法のメモを残しておく。</p>
<p>追加する .stl ファイルを Fireworks のスタイル設定ディレクトリに移動する。<br />
以下の設定ディレクトリは Mac OS X での Fireworks CS3 の場合。</p>
<pre>$ mv <var>hoge</var>.stl ~/Library/Application\ Support/Adobe/Fireworks\ CS3/Styles/
</pre>
<p>『アセット』パネルオプションメニューから、『スタイルの読み込み&#8230;』を選択し、追加する .stl ファイルを選択して『開く』をクリックする。</p>
<p><img src="http://www.serendip.ws/wordpress/wp-content/uploads/fireworks_style_import_ss_001.png" alt="Fireworks CS3 アセットパネルオプションメニュー Screenshot" title="Fireworks CS3 アセットパネルオプションメニュー" width="245" height="326" class="size-full wp-image-2991" /></p>
<p>スタイルの一覧に新しいスタイルが追加されている。</p>
<p><img src="http://www.serendip.ws/wordpress/wp-content/uploads/fireworks_style_import_ss_003.png" alt="Fireworks CS3 アセットパネル 新規スタイル追加後 Screenshot" title="Fireworks CS3 アセットパネル 新規スタイル追加後" width="214" height="299" class="size-full wp-image-2993" /></p>
<p>矩形ツールで矩形を作成後にスタイルの一覧から使用したいスタイルをクリックする。</p>
<p><img src="http://www.serendip.ws/wordpress/wp-content/uploads/fireworks_style_import_ss_004.png" alt="Fireworks CS3 矩形にグラデーションスタイルを適用 Screenshot" title="Fireworks CS3 矩形にグラデーションスタイルを適用" width="385" height="390" class="size-full wp-image-2994" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/2989/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

