|
You want to present 3D-models of ICC-profiles on your webpage or company portal. With the ICCView API this is done very easy. The basic version can be used for free on your webpage.
The profile selection menu is available in horizontal or vertical form. The free-to-use ICCView API contains the listed profiles: "sRGB", "AdobeRGB", "ECI-RGB", "ISOcoated v2", "SWOP2006".
If you are interested in a customized version for your company portal with own profiles and upload-area, custom CSS-layout and without ICCView logo just contact me .
|
To use API1 copy&paste this code into your HTML-code:
<iframe width="180" height="230"
scrolling="no"
frameborder="1"
align="center"
marginwidth="0" marginheight="0"name="api1" src="http://api.iccview.de/cgi-bin/menu_vert.cgi">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen.</p>
</iframe>
|
To use API2 copy&paste this code into your HTML-code:
<iframe width="400" height="410"
scrolling="no"
frameborder="1"
align="center"
marginwidth="0" marginheight="0"name="api2" src="http://api.iccview.de/cgi-bin/menu_horiz.cgi">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen.</p>
</iframe>
|