{"id":18730092,"url":"https://github.com/ahmed-kamal2004/imagecompressingproject","last_synced_at":"2026-02-12T20:01:52.448Z","repository":{"id":237773247,"uuid":"795219448","full_name":"ahmed-kamal2004/ImageCompressingProject","owner":"ahmed-kamal2004","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-10T14:03:29.000Z","size":14938,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T02:46:26.668Z","etag":null,"topics":["api","compression","compression-algorithm","dct","dct2","fastapi","fourier-transform","matplotlib","numpy","opnecv","python3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/ahmed-kamal2004.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-02T20:25:53.000Z","updated_at":"2025-05-11T17:47:27.000Z","dependencies_parsed_at":"2024-11-07T14:43:19.826Z","dependency_job_id":"99431368-c681-4dcf-a8ea-6c0e42f766f5","html_url":"https://github.com/ahmed-kamal2004/ImageCompressingProject","commit_stats":null,"previous_names":["ahmed-kamal2004/imageprocessingproject","ahmed-kamal2004/imagecompressingproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmed-kamal2004/ImageCompressingProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-kamal2004%2FImageCompressingProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-kamal2004%2FImageCompressingProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-kamal2004%2FImageCompressingProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-kamal2004%2FImageCompressingProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmed-kamal2004","download_url":"https://codeload.github.com/ahmed-kamal2004/ImageCompressingProject/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed-kamal2004%2FImageCompressingProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29379672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":["api","compression","compression-algorithm","dct","dct2","fastapi","fourier-transform","matplotlib","numpy","opnecv","python3"],"created_at":"2024-11-07T14:35:06.980Z","updated_at":"2026-02-12T20:01:52.427Z","avatar_url":"https://github.com/ahmed-kamal2004.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Compressing and Decompressing project 💫\n\n### RGB Image Compression Using Discrete Cosine Transform Algorithm\nThe main objective of this work is to compress an image 📸 using the **Discrete Cosine Transform (DCT)** applied on a two-dimensional numerous blocks of 8*8 pixels.\n, after compressing, the image reconstruction phase using **Inverse DCT** of each block.\n\n\n### Libraries \u0026 functions\n\n#### functions\n#### libraries\n\nAt the beginning, I used \"dct\" \u0026 \"idct\" functions with the norm of ortho type.\n```\nfrom scipy.fftpack import dct, idct\n```\nlater for better code and improvement, I used \"dctn\" \u0026 \"idctn\" with the nrom of ortho type.\n```\nfrom scipy.fftpack import dctn, idctn\n```\n\n**for contact** 📧 [ahmedkamal200427@gmail.com](mailto:ahmedkamal200427@gmail.com)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-kamal2004%2Fimagecompressingproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed-kamal2004%2Fimagecompressingproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-kamal2004%2Fimagecompressingproject/lists"}