Load Picture
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-24
12:16 PM
- last edited on
‎2023-08-07
10:51 AM
by
Doreena Deng
‎2006-07-24
12:16 PM
I have nedd to load an picture in achicad project throw add-on.
I have look the Element_manager example, but not find the mode for retriving the pixel image size...
Idea?
bye arete
I have look the Element_manager example, but not find the mode for retriving the pixel image size...
Idea?
bye arete
Labels:
- Labels:
-
Add-On (C++)
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-24 03:07 PM
‎2006-07-24
03:07 PM
Select Picture and open "Figure tool"
Marc Corney, Architect
Red Canoe Architecture, P. A.
Mac OS 10.15.7 (Catalina) //// Mac OS 14.5 (Sonoma)
Processor: 3.6 GHz 8-Core Intel Core i9 //// Apple M2 Max
Memory: 48 GB 2667 MHz DDR4 //// 32 GB
Graphics: Radeon Pro 580X 8GB //// 12C CPU, 30C GPU
ArchiCAD 25 (5010 USA Full) //// ArchiCAD 27 (4030 USA Full)
Red Canoe Architecture, P. A.
Mac OS 10.15.7 (Catalina) //// Mac OS 14.5 (Sonoma)
Processor: 3.6 GHz 8-Core Intel Core i9 //// Apple M2 Max
Memory: 48 GB 2667 MHz DDR4 //// 32 GB
Graphics: Radeon Pro 580X 8GB //// 12C CPU, 30C GPU
ArchiCAD 25 (5010 USA Full) //// ArchiCAD 27 (4030 USA Full)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-24 03:41 PM
‎2006-07-24
03:41 PM
I think arete meant through the API programming system for creating add-ons.
I'm not sure... maybe Oleg or Ralph would know?
I'm not sure... maybe Oleg or Ralph would know?
Tom Waltz
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-25 12:22 AM
‎2006-07-25
12:22 AM
arete wrote:I need more information - what is the source of the image you are trying to load?
I have nedd to load an picture in achicad project throw add-on.
I have look the Element_manager example, but not find the mode for retriving the pixel image size...
- From a picture placed in a drawing?
- From a picture in a GDL object?
- From a picture in a loaded library?
- From an arbitrary external file?
Ralph.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-25 10:02 AM
‎2006-07-25
10:02 AM
I have need load image from external file
thanks
arete
thanks
arete
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-25 10:41 AM
‎2006-07-25
10:41 AM
arete wrote:OK - the ArchiCAD API isn't going to help you with that. I suggest taking a look at the QuickTime API from Apple
I have need load image from external file
This API is crossplatform (Mac & 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'
Ralph.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-07-26 12:08 PM
‎2006-07-26
12:08 PM
thanks
arete
arete