<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Choosing a Different Transparency Alpha Channel for an Image</title>
	<atom:link href="http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Wed, 23 May 2012 12:43:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jongware</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477032</link>
		<dc:creator>Jongware</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477032</guid>
		<description>The scripting Object Model allows access to the other channels. It seems the Show PDF options javascript uses this, but only for PDFs!

It should be possible to write a small(ish) javascript that allows you to select any of the channels for a selected image.

This simple command

alert (app.selection[0].images[0].clippingPath.alphaChannelPathNames.join(&#039;\r&#039;));

shows the channels in a selected image -- if I only could find a way to &lt;em&gt;change&lt;/em&gt; it here ... (Just setting another name doesn&#039;t work.)</description>
		<content:encoded><![CDATA[<p>The scripting Object Model allows access to the other channels. It seems the Show PDF options javascript uses this, but only for PDFs!</p>
<p>It should be possible to write a small(ish) javascript that allows you to select any of the channels for a selected image.</p>
<p>This simple command</p>
<p>alert (app.selection[0].images[0].clippingPath.alphaChannelPathNames.join(&#8216;\r&#8217;));</p>
<p>shows the channels in a selected image &#8212; if I only could find a way to <em>change</em> it here &#8230; (Just setting another name doesn&#8217;t work.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477024</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Sun, 09 Aug 2009 20:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477024</guid>
		<description>No, it is just something that we experienced at work with images that had one or more alpha channels. I don&#039;t know if it always happened and I think it was noticeable mostly in the print-out. I believe Quark reacted in a similar fashion. The fix was just to delete the extra channels. As I recall it happened with tiffs and psd files.</description>
		<content:encoded><![CDATA[<p>No, it is just something that we experienced at work with images that had one or more alpha channels. I don&#8217;t know if it always happened and I think it was noticeable mostly in the print-out. I believe Quark reacted in a similar fashion. The fix was just to delete the extra channels. As I recall it happened with tiffs and psd files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477018</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Sun, 09 Aug 2009 18:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477018</guid>
		<description>@Jerome: I have never experienced that. Can you point us to any tech note or confirmed bug on that?</description>
		<content:encoded><![CDATA[<p>@Jerome: I have never experienced that. Can you point us to any tech note or confirmed bug on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477017</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Sun, 09 Aug 2009 15:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477017</guid>
		<description>As I recall Alpha channels can cause problems with placed graphics. I have seen it where ID combines all the alpha channels on import as a mask, which can cause some confusion when someone else if placing the images. It could be that explicitly naming the alpha channel fixes this, I never used them in final files instead going with PSD files with layer transparency.</description>
		<content:encoded><![CDATA[<p>As I recall Alpha channels can cause problems with placed graphics. I have seen it where ID combines all the alpha channels on import as a mask, which can cause some confusion when someone else if placing the images. It could be that explicitly naming the alpha channel fixes this, I never used them in final files instead going with PSD files with layer transparency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liviu</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477016</link>
		<dc:creator>liviu</dc:creator>
		<pubDate>Sun, 09 Aug 2009 13:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477016</guid>
		<description>It would have been useful a button to choose the options you have when you place an image. It is a mess if I want to drag and drop an image because indesign doesn&#039;t ask me anything about alpha channels... I dont really like the relink thing... It seems to be the only option for now...</description>
		<content:encoded><![CDATA[<p>It would have been useful a button to choose the options you have when you place an image. It is a mess if I want to drag and drop an image because indesign doesn&#8217;t ask me anything about alpha channels&#8230; I dont really like the relink thing&#8230; It seems to be the only option for now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477009</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Sat, 08 Aug 2009 03:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477009</guid>
		<description>@Branislav: Yes, the relink thing is useful for a number of things. For PDF, however, you can use &lt;a href=&quot;http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1046580&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;this free script&lt;/a&gt; which lets you re-open import options. Nifty.

@Sean: There&#039;s nothing wrong with just using a normal transparent background. That works great... unless you have several different channels from which you want to choose. Having multiple channels is like keeping your options open!</description>
		<content:encoded><![CDATA[<p>@Branislav: Yes, the relink thing is useful for a number of things. For PDF, however, you can use <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&#038;extid=1046580" target="_blank" rel="nofollow">this free script</a> which lets you re-open import options. Nifty.</p>
<p>@Sean: There&#8217;s nothing wrong with just using a normal transparent background. That works great&#8230; unless you have several different channels from which you want to choose. Having multiple channels is like keeping your options open!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Hosley</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477006</link>
		<dc:creator>Sean Hosley</dc:creator>
		<pubDate>Fri, 07 Aug 2009 22:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477006</guid>
		<description>Is there an issue with just using a PSD or TIF image with a transparent background (as opposed to an alpha)?

The only time I really ever use alpha channels is when I&#039;m making graphics for video.

Should I rethink the way I&#039;m doing things?</description>
		<content:encoded><![CDATA[<p>Is there an issue with just using a PSD or TIF image with a transparent background (as opposed to an alpha)?</p>
<p>The only time I really ever use alpha channels is when I&#8217;m making graphics for video.</p>
<p>Should I rethink the way I&#8217;m doing things?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branislav Milic</title>
		<link>http://indesignsecrets.com/choosing-a-different-transparency-alpha-channel-for-an-image.php/comment-page-1#comment-477005</link>
		<dc:creator>Branislav Milic</dc:creator>
		<pubDate>Fri, 07 Aug 2009 21:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=3251#comment-477005</guid>
		<description>It&#039;s true that going to Object &gt; Clipping Path &gt; Options does not help has it does not provide the smooth effect.

BTW, the issue that you raise here is the same for imported PDFs...</description>
		<content:encoded><![CDATA[<p>It&#8217;s true that going to Object &gt; Clipping Path &gt; Options does not help has it does not provide the smooth effect.</p>
<p>BTW, the issue that you raise here is the same for imported PDFs&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: indesignsecrets.com @ 2012-05-23 15:36:20 -->
