{"id":19549091,"url":"https://github.com/ps48/sip","last_synced_at":"2026-06-07T21:03:10.184Z","repository":{"id":33272671,"uuid":"36917248","full_name":"ps48/sip","owner":"ps48","description":"Small Image Processing Scripts in native C, using libjpeg ","archived":false,"fork":false,"pushed_at":"2018-03-31T05:47:56.000Z","size":5584,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T20:09:37.147Z","etag":null,"topics":["c","convolutions","image-processing","libjpeg"],"latest_commit_sha":null,"homepage":"","language":"C","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/ps48.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":"2015-06-05T06:55:44.000Z","updated_at":"2018-03-31T05:48:59.000Z","dependencies_parsed_at":"2022-09-10T14:51:39.305Z","dependency_job_id":null,"html_url":"https://github.com/ps48/sip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps48%2Fsip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps48%2Fsip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps48%2Fsip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps48%2Fsip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ps48","download_url":"https://codeload.github.com/ps48/sip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240806682,"owners_count":19860759,"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":["c","convolutions","image-processing","libjpeg"],"created_at":"2024-11-11T03:57:54.260Z","updated_at":"2025-02-26T06:30:09.399Z","avatar_url":"https://github.com/ps48.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"sip \n===\n## Small Image Processing Scripts in native C, using libjpeg \n---------------------------------------------------------\n\n### Usage Instructions\n\n#### **Install libjpeg:**\n- [libjpeg](http://ijg.org/).\n- [libjpeg git repo](https://github.com/LuaDist/libjpeg/).\n\n#### **Commands:**\n\t\n\t$ gcc -o name_script file_name.c -ljpeg            //to create an executable script\n\t\n\t$ ./name_script input_image.jpg output_image.jpg   //to execute the scripts\n  \n#### **Example JPG Files**\n\nCheck out the example files converted using filters in the example_out folders.\n\n### Contents \n\n#### convolution_filters\n\n- Edge Detection Filters \n\t* Perwitt\n\t* Robcross\n\t* Sobel\n\t* Laplace \n\t* kirsch\n\n- Blur filters\n\t* Mean Filter\n\t* Motion Blur\n\t* Gaussian\n\n- Other\n\t* Sharpen\n\t* Emboss\n\n#### gray_filters\n\n- Average Method\n- Weighted Method\n\n#### median_filters\n\n- Normal median filter\n\n- Median Fast Algo\n\t* Pixel Sort\n\t* Quick Sort\n\t* Quick Select Sort\n\t* Torben Method\n\t* Wirth Method\n\n#### open\n\n- Histogram Equalisation\n\n- Image Compare\n\n- Invert Images RGB TO GRAY\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fps48%2Fsip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fps48%2Fsip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fps48%2Fsip/lists"}