﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Meta%3AGuides%2FStyle_Guide%2FImages</id>
	<title>Meta:Guides/Style Guide/Images - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Meta%3AGuides%2FStyle_Guide%2FImages"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Guides/Style_Guide/Images&amp;action=history"/>
	<updated>2026-05-04T13:30:15Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Meta:Guides/Style_Guide/Images&amp;diff=90891&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Guides/Style_Guide/Images&amp;diff=90891&amp;oldid=prev"/>
		<updated>2018-06-28T18:43:35Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 18:43時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Meta:Guides/Style_Guide/Images&amp;diff=90890&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: /* Clearing the text */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Meta:Guides/Style_Guide/Images&amp;diff=90890&amp;oldid=prev"/>
		<updated>2011-11-15T10:58:50Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Clearing the text&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Meta:Guides/index}}&lt;br /&gt;
&lt;br /&gt;
= General guidelines =&lt;br /&gt;
&lt;br /&gt;
== Screen capture ==&lt;br /&gt;
&lt;br /&gt;
Blender’s interface is fully OpenGL rendered and scalable. This is great but will result in many non-uniformities if many users resort to screen dumps to show various types of settings.&lt;br /&gt;
&lt;br /&gt;
For this reason, when you capture Blender's interface these are good habits:&lt;br /&gt;
* set your desktop interface resolution to 1024x768&lt;br /&gt;
* use Blender’s default UI theme&lt;br /&gt;
* press the ‘home’ button --while in the button window-- to set the default button size&lt;br /&gt;
* save captures in LOSSLESS format (that is, PNG format)&lt;br /&gt;
&lt;br /&gt;
{{Note|Blender's windowed mode|One way to capture screenshots at 1024x768 resolution while your display is at higher resolutions is to use the ''windowed'' mode command-line options. Run Blender as follows: &lt;br /&gt;
&lt;br /&gt;
 ./blender -w -p 0 0 1024 768&lt;br /&gt;
&lt;br /&gt;
This will start Blender in a window with the drawing pane at exactly 1024x768 pixels (the application frame will be larger because of the desktop insets).&lt;br /&gt;
&lt;br /&gt;
Then, to cut the Blender portion from the capture you made in windowed mode, in GIMP you can use a [http://docs.gimp.org/2.2/en/gimp-tool-rect-select.html 'Fixed size' select region] (set to 1024x768)}}&lt;br /&gt;
&lt;br /&gt;
== Highlights ==&lt;br /&gt;
&lt;br /&gt;
If you need to highlight a given portion of an image (a button, a value, or a group of buttons and values):&lt;br /&gt;
* use a yellow (R=255,G=255,B=0) frame 2 pixels thick all the way around. &lt;br /&gt;
* don't add special effects (shadows, different background, etc): just show blender elements as they are.&lt;br /&gt;
&lt;br /&gt;
{|{{Css/prettytable}}&lt;br /&gt;
 |align=center | '''Good'''&lt;br /&gt;
 |align=center | '''Bad''' &lt;br /&gt;
 |-&lt;br /&gt;
 |align=center | [[File:BS-CAT-03.png]] &lt;br /&gt;
 |align=center | [[File:MMM_TNG_ao.png]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
== Image formats ==&lt;br /&gt;
&lt;br /&gt;
* PNG is [http://en.wikipedia.org/wiki/Lossless_data_compression lossless] so it is the preferred format for screen captures&lt;br /&gt;
* JPG is a compressed format, so it's preferred for normal images (renders, etc)&lt;br /&gt;
* GIF and other non-free formats are strongly discouraged&lt;br /&gt;
* TGA and other uncompressed formats are also discouraged&lt;br /&gt;
* SVG can be used in simple forms (no animations, no javascript: some browser doesn't support advanced features)&lt;br /&gt;
&lt;br /&gt;
== How to upload ==&lt;br /&gt;
&lt;br /&gt;
In the sidebar click on [[Special:Upload|Upload file]]&lt;br /&gt;
&lt;br /&gt;
== Dimensions ==&lt;br /&gt;
&lt;br /&gt;
To maintain consistency, images should be set to show a width of 640 pixels at maximum. Blender's wiki has a fixed width of 640px so using larger images will result in badly formatted pages.&lt;br /&gt;
&lt;br /&gt;
== Clearing the text ==&lt;br /&gt;
To clear the text until the end of the image, insert &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{clr}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the text.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' you should use it only when really needed: that is, when you see misalignments that you want to fix.&lt;br /&gt;
&lt;br /&gt;
= Normal images =&lt;br /&gt;
&lt;br /&gt;
Just put the image name as a normal link without caption, and you're done.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[File:Volumerendering-volume eq.png]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Volumerendering-volume eq.png]]&lt;br /&gt;
&lt;br /&gt;
== Inlines and Icons ==&lt;br /&gt;
&lt;br /&gt;
You can get inline images just by placing normal images within the text, without specifying the alignment.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Inline images and icons like [[File:BMovie.png]] are easy to place.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
Inline images and icons like [[File:BMovie.png]] are easy to place.&lt;br /&gt;
&lt;br /&gt;
Use inline images to show Blender’s icons in the text, they make descriptions much clearer. Since icons are standard (given a certain Blender's release) please use [[:Category:UI/Type/Icon|this set of icons]]&lt;br /&gt;
&lt;br /&gt;
== Alignment ==&lt;br /&gt;
&lt;br /&gt;
You can add a positional argument (&amp;quot;left&amp;quot;,&amp;quot;center&amp;quot;,&amp;quot;right&amp;quot;) to position the image in the text. For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Volumerendering-volume eq.png|left]]&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Volumerendering-volume eq.png|left]]&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Volumerendering-volume eq.png|center]]&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Volumerendering-volume eq.png|center]]&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Volumerendering-volume eq.png|right]]&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Volumerendering-volume eq.png|right]]&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Dimensioning ==&lt;br /&gt;
&lt;br /&gt;
What if the image width is greater than 640px? [[:File:3BSOD-Materials-Textures-hairy-cube1.jpg|This image]] is 819px wide: you have 2 ways to insert it.&lt;br /&gt;
&lt;br /&gt;
=== Good dimensioning ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[File:3BSOD-Materials-Textures-hairy-cube1.jpg|300px]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:3BSOD-Materials-Textures-hairy-cube1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
=== Bad dimensioning ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[File:3BSOD-Materials-Textures-hairy-cube1.jpg]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:3BSOD-Materials-Textures-hairy-cube1.jpg]]&lt;br /&gt;
&lt;br /&gt;
= Floating images (thumbs and frames) =&lt;br /&gt;
&lt;br /&gt;
You have to put this code right before the first line you want the image to appear next to:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[&amp;lt;image name&amp;gt;|thumb|&amp;lt;position&amp;gt;|&amp;lt;width&amp;gt;px|&amp;lt;description&amp;gt;]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[&amp;lt;image name&amp;gt;|frame|&amp;lt;position&amp;gt;|&amp;lt;width&amp;gt;px|&amp;lt;description&amp;gt;]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; '''Alignment'''&lt;br /&gt;
:* &amp;lt;code&amp;gt;&amp;lt;position&amp;gt;&amp;lt;/code&amp;gt; can be &amp;quot;left&amp;quot;, &amp;quot;center&amp;quot;, or&amp;quot;right&amp;quot;.&lt;br /&gt;
; '''Dimensions'''&lt;br /&gt;
:* Thumbs can't be upscaled&lt;br /&gt;
:* Frames images can't be dimensioned at all, so be careful to use only images smaller then 640px in width.&lt;br /&gt;
; '''Referencing floating images in the text'''&lt;br /&gt;
:* Floating images have to bear a caption and be referenced in the text&lt;br /&gt;
:* When referring to a floating image in the text, don't use wording like “the next picture” or “the following figure”&lt;br /&gt;
:* If you have an image that you don’t know how to reference, very probably the image is unnecessary or your text is unclear&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
As you see below, we refer to the images by putting their caption inside the [[Template:Format/Literal|Literal template]].&lt;br /&gt;
&lt;br /&gt;
=== Thumbs ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[File:Frog-5.png|thumb|left|300px|Frog Rig (closed mouth)]]&lt;br /&gt;
Look at {{Literal|Frog Rig (closed mouth)}}: lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Frog-5.png|thumb|left|300px|Frog Rig (closed mouth)]]&lt;br /&gt;
Look at {{Literal|Frog Rig (closed mouth)}}: lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[File:Frog-5.png|center|thumb|300px|Frog Rig (closed mouth)]]&lt;br /&gt;
Look at {{Literal|Frog Rig (closed mouth)}}: lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Frog-5.png|center|thumb|300px|Frog Rig (closed mouth)]]&lt;br /&gt;
Look at {{Literal|Frog Rig (closed mouth)}}: lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[File:Frog-6.png|right|thumb|300px|Frog Rig (open mouth)]]&lt;br /&gt;
Look at {{Literal|Frog Rig (open mouth)}}: lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Frog-6.png|right|thumb|300px|Frog Rig (open mouth)]]&lt;br /&gt;
Look at {{Literal|Frog Rig (open mouth)}}: lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Frames ===&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Subsurface Scattering Girl Image.jpg|left|frame|Subsurface Scattering Girl]]&lt;br /&gt;
Referring to {{Literal|Subsurface Scattering Girl}}, we can say that etc etc lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Subsurface Scattering Girl Image.jpg|left|frame|Subsurface Scattering Girl]]&lt;br /&gt;
Referring to {{Literal|Subsurface Scattering Girl}}, we can say that etc etc lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Subsurface Scattering Girl Image.jpg|center|frame|Subsurface Scattering Girl]]&lt;br /&gt;
Referring to {{Literal|Subsurface Scattering Girl}}, we can say that etc etc lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Subsurface Scattering Girl Image.jpg|center|frame|Subsurface Scattering Girl]]&lt;br /&gt;
Referring to {{Literal|Subsurface Scattering Girl}}, we can say that etc etc lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Subsurface Scattering Girl Image.jpg|right|frame|Subsurface Scattering Girl]]&lt;br /&gt;
Referring to {{Literal|Subsurface Scattering Girl}}, we can say that etc etc lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
[[File:Subsurface Scattering Girl Image.jpg|right|frame|Subsurface Scattering Girl]]&lt;br /&gt;
Referring to {{Literal|Subsurface Scattering Girl}}, we can say that etc etc lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit neque, vulputate in molestie lacinia, rhoncus nec urna.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
= Tables of images =&lt;br /&gt;
&lt;br /&gt;
When you have a set of images that have some relation to each other, you can put them in a simple table:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{|align=center&lt;br /&gt;
| [[Image:Manual-volumerendering-reflection-sc0.5.png|thumb|150px| Reflection: Green, Scattering: 0.5]]&lt;br /&gt;
| [[Image:Manual-volumerendering-reflection-sc1.0.png|thumb|150px| Reflection: Green, Scattering: 1.0]]&lt;br /&gt;
| [[Image:Manual-volumerendering-reflection-sc2.0.png|thumb|150px| Reflection: Green, Scattering: 2.0]]&lt;br /&gt;
| [[Image:Manual-volumerendering-reflection-sc5.0.png|thumb|150px| Reflection: Green, Scattering: 5.0]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Manual-volumerendering-refl_g-tr_y-sc0.5.png|thumb|150px| Reflection: Green, Transmission: Yellow, Scattering: 0.5]]&lt;br /&gt;
| [[Image:Manual-volumerendering-refl_g-tr_y-sc1.0.png|thumb|150px| Reflection: Green, Transmission: Yellow, Scattering: 1.0]]&lt;br /&gt;
| [[Image:Manual-volumerendering-refl_g-tr_y-sc2.0.png|thumb|150px| Reflection: Green, Transmission: Yellow, Scattering: 2.0]]&lt;br /&gt;
| [[Image:Manual-volumerendering-refl_g-tr_y-sc5.0.png|thumb|150px| Reflection: Green, Transmission: Yellow, Scattering: 5.0]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
returns&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
| [[File:Manual-volumerendering-reflection-sc0.5.png|thumb|150px| Reflection: Green, Scattering: 0.5]]&lt;br /&gt;
| [[File:Manual-volumerendering-reflection-sc1.0.png|thumb| 150px| Reflection: Green, Scattering: 1.0]]&lt;br /&gt;
| [[File:Manual-volumerendering-reflection-sc2.0.png|thumb| 150px| Reflection: Green, Scattering: 2.0]]&lt;br /&gt;
| [[File:Manual-volumerendering-reflection-sc5.0.png|thumb| 150px| Reflection: Green, Scattering: 5.0]]&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Manual-volumerendering-refl_g-tr_y-sc0.5.png|thumb|150px| Reflection: Green, Transmission: Yellow, Scattering: 0.5]]&lt;br /&gt;
| [[File:Manual-volumerendering-refl_g-tr_y-sc1.0.png|thumb| 150px| Reflection: Green, Transmission: Yellow, Scattering: 1.0]]&lt;br /&gt;
| [[File:Manual-volumerendering-refl_g-tr_y-sc2.0.png|thumb| 150px| Reflection: Green, Transmission: Yellow, Scattering: 2.0]]&lt;br /&gt;
| [[File:Manual-volumerendering-refl_g-tr_y-sc5.0.png|thumb| 150px| Reflection: Green, Transmission: Yellow, Scattering: 5.0]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
Please refer to the [http://www.mediawiki.org/wiki/Help:Images official Mediawiki doc about images]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>