{"id":1448,"url":"https://github.com/contentful-labs/Concorde","last_synced_at":"2025-08-02T04:31:13.911Z","repository":{"id":28448290,"uuid":"31963724","full_name":"contentful-labs/Concorde","owner":"contentful-labs","description":"Download and decode progressive JPEGs on iOS.","archived":false,"fork":false,"pushed_at":"2022-02-08T14:29:54.000Z","size":16761,"stargazers_count":1438,"open_issues_count":9,"forks_count":150,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-06-23T18:03:03.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-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/contentful-labs.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}},"created_at":"2015-03-10T15:00:56.000Z","updated_at":"2025-01-23T03:35:45.000Z","dependencies_parsed_at":"2022-08-01T17:39:57.082Z","dependency_job_id":null,"html_url":"https://github.com/contentful-labs/Concorde","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/contentful-labs/Concorde","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2FConcorde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2FConcorde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2FConcorde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2FConcorde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contentful-labs","download_url":"https://codeload.github.com/contentful-labs/Concorde/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2FConcorde/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334611,"owners_count":24233793,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-01-05T20:15:46.689Z","updated_at":"2025-08-02T04:31:13.277Z","avatar_url":"https://github.com/contentful-labs.png","language":"Objective-C","funding_links":[],"categories":["Media"],"sub_categories":["Image"],"readme":"# Concorde\n\n[![Version](https://img.shields.io/cocoapods/v/Concorde.svg?style=flat)](http://cocoadocs.org/docsets/Concorde)\n[![License](https://img.shields.io/cocoapods/l/Concorde.svg?style=flat)](http://cocoadocs.org/docsets/Concorde)\n[![Platform](https://img.shields.io/cocoapods/p/Concorde.svg?style=flat)](http://cocoadocs.org/docsets/Concorde)\n[![Build Status](http://img.shields.io/travis/contentful-labs/Concorde.svg?style=flat)](https://travis-ci.org/contentful-labs/Concorde)\n[![Coverage Status](https://coveralls.io/repos/contentful-labs/Concorde/badge.svg?branch=master)](https://coveralls.io/r/contentful-labs/Concorde?branch=master)\n\n![](use.gif)\n\nThis is a framework for downloading and decoding progressive JPEGs easily on iOS and OS X. It uses [libjpeg-turbo][1] as underlying JPEG implementation. We vendor version 1.4.0 of the static library from libjpeg-turbo's [official release][3] for convenience.\n\n## Usage\n\nSimply install it via [CocoaPods][4]:\n\n```\npod 'Concorde'\n```\n\nand then use `CCBufferedImageView` which progressively downloads and shows an image:\n\n```swift\nlet imageView = CCBufferedImageView(frame: ...)\nif let url = NSURL(string: \"http://example.com/yolo.jpg\") {\n\timageView.load(url)\n}\n```\n\nIf you use [Contentful][2], install the subspec:\n\n```\npod 'Concorde/Contentful'\n```\n\nand replace your usage of `UIImageView` with `CCBufferedImageView` to automatically use progressive JPEGs\nif you have been using the `UIImageView` category before. This will work regardless of the original format\nof your files due to the image transformation functionality of the delivery API.\n\n### Manual integration\n\nYou can also integrate Concorde as a subproject or download a binary build from the releases section. Please note that those are only provided for iOS at the moment.\n\n## License\n\nCopyright (c) 2015 Contentful GmbH. See LICENSE for further details.\n\n`CCBufferedImageDecoder` is derived from [WebKit][5], see comments in its file for further copyright details.\n\nThe examples use \u003chttp://pooyak.com/p/progjpeg/\u003e, which artificially slows the connection down to 0.5 Kilobyte/second to demonstrate the differences between regular and progressive JPEGs.\n\n\n[1]: http://www.libjpeg-turbo.org\n[2]: https://www.contentful.com\n[3]: http://sourceforge.net/projects/libjpeg-turbo/files/1.4.0/libjpeg-turbo-1.4.0.dmg/download\n[4]: http://cocoapods.org\n[5]: https://www.webkit.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentful-labs%2FConcorde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontentful-labs%2FConcorde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentful-labs%2FConcorde/lists"}