{"id":49202311,"url":"https://github.com/yveszoundi/archi-humaneimage","last_synced_at":"2026-04-23T15:05:29.036Z","repository":{"id":75284548,"uuid":"419930465","full_name":"yveszoundi/archi-humaneimage","owner":"yveszoundi","description":"Archi \"humane image\" scripts","archived":false,"fork":false,"pushed_at":"2025-11-25T11:24:08.000Z","size":35567,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T17:22:03.231Z","etag":null,"topics":["archimate","archimatetool","java","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yveszoundi.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-22T01:38:10.000Z","updated_at":"2025-11-25T11:24:12.000Z","dependencies_parsed_at":"2024-06-15T18:29:04.578Z","dependency_job_id":"7e8842af-8d64-466c-8c3b-9e261df02851","html_url":"https://github.com/yveszoundi/archi-humaneimage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yveszoundi/archi-humaneimage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yveszoundi%2Farchi-humaneimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yveszoundi%2Farchi-humaneimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yveszoundi%2Farchi-humaneimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yveszoundi%2Farchi-humaneimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yveszoundi","download_url":"https://codeload.github.com/yveszoundi/archi-humaneimage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yveszoundi%2Farchi-humaneimage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32185356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T11:42:27.955Z","status":"ssl_error","status_checked_at":"2026-04-23T11:42:18.877Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archimate","archimatetool","java","javascript"],"created_at":"2026-04-23T15:05:28.359Z","updated_at":"2026-04-23T15:05:29.029Z","avatar_url":"https://github.com/yveszoundi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: README\n\n* What is this?\n\nThis is a set of [[https://www.archimatetool.com/][Archi]] scripts for generating =simple humane images= from [[https://en.wikipedia.org/wiki/ArchiMate][Archimate]] diagrams:\n- Design with the Archimate modelling language notation\n- Share diagrams containing just =lines and rectangles= (no special figures)\n\n[[./images/to_humane_image_scaled.png]]\n\n\n/*This is not meant to export Archimate free-drawing views (Canvas or Sketch diagrams).*/\n\n* Requirements\n\n- Archi 4.9.x or later\n- The latest version of [[https://www.archimatetool.com/plugins/#jArchi][jArchi]] compatible with Archi 4.9.x or later\n- The [[https://www.graalvm.org/][GraalVM]] JavaScript engine selected in =Archi= preferences (=Scripting \u003e JavaScript Engine=)\n  - This is not required for recent versions of =Archi=, as =GraalVM= is now the default JavaScript engine\n  - Please note that supporting =Java= code is loaded by =Archi= scripts\n\n* How to use it?\n\nPlease clone this repository under your jArchi scripts folder (=Preferences \u003eScriting \u003e Scripts folder:=): if you still don't understand the procedure, please visit the [[https://github.com/archimatetool/archi-scripting-plugin/wiki/jArchi-Quick-Start][jArchi wiki]] or [[https://forum.archimatetool.com/index.php?board=5.0][forum]].\n\nYou can then right-click on any diagram in Archi and explore available scripts (=Scripts \u003e humaneimage=).\n\n* How does it work?\n\n\n** PNG export\n\nThere's just a little bit of custom drawing happening with few hooks into Java, instead of \"pure JavaScript\".\n\n[[./images/humane_image_process.png]]\n\n** PowerPoint export\n\nThis generates PowerPoint shapes and the deck can be changed easily by non-technical users (accordingly to the audience and message to convey).\n\n[[./images/to_ppt.jpg]]\n\n** Scripts description\n\nThe main library is under =lib/humaneimage.lib.js= and the scripts under the =humageimage= folder are just interfaces to it.\n\n|---------------------------------------------------+------------------------------------------------|\n| Script                                            | Description                                    |\n|---------------------------------------------------+------------------------------------------------|\n| =ExportAllViewsToHumaneImages.ajs=                | Export all model diagrams to =humane images=   |\n| =ExportCurrentViewToHumaneImage_Cfg_Default.ajs=  | Export the current diagram to a =humane image= |\n| =ExportCurrentViewToHumaneImage_Cfg_Override.ajs= | Same as the above with options dialog          |\n| =ExportCurrentViewToPowerPoint.ajs=               | Export a view to PowerPoint (=pptx= format)    |\n| =ExportToHumaneImageModel.ajs=                    | Export a view model for custom processing      |\n|---------------------------------------------------+------------------------------------------------|\n\n* Contributing\n\nThe best way to contribute is via a pull request.\n\n* Notes\n\nI did not write the whole functionality from scratch:\n- [[https://github.com/yveszoundi/edraw2d][edraw2d.lib.jar]] is a utility class with a *subset* of [[https://github.com/eclipse/gef-legacy/tree/master/org.eclipse.draw2d][Eclipse draw2d classes]] (no [[https://www.eclipse.org/swt/][SWT]] dependencies)\n- [[https://github.com/yveszoundi/svg2png][svgtopng.lib.jar]] is a utility class with bundled [[https://xmlgraphics.apache.org/batik/][Apache Batik]] dependencies\n- =archi2ppt.lib.jar= is a utility class leveraging Apache POI to generate PowerPoint files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyveszoundi%2Farchi-humaneimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyveszoundi%2Farchi-humaneimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyveszoundi%2Farchi-humaneimage/lists"}