# ImagePreview **Repository Path**: SimenHi/ImagePreview ## Basic Information - **Project Name**: ImagePreview - **Description**: image preview - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Album ![screenshot](img/img1.gif)- ## init ```java album = AlbumView.attachWindow(LauncherActivity.this, Color.BLACK); ``` ## set image ```java album.setImage(getImagePathFromUri(uri), new Rect(0, 0, options.outWidth, options.outHeight)); ```