{"id":23188261,"url":"https://github.com/afichet/gthumb-openexr-extension","last_synced_at":"2025-04-05T05:43:47.369Z","repository":{"id":52227322,"uuid":"104341889","full_name":"afichet/gthumb-openexr-extension","owner":"afichet","description":"Extension for gThumb to support OpenEXR","archived":false,"fork":false,"pushed_at":"2021-10-27T16:44:52.000Z","size":221,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-10T13:38:08.228Z","etag":null,"topics":["extension","gthumb","image-viewer","openexr","plugin","support-openexr"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"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/afichet.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2017-09-21T11:52:42.000Z","updated_at":"2025-02-06T23:45:33.000Z","dependencies_parsed_at":"2022-09-11T10:01:20.897Z","dependency_job_id":null,"html_url":"https://github.com/afichet/gthumb-openexr-extension","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afichet%2Fgthumb-openexr-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afichet%2Fgthumb-openexr-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afichet%2Fgthumb-openexr-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afichet%2Fgthumb-openexr-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afichet","download_url":"https://codeload.github.com/afichet/gthumb-openexr-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294462,"owners_count":20915338,"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":["extension","gthumb","image-viewer","openexr","plugin","support-openexr"],"created_at":"2024-12-18T11:13:33.948Z","updated_at":"2025-04-05T05:43:47.351Z","avatar_url":"https://github.com/afichet.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenEXR Support for gThumb\n==========================\n\nThis implements a basic support for OpenEXR on gThumb, the GNOME image viewer.\n\n\nPackage\n=======\n\n\nArch Linux\n----------\n\nAn AUR is available here: https://aur.archlinux.org/packages/gthumb-openexr-extension/\n\nIf using yay, you can install it with (after sync):\n```\nyay -Sy\nyay -S gthumb-openexr-extension\n```\n\nFinally, see the 'Usage' section for activating and using the extension.\n\n\nUbuntu 16.04 LTS \u0026 20.04 LTS\n----------------------------\n\nA ppa is available here:\nhttps://launchpad.net/~alban-f/+archive/ubuntu/gthumb-openexr-extension\n\nYou need to add it to your repositories:\n```\nsudo add-apt-repository ppa:alban-f/gthumb-openexr-extension\nsudo apt-get update\n```\n\nThen, install the extension:\n```\nsudo apt install gthumb-openexr-extension\n```\n\nFinally, see the 'Usage' section for activating and using the extension.\n\n\nUsage\n=====\n\nTo use the extension, you need to activate it in gThumb.  Go to the\ntop left menu, then to *Preferences*.\n\n![1](https://user-images.githubusercontent.com/7930348/30781607-973502e8-a122-11e7-86e1-cd080a8b6b32.png)\n\nOpen the *Extensions* tab.\n\n![2](https://user-images.githubusercontent.com/7930348/30781609-998478da-a122-11e7-89e5-099934c04f16.png)\n\nThen activate *OpenEXR format support*.\n\n![3](https://user-images.githubusercontent.com/7930348/30781612-9ae9e9c6-a122-11e7-9c06-e8da3a114571.png)\n\nAfter restarting gThumb, you should be able to display OpenEXR images.\n\nManual installation\n===================\n\nDependencies\n------------\n\n### Ubuntu 16.04 LTS\n\nYou need to install these dependencies to compile and install the extension:\n* gthumb\n* gthumb-dev\n* gnome-common\n* libglib2.0-dev\n* build-essential\n* libgtk-3-dev\n* libgconf2-dev\n* libopenexr-dev\n* cmake\n\n```\nsudo apt install \\\n     gthumb \\\n     gthumb-dev \\\n     gnome-common \\\n     libglib2.0-dev \\\n     build-essential \\\n     libgtk-3-dev \\\n     libgconf2-dev \\\n     libopenexr-dev \\\n     cmake\n```\n\n### Compilation\n\nIn order to compile and install the extension, do:\n\n```\nmkdir build\ncd build\ncmake .. -DCMAKE_INSTALL_PREFIX=/usr\nmake\nsudo make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafichet%2Fgthumb-openexr-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafichet%2Fgthumb-openexr-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafichet%2Fgthumb-openexr-extension/lists"}