This site uses cookies to deliver our services. By using our site, you acknowledge that you have read and understand our Cookie and Privacy Policy. Your use of IDimager Products and Services is subject to these policies.
Photo Supreme | Resource Repository
Find what makes Photo Supreme your DAM application
Once you're familiar with elementary Object Pascal programming you can start using the Application specific
classes. These cases are listed in the API document below.
Quick scripts - A script without an embedded user interface; these have the extension .psc. They contain just ASCII text and if an interface is available, it was added programmatically. These scripts are commonly created with the Script Studio (Tools->Scripter) feature or in a plain programmer's file editor.
Normal scripts - These are script that are designed in the Script Studio and are commonly dedicated to run from the Scripter Studio, and not as some sort of stand-alone script.
Search Scripts - These are scripts created in the Script Studio, but each must have specific implementations for the search handling. You can import any existing search script to the Script Studio to see how they work
Filter Scripts - Just like search scripts, but now with specific implementations for the filter handling. You can import any existing filter script to the Script Studio to see how they work
Sort Scripts - Just like search and filter scripts, but now with specific implementations for the sort handling. You can import any existing sort script to the Script Studio to see how they work
Inline Scripts - These are (small) pieces of script code that can be used almost anywhere; for example in rename rules, in custom thumb info, in custom toolbar text, in image caption titles, in the web-template designer, etc etc. An inline script always starts with %code and ends with %/code.
Download Scripts - These are scripts that are dedicated to be used in the Downloader. In the Downloader you can use pre and post scripts. Both can be designed inside the Downloader by clicking the appropriate design button.