{"id":15007066,"url":"https://github.com/lenoben/image-processing","last_synced_at":"2026-01-28T06:35:05.690Z","repository":{"id":245454751,"uuid":"800680764","full_name":"lenoben/image-processing","owner":"lenoben","description":"C/C++ cmake library for digital image processing without external libraries apart from the png and zlib libraries","archived":false,"fork":false,"pushed_at":"2024-11-13T12:24:19.000Z","size":909,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T14:34:54.492Z","etag":null,"topics":["c","cpp","digital-image-processing","image-processing","library","linux-app","png"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenoben.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T19:44:00.000Z","updated_at":"2024-11-13T12:24:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"58f93c46-96fd-40a1-b06f-8458835ea258","html_url":"https://github.com/lenoben/image-processing","commit_stats":null,"previous_names":["lenoben/image-processing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenoben%2Fimage-processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenoben%2Fimage-processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenoben%2Fimage-processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenoben%2Fimage-processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenoben","download_url":"https://codeload.github.com/lenoben/image-processing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158973,"owners_count":20245669,"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","cpp","digital-image-processing","image-processing","library","linux-app","png"],"created_at":"2024-09-24T19:02:38.363Z","updated_at":"2026-01-28T06:35:00.669Z","avatar_url":"https://github.com/lenoben.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image-processing\n\n## Settıng the lıb up for a cmake executable project\n* clone this repo in you seperate directory\n* cd into the directory and create a build directory\n* run this cmake command\n\t```sh\n\tcmake -DCMAKE_INSTALL_PREFIX=\u003cproject-root\u003e/deps ..\n\tmake install\n\t```\n### cmake exe project\n```cmake\n# Include directories for headers\ninclude_directories(${CMAKE_SOURCE_DIR}/deps/include)\n\n# Add zlib and libpng subdirectories\nadd_subdirectory(${CMAKE_SOURCE_DIR}/deps/include/zlib/)\nadd_subdirectory(${CMAKE_SOURCE_DIR}/deps/include/png/)\n\n# Include directories for zlib and libpng\ninclude_directories(${CMAKE_SOURCE_DIR}/deps/include/zlib/)\ninclude_directories(${CMAKE_SOURCE_DIR}/deps/include/png/)\n\n# Add the path to the libraries\nset(LIBRARY_PATH \"${CMAKE_SOURCE_DIR}/deps/lib\")\n\n# Link against the static libraries directly from the dependency folder\ntarget_link_libraries(YOUR-EXE PRIVATE\n    ${LIBRARY_PATH}/libapp.a\n    zlib_static png_static\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenoben%2Fimage-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenoben%2Fimage-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenoben%2Fimage-processing/lists"}