All Projects → mengxianliang → Xlimageviewer

mengxianliang / Xlimageviewer

iOS 仿照今日头条的图片浏览工具。

Projects that are alternatives of or similar to Xlimageviewer

Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+47.2%)
Mutual labels:  image, viewer
Tysnapshotscroll
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
Stars: ✭ 709 (+340.37%)
Mutual labels:  image, scrollview
Simpleimageviewer
A snappy image viewer with zoom and interactive dismissal transition.
Stars: ✭ 408 (+153.42%)
Mutual labels:  image, viewer
React Viewer
react image viewer, supports rotation, scale, zoom and so on
Stars: ✭ 502 (+211.8%)
Mutual labels:  image, viewer
Imgviewer
jQuery plugin to zoom and pan images, even those with a size that is a percentage of their container
Stars: ✭ 50 (-68.94%)
Mutual labels:  image, viewer
Goiv
Small and simple image viewer written in pure Go.
Stars: ✭ 182 (+13.04%)
Mutual labels:  image, viewer
Viewerjs
JavaScript image viewer.
Stars: ✭ 6,270 (+3794.41%)
Mutual labels:  image, viewer
Mediapy
This Python library makes it easy to display images and videos in a notebook.
Stars: ✭ 128 (-20.5%)
Mutual labels:  image, viewer
Jukeboks
Jukeboks is a fast viewer / player app
Stars: ✭ 21 (-86.96%)
Mutual labels:  image, viewer
Exhibit
Exhibit is a managed screensaver App for tvOS.
Stars: ✭ 19 (-88.2%)
Mutual labels:  image, viewer
Qt5 Imageviewer
Simple image viewer in Qt5
Stars: ✭ 5 (-96.89%)
Mutual labels:  image, viewer
Stfalconimageviewer
A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures
Stars: ✭ 1,734 (+977.02%)
Mutual labels:  image, viewer
V Viewer
Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js
Stars: ✭ 1,776 (+1003.11%)
Mutual labels:  image, viewer
Imageviewer
A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
Stars: ✭ 1,889 (+1073.29%)
Mutual labels:  image, viewer
Gpuimage X
A Cross-platform (for both Android & iOS) Framework for GPU-based Filters, Video and Image Processing.
Stars: ✭ 154 (-4.35%)
Mutual labels:  image
Flutter luban
An image compress package like Luban for Dart
Stars: ✭ 154 (-4.35%)
Mutual labels:  image
Tailon
Webapp for looking at and searching through files and streams
Stars: ✭ 155 (-3.73%)
Mutual labels:  viewer
Observablescrollview
高仿美团APP页面滑动标题栏渐变效果
Stars: ✭ 153 (-4.97%)
Mutual labels:  scrollview
Draggableimageviewer
大图浏览 & 图片查看&拖拽退出。类似于微信、B站的图片 & 视频浏览器。
Stars: ✭ 153 (-4.97%)
Mutual labels:  image
Image
PHP Image Manipulation
Stars: ✭ 12,298 (+7538.51%)
Mutual labels:  image

XLImageViewer

仿照今日头条的图片浏览工具。

功能:

左右切换 加载网络图片 捏合、双击 下滑隐藏 保存到相册
image image image image image

说明:

使用:

查看网络图片:

[[XLImageViewer shareInstanse] showNetImages:[self imageUrls] index:indexPath.row fromImageContainer:[collectionView cellForItemAtIndexPath:indexPath]];

查看本地图片:

[[XLImageViewer shareInstanse] showLocalImages:[self imagePathes] index:indexPath.row fromImageContainer:[collectionView cellForItemAtIndexPath:indexPath]];

其他:

之前利用ScrollView实现切换的版本:戳这里

个人开发过的UI工具集合 XLUIKit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].