{"id":36983850,"url":"https://github.com/christophlehmann/vips","last_synced_at":"2026-01-13T22:59:10.678Z","repository":{"id":56952550,"uuid":"229357599","full_name":"christophlehmann/vips","owner":"christophlehmann","description":"TYPO3 Extension for faster thumbnail generation with PHP Module vips (libvips)","archived":true,"fork":false,"pushed_at":"2024-05-23T07:31:55.000Z","size":25,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-27T14:48:45.617Z","etag":null,"topics":["image-processing","libvips","performance"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christophlehmann.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-21T00:51:10.000Z","updated_at":"2024-05-23T07:33:50.000Z","dependencies_parsed_at":"2022-08-21T08:20:25.580Z","dependency_job_id":null,"html_url":"https://github.com/christophlehmann/vips","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/christophlehmann/vips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophlehmann%2Fvips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophlehmann%2Fvips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophlehmann%2Fvips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophlehmann%2Fvips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christophlehmann","download_url":"https://codeload.github.com/christophlehmann/vips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophlehmann%2Fvips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["image-processing","libvips","performance"],"created_at":"2026-01-13T22:59:09.641Z","updated_at":"2026-01-13T22:59:10.671Z","avatar_url":"https://github.com/christophlehmann.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Extension: Vips\n\nFaster and less memory hungry thumbnail generation for TYPO3 with [libvips](https://libvips.github.io/libvips/)\n\nHere is a speed and memory comparison: https://github.com/libvips/libvips/wiki/Speed-and-memory-use\n\n## Prerequisites\n\nThe [PHP module vips](https://github.com/libvips/php-vips-ext) with version 8.8+ needs to be present on the server. The versions 8.5+ may work, but are not tested. \n\n@jcupitt provides some [Dockerfiles](https://github.com/jcupitt/docker-builds) which may help you to get a newer version.\n\nThe module can be installed with `pecl install vips`\n\n## Installation\n\n`composer require christophlehmann/vips`\n\n## Configuration\n\nBy default the file types `jpg,jpeg,png,webp,pdf` are handled. Other types are handled through TYPO3. This list can be\nconfigured in EM. If you have problems with certain file types just deactivate them.\n\n## Implemented functionality\n\n* [x] Crop images\n* [x] Scale images\n* [ ] Mask images (currently done with TYPO3's default image processor)\n* [ ] Handle upscaling\n* [x] Handle cropping by parameters like `height=100c`\n\n## Debugging\n\nAdd the logging configuration to `typo3conf/AdditionalConfiguration.php`\n\n```php\n\u003c?php\n$GLOBALS['TYPO3_CONF_VARS']['LOG']['Lemming']['Vips']['writerConfiguration'] = [\n    \\TYPO3\\CMS\\Core\\Log\\LogLevel::DEBUG =\u003e [\n        \\TYPO3\\CMS\\Core\\Log\\Writer\\FileWriter::class =\u003e [\n            'logFileInfix' =\u003e 'vips'\n        ]\n    ]\n];\n\n```\nThen create a thumbnail and check the log `typo3temp/var/log/typo3_vips_ea8bea6399.log`\n\n## Contribution\n\nContributions are very welcome! The extension is managed at [Github](https://github.com/christophlehmann/vips)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophlehmann%2Fvips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophlehmann%2Fvips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophlehmann%2Fvips/lists"}