{"id":18888933,"url":"https://github.com/naver/android-imagecropview","last_synced_at":"2025-04-05T13:07:54.770Z","repository":{"id":31224026,"uuid":"34785156","full_name":"naver/android-imagecropview","owner":"naver","description":"android image crop library","archived":false,"fork":false,"pushed_at":"2022-02-28T06:46:16.000Z","size":7837,"stargazers_count":253,"open_issues_count":16,"forks_count":55,"subscribers_count":20,"default_branch":"develop","last_synced_at":"2025-03-29T12:08:06.225Z","etag":null,"topics":["android","crop","cropping","image","image-crop","imagecrop","imagecropper","imagecropview"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-29T09:34:11.000Z","updated_at":"2025-03-09T08:39:50.000Z","dependencies_parsed_at":"2022-08-26T10:21:31.281Z","dependency_job_id":null,"html_url":"https://github.com/naver/android-imagecropview","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fandroid-imagecropview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fandroid-imagecropview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fandroid-imagecropview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fandroid-imagecropview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naver","download_url":"https://codeload.github.com/naver/android-imagecropview/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339158,"owners_count":20923014,"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":["android","crop","cropping","image","image-crop","imagecrop","imagecropper","imagecropview"],"created_at":"2024-11-08T07:46:40.036Z","updated_at":"2025-04-05T13:07:54.751Z","avatar_url":"https://github.com/naver.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageCropView\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.org/naver/android-imagecropview.svg?branch=master)](https://travis-ci.org/naver/android-imagecropview)  \n\nAn Android library that lets you implement image crop.\nImageCropView crops image by moving image under fixed crop area like instagram and iOS.  \nImage zoom in/out is base on [sephiroth74's ImageViewZoom](https://github.com/sephiroth74/ImageViewZoom).  \n\n## Screenshot\n|                Screenshot               | in [PHOLAR](https://play.google.com/store/apps/details?id=com.naver.android.pholar) |\n|:---------------------------------------:|:-------------------------------------:|\n| ![screenshot](doc/img/screenshot.png)   | ![screenshot](doc/img/pholar.gif)     |\n\n\u003e Screenshot image source \n\u003e http://bts.ibighit.com/photo.php\n\n## Installation\n[Android Studio](http://developer.android.com/sdk/index.html)  \nAndroid SDK 28\nAndroid SDK Build-tools 28.0.3  \n(You can change other sdk and build-tools)  \n\n## Usage\n##### Gradle\n```gradle\ndependencies {\n\timplementation \"com.naver.android.helloyako:imagecropview:1.2.3\"\n}\n```\n\t\n## ImageCropView Option\n#### XML\n```gradle\n\u003ccom.naver.android.helloyako.imagecrop.view.ImageCropView\n         xmlns:imagecrop=\"http://schemas.android.com/apk/res-auto\"\n         android:layout_width=\"match_parent\"\n         android:layout_height=\"match_parent\"\n         imagecrop:outsideLayerColor=\"#99000000\"\n         imagecrop:setInnerGridMode=\"on\"\n         imagecrop:gridInnerStroke=\"1dp\"\n         imagecrop:gridInnerColor=\"#66ffffff\"\n         imagecrop:setOuterGridMode=\"on\"\n         imagecrop:gridOuterStroke=\"1dp\"\n         imagecrop:gridOuterColor=\"#ffffff\"/\u003e\n```\n\n#### JAVA\n```java\nimageCropView.setGridInnerMode(ImageCropView.GRID_ON);\nimageCropView.setGridOuterMode(ImageCropView.GRID_ON);\n```\n\n\n## Demo\n[APK](https://github.com/naver/android-imagecropview/raw/master/apk/app-release.apk)  \n\n![qrcode](doc/img/apk_qrcode.png)\n\n## License\nImageCropView is licensed under the Apache License, Version 2.0.\nSee [LICENSE](LICENSE.txt) for full license text.\n\n        Copyright (c) 2015 Naver Corp.\n        @Author Ohkyun Kim\n\n        Licensed under the Apache License, Version 2.0 (the \"License\");\n        you may not use this file except in compliance with the License.\n        You may obtain a copy of the License at\n\n                http://www.apache.org/licenses/LICENSE-2.0\n\n        Unless required by applicable law or agreed to in writing, software\n        distributed under the License is distributed on an \"AS IS\" BASIS,\n        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n        See the License for the specific language governing permissions and\n        limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fandroid-imagecropview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaver%2Fandroid-imagecropview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fandroid-imagecropview/lists"}