<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Picture channel's content</title>
    <link>http://www.mapleprimes.com/questions/35584-Picture-Channels-Content</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:25:48 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:25:48 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Picture channel's content</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Picture channel's content</title>
      <link>http://www.mapleprimes.com/questions/35584-Picture-Channels-Content</link>
    </image>
    <item>
      <title>color content at i,j</title>
      <link>http://www.mapleprimes.com/questions/35584-Picture-Channels-Content?ref=Feed:MaplePrimes:Picture channel's content:Comments#answer44359</link>
      <itunes:summary>&lt;p&gt;Do you mean that you want the RGB values (say) for a given i,j pixel, so as to check whether it is zero-triple.&lt;/p&gt;
&lt;pre&gt;
C[i,j,1..3]; # 1D Array of all three color layers values at i,j

LinearAlgebra:-Norm(&amp;lt;C[i,j,1..3]&amp;gt;);&lt;/pre&gt;
&lt;p&gt;You could use C[i,j] instead of C[i,j,1..3]. But the key is to use something other than an equality test against a list or zero-Vector while using the equals-sign.&lt;/p&gt;
&lt;p&gt;Instead, you could test against a triple-zero-Array using ArrayTools:-IsEqual, or against a triple-zero-Vector using LinearAlgebra:-Equal, or against scalar zero after applying LinearAlgebra:-Norm. (These were all suggested recently in another thread.)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Do you mean that you want the RGB values (say) for a given i,j pixel, so as to check whether it is zero-triple.&lt;/p&gt;
&lt;pre&gt;
C[i,j,1..3]; # 1D Array of all three color layers values at i,j

LinearAlgebra:-Norm(&amp;lt;C[i,j,1..3]&amp;gt;);&lt;/pre&gt;
&lt;p&gt;You could use C[i,j] instead of C[i,j,1..3]. But the key is to use something other than an equality test against a list or zero-Vector while using the equals-sign.&lt;/p&gt;
&lt;p&gt;Instead, you could test against a triple-zero-Array using ArrayTools:-IsEqual, or against a triple-zero-Vector using LinearAlgebra:-Equal, or against scalar zero after applying LinearAlgebra:-Norm. (These were all suggested recently in another thread.)&lt;/p&gt;</description>
      <guid>44359</guid>
      <pubDate>Fri, 05 Mar 2010 22:36:01 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>The command</title>
      <link>http://www.mapleprimes.com/questions/35584-Picture-Channels-Content?ref=Feed:MaplePrimes:Picture channel's content:Comments#answer44361</link>
      <itunes:summary>&lt;p&gt;The command ArrayTools[IsZero] seems to work fine. Thank you for the suggestions&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The command ArrayTools[IsZero] seems to work fine. Thank you for the suggestions&lt;/p&gt;</description>
      <guid>44361</guid>
      <pubDate>Mon, 08 Mar 2010 21:29:39 Z</pubDate>
      <itunes:author>juan.navarro</itunes:author>
      <author>juan.navarro</author>
    </item>
    <item>
      <title>That is correct. I am</title>
      <link>http://www.mapleprimes.com/questions/35584-Picture-Channels-Content?ref=Feed:MaplePrimes:Picture channel's content:Comments#comment44360</link>
      <itunes:summary>&lt;p&gt;That is correct. I am looking for black pixels in an image, hence the if statement&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;That is correct. I am looking for black pixels in an image, hence the if statement&lt;/p&gt;</description>
      <guid>44360</guid>
      <pubDate>Fri, 05 Mar 2010 22:33:03 Z</pubDate>
      <itunes:author>juan.navarro</itunes:author>
      <author>juan.navarro</author>
    </item>
  </channel>
</rss>