{"id":27379496,"url":"https://github.com/hornc/psxdev-gimp","last_synced_at":"2025-10-29T09:55:55.949Z","repository":{"id":285377567,"uuid":"957775752","full_name":"hornc/psxdev-gimp","owner":"hornc","description":"psxdev.de GIMP plugin, updated for GIMP 2.10","archived":false,"fork":false,"pushed_at":"2025-05-17T01:35:37.000Z","size":48,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T21:39:09.895Z","etag":null,"topics":["gimp-plugin","psx","psxdev"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hornc.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2025-03-31T05:33:25.000Z","updated_at":"2025-05-20T11:53:11.000Z","dependencies_parsed_at":"2025-03-31T12:21:58.575Z","dependency_job_id":"bf72dca1-4711-433d-bd2e-09fa4860955b","html_url":"https://github.com/hornc/psxdev-gimp","commit_stats":null,"previous_names":["hornc/psxdev-gimp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hornc/psxdev-gimp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hornc%2Fpsxdev-gimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hornc%2Fpsxdev-gimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hornc%2Fpsxdev-gimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hornc%2Fpsxdev-gimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hornc","download_url":"https://codeload.github.com/hornc/psxdev-gimp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hornc%2Fpsxdev-gimp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281600614,"owners_count":26528905,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gimp-plugin","psx","psxdev"],"created_at":"2025-04-13T13:50:21.039Z","updated_at":"2025-10-29T09:55:55.933Z","avatar_url":"https://github.com/hornc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psxdev-gimp TIM plugin\n\nThis project takes the now offline [psxdev.de (archived)](https://web.archive.org/web/20021010095358/http://www.psxdev.de/whatispsxdev.html)\nproject's GIMP [TIM image format](https://www.psxdev.net/forum/viewtopic.php?t=109)\n plugin source code and brings it up to date to run under [GIMP 2.10](https://www.gimp.org/release-notes/gimp-2.10.html).\n\nThe plugin does not yet run under the latest version of GIMP, [3.0](https://www.gimp.org/release-notes/gimp-3.0.html).\n\nIt splits the `psxdev-gimp-2.0.0` folder out from the fuller dev environment archived [on github](https://github.com/g4jc/psxdev).\n\n\n## Source\n* [tim.c](./tim.c): Extends GIMP to read and write images in TIM format. 24-bit mode is currently not supported.\n* [bs.c](./bs.c) / [rgba.c](./rgba.c): BS (MDEC Stream / JPEG like image format) GIMP plugin. Not yet working on 2.10.\n\n\n## Dependencies\n* libgtk2.0-dev\n* libgimp2.0-dev\n\n## Build the TIM plugin\nUbuntu/Linux:\n\n    gcc tim.c -o gimp-psx-tim  `pkg-config --cflags --libs gtk+-2.0 gimp-2.0`\n\n## Install the plugin\nFind your plugins folder via the GIMP \"Preferences\" dialog, under \"Folders \u003e Plug-ins\".\n\nCopy the output file, `gimp-psx-tim`, to that folder.\n\n## PSXDEV original notice\n-------------------------------------------------------------------------\n\n PSXDEV is a free, GPL'd development environment for the Sony PlayStation\n aka PSX. It consists of a collection of utitiles, a patched GNU egcs compiler,\n patched GNU binutils, a device driver (kernel module) and data converters.\n It requires a PC commslink package, an ActionReplay with the CAETLA PS/PAR\n replacement firmware and of course a PSX. It does not include the required\n development libraries, includes and documentation - see documentation why.\n\n It allows you to up- and download main memory, video memory and memory card\n contents. Besides that, it's a full remote-target cross-compiling development\n environment hosted under unix. A remote PSX application can use the unix host\n as a file server and standard input/output can also be redirected. The kernel\n device driver has a simple API and support libraries; this makes it very easy\n to write special video game development applications like graphic editors,\n which for example can directly communicate with the target system.\n\n PlayStation(TM) is a registered trademark of Sony Computer Entertainment Inc.\n PSXDEV is not a SCEI product and has no relations to SCEI, is not supported\n by SCEI and was not developed by SCEI.\n\n-------------------------------------------------------------------------\n\n Copyright (C) 1997, 1998, 1999, 2000 by these people, who contributed to this project\n\n* Daniel Balster \u003cdbalster@psxdev.de\u003e\n* Sergio Moreira \u003csergio@x-plorer.co.uk\u003e\n* Andrew Kieschnick \u003candrewk@cerc.utexas.edu\u003e\n* Kazuki Sakamoto \u003cbsd-ps@geocities.co.jp\u003e\n\n Latest changes 2023, 2025\n* Charles Horn [@hornc](https://github.com/hornc)\t\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhornc%2Fpsxdev-gimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhornc%2Fpsxdev-gimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhornc%2Fpsxdev-gimp/lists"}