<?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>topic Re: Load Picture in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39642#M7226</link>
    <description>thanks&lt;BR /&gt;
arete</description>
    <pubDate>Wed, 26 Jul 2006 10:08:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-07-26T10:08:25Z</dc:date>
    <item>
      <title>Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39636#M7220</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I have nedd to load an picture in achicad project throw add-on.&lt;BR /&gt;I have look the Element_manager example, but not find the mode for retriving the pixel image size...&lt;BR /&gt;&lt;BR /&gt;Idea?&lt;BR /&gt;&lt;BR /&gt;bye arete&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:51:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39636#M7220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T08:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39637#M7221</link>
      <description>Select Picture and open "Figure tool"</description>
      <pubDate>Mon, 24 Jul 2006 13:07:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39637#M7221</guid>
      <dc:creator>Stress Co_</dc:creator>
      <dc:date>2006-07-24T13:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39638#M7222</link>
      <description>I think arete meant through the API programming system for creating add-ons.&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure... maybe Oleg or Ralph would know?</description>
      <pubDate>Mon, 24 Jul 2006 13:41:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39638#M7222</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-07-24T13:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39639#M7223</link>
      <description>&lt;BLOCKQUOTE&gt;arete wrote:&lt;BR /&gt;I have nedd to load an picture in achicad project throw add-on.&lt;BR /&gt;
I have look the Element_manager example, but not  find the mode for retriving the pixel image size...&lt;/BLOCKQUOTE&gt;
I need more information - what is the source of the image you are trying to load?&lt;BR /&gt;
- From a picture placed in a drawing?&lt;BR /&gt;
- From a picture in a GDL object?&lt;BR /&gt;
- From a picture in a loaded library?&lt;BR /&gt;
- From an arbitrary external file?&lt;BR /&gt;
&lt;BR /&gt;
Ralph.</description>
      <pubDate>Mon, 24 Jul 2006 22:22:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39639#M7223</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2006-07-24T22:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39640#M7224</link>
      <description>I have need load image from external file &lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
arete</description>
      <pubDate>Tue, 25 Jul 2006 08:02:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39640#M7224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-07-25T08:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39641#M7225</link>
      <description>&lt;BLOCKQUOTE&gt;arete wrote:&lt;BR /&gt;I have need load image from external file&lt;/BLOCKQUOTE&gt;

OK - the ArchiCAD API isn't going to help you with that. I suggest taking a look at the QuickTime API from Apple &lt;A href="http://developer.apple.com/documentation/QuickTime/" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://developer.apple.com/documentation/QuickTime/" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;http://developer.apple.com/documentation/QuickTime/&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;http://developer.apple.com/documentation/QuickTime/&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
This API is crossplatform (Mac &amp;amp; Win) and deals with a wide variety of image formats. ArchiCAD itself uses the QuickTime API (it is installed with ArchiCAD). You can readily obtain info like size and resolution for a specified image file. Look at the documentation for 'Import and Export' &lt;A href="http://developer.apple.com/documentation/QuickTime/RM/ImportExport/DataExchange/index.html" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://developer.apple.com/documentation/QuickTime/RM/ImportExport/DataExchange/index.html" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://developer.apple.com/documentatio ... index.html&amp;quot;&amp;gt;http://developer.apple.com/documentation/QuickTime/RM/ImportExport/DataExchange/index.html&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://developer.apple.com/documentatio ... index.html"&gt;http://developer.apple.com/documentation/QuickTime/RM/ImportExport/DataExchange/index.html&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Ralph.</description>
      <pubDate>Tue, 25 Jul 2006 08:41:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39641#M7225</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2006-07-25T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load Picture</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39642#M7226</link>
      <description>thanks&lt;BR /&gt;
arete</description>
      <pubDate>Wed, 26 Jul 2006 10:08:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Load-Picture/m-p/39642#M7226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-07-26T10:08:25Z</dc:date>
    </item>
  </channel>
</rss>

