{"id":13428785,"url":"https://github.com/Dhaval2404/ImagePicker","last_synced_at":"2025-03-16T02:30:31.111Z","repository":{"id":34139525,"uuid":"160280224","full_name":"Dhaval2404/ImagePicker","owner":"Dhaval2404","description":"📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera","archived":false,"fork":false,"pushed_at":"2023-10-22T09:30:15.000Z","size":16066,"stargazers_count":1551,"open_issues_count":120,"forks_count":351,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-09T06:59:36.484Z","etag":null,"topics":["android","android-library","camera","compress-images","crop-image","image","image-picker","image-provider","imagepicker","imageresize","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Dhaval2404.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-12-04T01:51:50.000Z","updated_at":"2025-02-18T16:29:56.000Z","dependencies_parsed_at":"2023-01-15T05:00:56.700Z","dependency_job_id":"d7355f66-8757-4276-9df6-32d2abc33207","html_url":"https://github.com/Dhaval2404/ImagePicker","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaval2404%2FImagePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaval2404%2FImagePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaval2404%2FImagePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaval2404%2FImagePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dhaval2404","download_url":"https://codeload.github.com/Dhaval2404/ImagePicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243815571,"owners_count":20352193,"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","android-library","camera","compress-images","crop-image","image","image-picker","image-provider","imagepicker","imageresize","kotlin"],"created_at":"2024-07-31T01:01:05.067Z","updated_at":"2025-03-16T02:30:29.925Z","avatar_url":"https://github.com/Dhaval2404.png","language":"Kotlin","readme":"# 📸Image Picker Library for Android\n\n[![Download](https://jitpack.io/v/Dhaval2404/ImagePicker.svg)](https://jitpack.io/#Dhaval2404/ImagePicker)\n[![Releases](https://img.shields.io/github/release/dhaval2404/imagePicker/all.svg?style=flat-square)](https://github.com/Dhaval2404/ImagePicker/releases)\n[![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=19)\n![Build Status](https://github.com/Dhaval2404/ImagePicker/workflows/Build/badge.svg)\n![Language](https://img.shields.io/badge/language-Kotlin-orange.svg)\n[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-ImagePicker-green.svg?style=flat )]( https://android-arsenal.com/details/1/7510 )\n[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)\n[![PRWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Dhaval2404/ImagePicker)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/Dhaval2404/ImagePicker/blob/master/LICENSE)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/Dhaval2404/ImagePicker.svg?style=social)](https://twitter.com/intent/tweet?text=Check+out+an+ImagePicker+library+to+Pick+an+image+from+the+Gallery+or+Capture+an+image+with+Camera.+https%3A%2F%2Fgithub.com%2FDhaval2404%2FImagePicker+%40dhaval2404+%23Android+%23Kotlin+%23AndroidDev)\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤︎ by\n  \u003ca href=\"https://twitter.com/Dhaval2404\"\u003eDhaval Patel\u003c/a\u003e and\n  \u003ca href=\"https://github.com/dhaval2404/imagepicker/graphs/contributors\"\u003e\n    contributors\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\nEasy to use and configurable library to **Pick an image from the Gallery or Capture image using Camera**. It also allows to **Crop and Compresses the Image based on Aspect Ratio, Resolution and Image Size**.\n\nAlmost 90% of the app that I have developed has an Image upload feature. Along with the image selection, Sometimes  I needed a crop feature for profile image for that I've used uCrop. Most of the time I need to compress the image as the image captured from the camera is more than 5-10 MBs and sometimes we have a requirement to upload images with specific resolution/size, in that case, image compress is the way to go option. To simplify the image pick/capture option I have created ImagePicker library. I hope it will be useful to all.\n\n# 🐱‍🏍Features:\n\t\n* Pick Gallery Image\n* Pick Image from Google Drive\n* Capture Camera Image\n* Crop Image (Crop image based on provided aspect ratio or let user choose one)\n* Compress Image (Compress image based on provided resolution and size)\n* Retrieve Image Result as Uri object (Retrieve as File object feature is removed in v2.0 to support scope storage)\n* Handle runtime permission for camera\n* Does not require storage permission to pick gallery image or capture new image.\n\n# 🎬Preview\n\n\n   Profile Image Picker    |         Gallery Only      |       Camera Only        |\n:-------------------------:|:-------------------------:|:-------------------------:\n![](https://github.com/Dhaval2404/ImagePicker/blob/master/art/imagepicker_profile_demo.gif)  |  ![](https://github.com/Dhaval2404/ImagePicker/blob/master/art/imagepicker_gallery_demo.gif.gif)  |  ![](https://github.com/Dhaval2404/ImagePicker/blob/master/art/imagepicker_camera_demo.gif.gif)\n\n# 💻Usage\n\n\n1. Gradle dependency:\n\n\t```groovy\n\tallprojects {\n\t   repositories {\n           \tmaven { url \"https://jitpack.io\" }\n\t   }\n\t}\n\t```\n\n    ```groovy\n   implementation 'com.github.dhaval2404:imagepicker:2.1'\n    ```\n\n   **If you are yet to Migrate on AndroidX, Use support build artifact:**\n   ```groovy\n   implementation 'com.github.dhaval2404:imagepicker-support:1.7.1'\n    ```\n\n\n2. The ImagePicker configuration is created using the builder pattern.\n\n\t**Kotlin**\n\n\t```kotlin\n    ImagePicker.with(this)\n            .crop()\t    \t\t\t//Crop image(Optional), Check Customization for more option\n            .compress(1024)\t\t\t//Final image size will be less than 1 MB(Optional)\n            .maxResultSize(1080, 1080)\t//Final image resolution will be less than 1080 x 1080(Optional)\n            .start()\n    ```\n\n    **Java**\n\n    ```kotlin\n    ImagePicker.with(this)\n            .crop()\t    \t\t\t//Crop image(Optional), Check Customization for more option\n            .compress(1024)\t\t\t//Final image size will be less than 1 MB(Optional)\n            .maxResultSize(1080, 1080)\t//Final image resolution will be less than 1080 x 1080(Optional)\n            .start()\n    ```\n\n3. Handling results\n\n    **Override `onActivityResult` method and handle ImagePicker result.**\n\n    ```kotlin\n    override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {\n         super.onActivityResult(requestCode, resultCode, data)\n         if (resultCode == Activity.RESULT_OK) {\n             //Image Uri will not be null for RESULT_OK\n             val uri: Uri = data?.data!!\n\n             // Use Uri object instead of File to avoid storage permissions\n             imgProfile.setImageURI(fileUri)\n         } else if (resultCode == ImagePicker.RESULT_ERROR) {\n             Toast.makeText(this, ImagePicker.getError(data), Toast.LENGTH_SHORT).show()\n         } else {\n             Toast.makeText(this, \"Task Cancelled\", Toast.LENGTH_SHORT).show()\n         }\n    }\n    ```\n\n    **Inline method (with registerForActivityResult, Only Works with FragmentActivity and AppCompatActivity)**\n\n    i. Add required dependency for registerForActivityResult API\n\n    ```groovy\n\timplementation \"androidx.activity:activity-ktx:1.2.3\"\n    implementation \"androidx.fragment:fragment-ktx:1.3.3\"\n    ```\n\n    ii. Declare this method inside fragment or activity class\n\n    ```kotlin\n    private val startForProfileImageResult =\n        registerForActivityResult(ActivityResultContracts.StartActivityForResult()) { result: ActivityResult -\u003e\n            val resultCode = result.resultCode\n            val data = result.data\n\n            if (resultCode == Activity.RESULT_OK) {\n                //Image Uri will not be null for RESULT_OK\n                val fileUri = data?.data!!\n\n                mProfileUri = fileUri\n                imgProfile.setImageURI(fileUri)\n            } else if (resultCode == ImagePicker.RESULT_ERROR) {\n                Toast.makeText(this, ImagePicker.getError(data), Toast.LENGTH_SHORT).show()\n            } else {\n                Toast.makeText(this, \"Task Cancelled\", Toast.LENGTH_SHORT).show()\n            }\n        }\n    ```\n\n    iii. Create ImagePicker instance and launch intent\n\n    ```kotlin\n    ImagePicker.with(this)\n            .compress(1024)         //Final image size will be less than 1 MB(Optional)\n            .maxResultSize(1080, 1080)  //Final image resolution will be less than 1080 x 1080(Optional)\n            .createIntent { intent -\u003e\n                startForProfileImageResult.launch(intent)\n            }\n    ```\n\n\n# 🎨Customization\n\n *  Pick image using Gallery\n\n\t```kotlin\n\tImagePicker.with(this)\n\t\t.galleryOnly()\t//User can only select image from Gallery\n\t\t.start()\t//Default Request Code is ImagePicker.REQUEST_CODE\n    ```\n\n *  Capture image using Camera\n\n\t```kotlin\n\tImagePicker.with(this)\n\t\t.cameraOnly()\t//User can only capture image using Camera\n\t\t.start()\n    ```\n *  Crop image\n\n    ```kotlin\n    ImagePicker.with(this)\n\t\t.crop()\t    //Crop image and let user choose aspect ratio.\n\t\t.start()\n\t```\n *  Crop image with fixed Aspect Ratio\n\n    ```kotlin\n    ImagePicker.with(this)\n\t\t.crop(16f, 9f)\t//Crop image with 16:9 aspect ratio\n\t\t.start()\n    ```\n *  Crop square image(e.g for profile)\n\n     ```kotlin\n     ImagePicker.with(this)\n         .cropSquare()\t//Crop square image, its same as crop(1f, 1f)\n         .start()\n    ```\n *  Compress image size(e.g image should be maximum 1 MB)\n\n\t```kotlin\n    ImagePicker.with(this)\n\t\t.compress(1024)\t//Final image size will be less than 1 MB\n\t\t.start()\n    ```\n *  Set Resize image resolution\n\n    ```kotlin\n    ImagePicker.with(this)\n\t\t.maxResultSize(620, 620)\t//Final image resolution will be less than 620 x 620\n\t\t.start()\n    ```\n *  Intercept ImageProvider, Can be used for analytics\n\n    ```kotlin\n    ImagePicker.with(this)\n        .setImageProviderInterceptor { imageProvider -\u003e //Intercept ImageProvider\n            Log.d(\"ImagePicker\", \"Selected ImageProvider: \"+imageProvider.name)\n        }\n        .start()\n    ```\n *  Intercept Dialog dismiss event\n\n\t```kotlin\n    ImagePicker.with(this)\n    \t.setDismissListener {\n    \t\t// Handle dismiss event\n    \t\tLog.d(\"ImagePicker\", \"onDismiss\");\n    \t}\n    \t.start()\n    ```\n\n *  Specify Directory to store captured, cropped or compressed images. *Do not use external public storage directory (i.e. Environment.getExternalStorageDirectory())*\n\n    ```kotlin\n    ImagePicker.with(this)\n       /// Provide directory path to save images, Added example saveDir method. You can choose directory as per your need.\n\n       //  Path: /storage/sdcard0/Android/data/package/files\n       .saveDir(getExternalFilesDir(null)!!)\n       //  Path: /storage/sdcard0/Android/data/package/files/DCIM\n       .saveDir(getExternalFilesDir(Environment.DIRECTORY_DCIM)!!)\n       //  Path: /storage/sdcard0/Android/data/package/files/Download\n       .saveDir(getExternalFilesDir(Environment.DIRECTORY_DOWNLOADS)!!)\n       //  Path: /storage/sdcard0/Android/data/package/files/Pictures\n       .saveDir(getExternalFilesDir(Environment.DIRECTORY_PICTURES)!!)\n       //  Path: /storage/sdcard0/Android/data/package/files/Pictures/ImagePicker\n       .saveDir(File(getExternalFilesDir(Environment.DIRECTORY_PICTURES)!!, \"ImagePicker\"))\n       //  Path: /storage/sdcard0/Android/data/package/files/ImagePicker\n       .saveDir(getExternalFilesDir(\"ImagePicker\")!!)\n       //  Path: /storage/sdcard0/Android/data/package/cache/ImagePicker\n       .saveDir(File(getExternalCacheDir(), \"ImagePicker\"))\n       //  Path: /data/data/package/cache/ImagePicker\n       .saveDir(File(getCacheDir(), \"ImagePicker\"))\n       //  Path: /data/data/package/files/ImagePicker\n       .saveDir(File(getFilesDir(), \"ImagePicker\"))\n\n      // Below saveDir path will not work, So do not use it\n      //  Path: /storage/sdcard0/DCIM\n      //  .saveDir(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM))\n      //  Path: /storage/sdcard0/Pictures\n      //  .saveDir(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES))\n      //  Path: /storage/sdcard0/ImagePicker\n      //  .saveDir(File(Environment.getExternalStorageDirectory(), \"ImagePicker\"))\n\n        .start()\n    ```\n\n *  Limit MIME types while choosing a gallery image\n\n    ```kotlin\n    ImagePicker.with(this)\n        .galleryMimeTypes(  //Exclude gif images\n            mimeTypes = arrayOf(\n              \"image/png\",\n              \"image/jpg\",\n              \"image/jpeg\"\n            )\n          )\n        .start()\n    ```\n\n *  You can also specify the request code with ImagePicker\n\n    ```kotlin\n    ImagePicker.with(this)\n\t\t.maxResultSize(620, 620)\n\t\t.start(101)\t//Here 101 is request code, you may use this in onActivityResult\n    ```\n\n *  Add Following parameters in your **colors.xml** file, If you want to customize uCrop Activity.\n\n    ```xml\n    \u003cresources\u003e\n        \u003c!-- Here you can add color of your choice  --\u003e\n        \u003ccolor name=\"ucrop_color_toolbar\"\u003e@color/teal_500\u003c/color\u003e\n        \u003ccolor name=\"ucrop_color_statusbar\"\u003e@color/teal_700\u003c/color\u003e\n        \u003ccolor name=\"ucrop_color_widget_active\"\u003e@color/teal_500\u003c/color\u003e\n    \u003c/resources\u003e\n    ```\n\n# 💥Compatibility\n\n  * Library - Android Kitkat 4.4+ (API 19)\n  * Sample - Android Kitkat 4.4+ (API 19)\n\n# ✔️Changelog\n\n### Version: 2.1\n  * Added uzbekistan translation (Special Thanks to Khudoyshukur Juraev)\n  * Removed requestLegacyExternalStorage flag\n  * Removed unused string resources\n\n### Version: 2.0\n\n  * Added arabic translation [#157](https://github.com/Dhaval2404/ImagePicker/pull/157)  (Special Thanks to [zhangzhu95](https://github.com/zhangzhu95))\n  * Added norwegian translation [#163](https://github.com/Dhaval2404/ImagePicker/pull/163) (Special Thanks to [TorkelV](https://github.com/TorkelV))\n  * Added german translation [#192](https://github.com/Dhaval2404/ImagePicker/pull/192) (Special Thanks to [MDXDave](https://github.com/MDXDave))\n  * Added method to return Intent for manual launching ImagePicker [#182](https://github.com/Dhaval2404/ImagePicker/pull/182) (Special Thanks to [tobiasKaminsky](https://github.com/tobiasKaminsky))\n  * Added support for android 11 [#199](https://github.com/Dhaval2404/ImagePicker/issues/199)\n  * Fixed android scope storage issue [#29](https://github.com/Dhaval2404/ImagePicker/issues/29)\n  * Removed storage permissions [#29](https://github.com/Dhaval2404/ImagePicker/issues/29)\n  * Fixed calculateInSampleSize leads to overly degraded quality [#152](https://github.com/Dhaval2404/ImagePicker/issues/152) (Special Thanks to [FlorianDenis](https://github.com/FlorianDenis))\n  * Fixed camera app not found issue [#162](https://github.com/Dhaval2404/ImagePicker/issues/162)\n  * Fixed Playstore requestLegacyExternalStorage flag issue [#199](https://github.com/Dhaval2404/ImagePicker/issues/199)\n\n### Version: 1.8\n\n  * Added dialog dismiss listener (Special Thanks to [kibotu](https://github.com/kibotu))\n  * Added text localization (Special Thanks to [yamin8000](https://github.com/yamin8000) and Jose Bravo)\n  * Fixed crash issue on missing camera app [#69](https://github.com/Dhaval2404/ImagePicker/issues/69)\n  * Fixed issue selecting images from download folder [#86](https://github.com/Dhaval2404/ImagePicker/issues/86)\n  * Fixed exif information lost issue [#121](https://github.com/Dhaval2404/ImagePicker/issues/121)\n  * Fixed crash issue on large image crop [#122](https://github.com/Dhaval2404/ImagePicker/issues/122)\n  * Fixed saving image in cache issue [#127](https://github.com/Dhaval2404/ImagePicker/issues/127)\n\n### Version: 1.7\n\n  * Added option to limit MIME types while choosing a gallery image (Special Thanks to [Marchuck](https://github.com/Marchuck))\n  * Introduced ImageProviderInterceptor, Can be used for analytics (Special Thanks to [Marchuck](https://github.com/Marchuck))\n  * Fixed .crop() opening gallery or camera twice [#32](https://github.com/Dhaval2404/ImagePicker/issues/32)\n  * Fixed FileProvider of the library clashes with the FileProvider of the app [#51](https://github.com/Dhaval2404/ImagePicker/issues/51) (Special Thanks to [OyaCanli](https://github.com/OyaCanli))\n  * Added option to set Storage Directory [#52](https://github.com/Dhaval2404/ImagePicker/issues/52)\n  * Fixed NullPointerException in FileUriUtils.getPathFromRemoteUri()  [#61](https://github.com/Dhaval2404/ImagePicker/issues/61) (Special Thanks to [himphen](https://github.com/himphen))\n  * Fixed UCropActivity Crash Android 4.4 (KiKat) [#82](https://github.com/Dhaval2404/ImagePicker/issues/82)\n  * Fixed PNG image saved as JPG after crop issue [#94](https://github.com/Dhaval2404/ImagePicker/issues/94)\n  * Fixed PNG image saved as JPG after compress issue [#105](https://github.com/Dhaval2404/ImagePicker/issues/105)\n  * Added Polish text translation [#115](https://github.com/Dhaval2404/ImagePicker/issues/115) (Special Thanks to [MarcelKijanka](https://github.com/MarcelKijanka))\n  * Failed to find configured root exception [#116](https://github.com/Dhaval2404/ImagePicker/issues/116)\n\n### Version: 1.6\n\n  * Improved UI/UX of sample app\n  * Removed Bitmap Deprecated Property [#33](https://github.com/Dhaval2404/ImagePicker/issues/33) (Special Thanks to [nauhalf](https://github.com/nauhalf))\n  * Camera opens twice when \"Don't keep activities\" option is ON [#41](https://github.com/Dhaval2404/ImagePicker/issues/41) (Special Thanks to [benji101](https://github.com/benji101))\n  * Fixed uCrop Crash Issue [#42](https://github.com/Dhaval2404/ImagePicker/issues/42)\n\n### Version: 1.5\n\n  * Fixed app crash issue, due to Camera Permission in manifest [#34](https://github.com/Dhaval2404/ImagePicker/issues/34)\n  * Added Option for Dynamic Crop Ratio. Let User choose aspect ratio [#36](https://github.com/Dhaval2404/ImagePicker/issues/36) (Special Thanks to [Dor-Sloim](https://github.com/Dor-Sloim))\n\n### Version: 1.4\n\n  * Optimized Uri to File Conversion (Inspired by [Flutter ImagePicker](https://github.com/flutter/plugins/tree/master/packages/image_picker))\n  * Removed redundant CAMERA permission [#26](https://github.com/Dhaval2404/ImagePicker/issues/26) (Special Thanks to [PerrchicK](https://github.com/PerrchicK))\n\n### Version: 1.3\n\n  * Sample app made compatible with Android Kitkat 4.4+ (API 19)\n  * Fixed Uri to File Conversion issue [#8](https://github.com/Dhaval2404/ImagePicker/issues/8) (Special Thanks to [squeeish](https://github.com/squeeish))\n\n### Version: 1.2\n\n  * Added Support for Inline Activity Result(Special Thanks to [soareseneves](https://github.com/soareseneves))\n  * Fixed issue [#6](https://github.com/Dhaval2404/ImagePicker/issues/6)\n  \n### Version: 1.1\n\n  * Optimized Compression Logic\n  * Replace white screen with transparent one.\n\n### Version: 1.0\n\n  * Initial Build\n\n## 📃 Libraries Used\n* uCrop [https://github.com/Yalantis/uCrop](https://github.com/Yalantis/uCrop)\n* Compressor [https://github.com/zetbaitsu/Compressor](https://github.com/zetbaitsu/Compressor)\n\n### Let us know!\n\nWe'll be really happy if you sent us links to your projects where you use our component. Just send an email to **dhavalpatel244@gmail.com** And do let us know if you have any questions or suggestion regarding the library.\n\n## License\n\n    Copyright 2019-2021, Dhaval Patel\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    \n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDhaval2404%2FImagePicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDhaval2404%2FImagePicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDhaval2404%2FImagePicker/lists"}