{"id":16257797,"url":"https://github.com/decipher/textimage","last_synced_at":"2025-08-24T14:20:12.596Z","repository":{"id":139478060,"uuid":"1659931","full_name":"Decipher/Textimage","owner":"Decipher","description":"Drupal 7 Version of the Textimage module","archived":false,"fork":false,"pushed_at":"2023-12-15T11:40:13.000Z","size":82,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T13:50:44.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Decipher.png","metadata":{"files":{"readme":"README.txt","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2011-04-25T13:29:36.000Z","updated_at":"2016-09-23T03:30:47.000Z","dependencies_parsed_at":"2024-10-10T16:00:26.384Z","dependency_job_id":null,"html_url":"https://github.com/Decipher/Textimage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Decipher/Textimage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2FTextimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2FTextimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2FTextimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2FTextimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decipher","download_url":"https://codeload.github.com/Decipher/Textimage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decipher%2FTextimage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262545,"owners_count":23736411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T16:00:21.819Z","updated_at":"2025-07-14T08:07:49.968Z","avatar_url":"https://github.com/Decipher.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"// $Id: README.txt,v 1.5 2009/05/14 03:53:24 deciphered Exp $\n\nTextimage adds text to image functionality using GD2 and Freetype, enabling\nusers to create crisp images on the fly for use as theme objects, headings or\nlimitless other possibilities.\n\nTextimage was written by Fabiano Sant'Ana (wundo).\n- http://wundo.net\n\nMaintained by Stuart Clark (Deciphered).\n- http://stuar.tc/lark\n\n\nFeatures\n------------\n\n* Support for TrueType fonts and OpenType fonts.\n* Rotate your text at any angle.\n* Configurable opacity in text color.\n* Backgrounds:\n  * Define a color or simply have a transparent background.\n  * Use a pre-made image to integrate directly with your theme.\n  * Use another Textimage preset to achieve a multi-layered image (see image above).\n* CCK and Views formatter integration.\n* Support for non-alphanumeric characters.\n\n\nUsage\n------------\n\n1. via theme_textimage_image():\n\n   Use the theme_textimage_image() function at the theme/module level with the\n   following format:\n\n   theme('textimage_image', array(\n    'preset' =\u003e 'Preset', \n    'text'   =\u003e 'Text', \n    'additional_text' =\u003e array('Additional', 'Text'), \n    'format'    =\u003e 'png', \n    'file_path' =\u003e 'public://myimages/sub_folder/image-filename' // Don't include the file extension.\n   ));\n\n2. via CCK/Views formatter:\n\n   Select a Textimage preset in a text field display options.\n\n\n3. via URL:\n\n   Create an image with the URL in following format:\n   /[files directory]/textimages/[Preset](/Additional/Text)/[Text].[extension]\n\n   Note: This method can only be used by users with the 'create textimages'\n   permission. This is to prevent Anonymous users from creating random images.\n\n   If you need dynamically created Textimages, it is strongly advised you use\n   one of the methods detailed above.\n\n\nRequirements\n------------\n\n* GD2\n* FreeType\n\n\nUpdating\n------------\n\n* Always run update.php on your Drupal site after updating Textimage.\n* Note: Due to certain changes in the Textimage module, some of your presets may\n  require alterations after updating.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Ftextimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecipher%2Ftextimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecipher%2Ftextimage/lists"}