{"id":29150539,"url":"https://github.com/roborourke/wp-instagraph","last_synced_at":"2026-04-24T20:07:13.059Z","repository":{"id":2859993,"uuid":"3864789","full_name":"roborourke/wp-instagraph","owner":"roborourke","description":"Use imagemagick filters automatically in wordpress","archived":false,"fork":false,"pushed_at":"2012-03-30T11:37:39.000Z","size":93,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-31T06:51:31.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/roborourke.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":"2012-03-29T10:03:11.000Z","updated_at":"2025-09-11T22:48:19.000Z","dependencies_parsed_at":"2022-08-06T13:00:25.904Z","dependency_job_id":null,"html_url":"https://github.com/roborourke/wp-instagraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roborourke/wp-instagraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roborourke%2Fwp-instagraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roborourke%2Fwp-instagraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roborourke%2Fwp-instagraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roborourke%2Fwp-instagraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roborourke","download_url":"https://codeload.github.com/roborourke/wp-instagraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roborourke%2Fwp-instagraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":[],"created_at":"2025-06-30T23:10:51.363Z","updated_at":"2026-04-24T20:07:13.044Z","avatar_url":"https://github.com/roborourke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Instagraph\n\nThis is a prototype WordPress plugin for using imagemagick filters on your wordpress\nimages. The [original tutorial that accompanied the Instagraph class is on netttuts here](net.tutsplus.com/tutorials/php/create-instagram-filters-with-php/).\n\nThe Instagraph class was written by Dejan Marjanovic of http://webarto.com/ (Thanks Dejan!)\n\nThere is currently no UI but it is planned to be able to select a default filter.\n\n## Usage\n\nTo use the filters in your templates you have to call image sizes in the following way:\n\n```php\n\u003c?php\n\n    the_post_thumbnail( 'medium:kelvin' );\n\n?\u003e\n```\n\nIn the above the image size requested is 'medium' and the filter to use is 'kelvin'.\n\nThe supplied filters are 'lomo', 'nashville', 'kelvin', 'toaster', 'gotham', 'tilt_shift'.\n\n## API\n\nYou can register new filters in the following way:\n\n```php\n\u003c?php\n\nregister_instagraph_filter( 'custom_filter', 'custom_filter_callback' );\n\nfunction custom_filter_callback( $this ) {\n    $this-\u003etempfile();\n\n    $command = \"convert $this-\u003e_tmp -channel B -level 33% -channel G -level 20% $this-\u003e_tmp\";\n\n    $this-\u003eexecute($command);\n    $this-\u003evignette($this-\u003e_tmp);\n\n    $this-\u003eoutput();\n}\n\n?\u003e\n```\n\nThis was a quickly made hack so it will need work, and hopefully some contributions! Go play.\n\n## Questions\n\nIf you have any questions use the issue tracker here or get me on twitter [@sanchothefat](https://twitter.com/sanchothefat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froborourke%2Fwp-instagraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froborourke%2Fwp-instagraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froborourke%2Fwp-instagraph/lists"}