Home Applications Ikon
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.5
2 reviews
0
Awards
120
Views
28
IPM installs
0
1
Details
Releases  (1)
Reviews  (2)
Issues
Pull requests  (2)
Articles  (1)
Identicon generator for Intersystems Caché. Good to use in Mojo applications.

What's new in this version

Initial Release

:white_square_button: Ikon :black_square_button:

Identicon generator for Intersystems Caché. Good to use in Mojo applications.

Parameters

  1. Name that’s will be converted;
  2. Directory where the file will be generated;
  3. Size of the image in pixels (Default = 250);
  4. Amount of background red (Default = 255);
  5. Amount of background green (Default = 255);
  6. Amount of background blue (Default = 255).

Example

Do ##class(Ikon.Identicon).%New("test","C:\Identicons\",250,255,255,155)

Result of example above:

Result

Documentation and Discussion

See the Article on InterSystems Developer Community

Made with
Install
zpm install Ikon download archive
Version
1.0.024 Apr, 2020
Category
Developer Environment
Works with
Caché
First published
24 Apr, 2020
Last checked by moderator
07 May, 2024Doesn't work