<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX GraphicsのトピックRe: libg2d G2D API library source code and i.MX8MM MINI 8 bit greyscale monochrome to RGBA8888</title>
    <link>https://community.nxp.com/t5/i-MX-Graphics/libg2d-G2D-API-library-source-code-and-i-MX8MM-MINI-8-bit/m-p/1917697#M601</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206304"&gt;@Dandroid4NXP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;G2D library is not opensource and it's impossible to get a copy of source code. The supported functions has published in&lt;SPAN&gt;&amp;nbsp;i.MX Graphics User's Guide.You can refer this latest version:&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_GRAPHICS_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_GRAPHICS_USERS_GUIDE.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1721961034048.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290452i70B95B83E10D047F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1721961034048.png" alt="Zhiming_Liu_0-1721961034048.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_1-1721961058976.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290453iF1D7B5CB87591565/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_1-1721961058976.png" alt="Zhiming_Liu_1-1721961058976.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Zhiming&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 02:34:33 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2024-07-26T02:34:33Z</dc:date>
    <item>
      <title>libg2d G2D API library source code and i.MX8MM MINI 8 bit greyscale monochrome to RGBA8888</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/libg2d-G2D-API-library-source-code-and-i-MX8MM-MINI-8-bit/m-p/1916554#M600</link>
      <description>&lt;P&gt;I am using the i.MX8MM MINI quad processor.&lt;/P&gt;&lt;P&gt;The i.MX Graphics User's Guide, Rev 6, 06/2020 for&amp;nbsp; Android Q 10.0.0_2.3.0 linux 5.4.24 section 2.4 provide instructions for building the G2D code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="i.MX_Graphics_Users_Guide__section2.4.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290176i0190560880E8842E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="i.MX_Graphics_Users_Guide__section2.4.PNG" alt="i.MX_Graphics_Users_Guide__section2.4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;As of now, I only have the libg2d.so binary file, but not the source code.&lt;/P&gt;&lt;P&gt;I am wanting to update the library to support colorspace conversion (CSC) from greyscale Y8 / raw8 bit format (true monochrome AND not BAYER) to RGBA8888.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am specifically wanting to get an updated version of the library to have the following features:&lt;/P&gt;&lt;P&gt;Can you please answer these questions:&lt;/P&gt;&lt;P&gt;1. Can you please provide the download link to the publicly available repository for the libg2d?&lt;/P&gt;&lt;P&gt;2. If public repository for libg2d does not exist, can an existing NDA that my company has with NXP, be used to obtain a copy of the library via email or other means?&lt;/P&gt;&lt;P&gt;3. Can you please let me know if the latest libg2d supports the G2D pixel format A8 , documented as supported by the hardware in Table 14-3 on page 4326 of the i.MX 8M Mini Applications Processor Reference Manual, Rev. 3, 11/2020 ?&lt;/P&gt;&lt;P&gt;If not, then I'd like to add this support to the library.&lt;/P&gt;&lt;P&gt;4. Is 2D GPU A8 format support implemented&amp;nbsp;in any other linux drivers, board support package, sample code, etc?&lt;/P&gt;&lt;P&gt;5. Can you please let me know if the latest libg2d supports the G2D pixel format "8-bit color index" also shown in the same table of the reference manual?&lt;/P&gt;&lt;P&gt;If not, then I'd like to add this support to the library.&lt;/P&gt;&lt;P&gt;6. Is 2D GPU "8-bit color index" implemented&amp;nbsp;in any other linux drivers, board support package, sample code, etc?&lt;/P&gt;&lt;P&gt;7. Please provide any recommendations for doing the video streaming with GPU 2D&amp;nbsp; colorspace conversion (CSC) from greyscale Y8 / raw8 bit format (true monochrome AND not BAYER) to RGBA8888 ?&amp;nbsp; (If possible, using Android Q 10.0.0_2.3.0 linux 5.4.24 mx6s_capture.c , imageProcess.cpp , and libg2d implementation).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 19:50:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/libg2d-G2D-API-library-source-code-and-i-MX8MM-MINI-8-bit/m-p/1916554#M600</guid>
      <dc:creator>Dandroid4NXP</dc:creator>
      <dc:date>2024-07-24T19:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: libg2d G2D API library source code and i.MX8MM MINI 8 bit greyscale monochrome to RGBA8888</title>
      <link>https://community.nxp.com/t5/i-MX-Graphics/libg2d-G2D-API-library-source-code-and-i-MX8MM-MINI-8-bit/m-p/1917697#M601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206304"&gt;@Dandroid4NXP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;G2D library is not opensource and it's impossible to get a copy of source code. The supported functions has published in&lt;SPAN&gt;&amp;nbsp;i.MX Graphics User's Guide.You can refer this latest version:&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_GRAPHICS_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_GRAPHICS_USERS_GUIDE.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1721961034048.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290452i70B95B83E10D047F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1721961034048.png" alt="Zhiming_Liu_0-1721961034048.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_1-1721961058976.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290453iF1D7B5CB87591565/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_1-1721961058976.png" alt="Zhiming_Liu_1-1721961058976.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Zhiming&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 02:34:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Graphics/libg2d-G2D-API-library-source-code-and-i-MX8MM-MINI-8-bit/m-p/1917697#M601</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-07-26T02:34:33Z</dc:date>
    </item>
  </channel>
</rss>

