All Projects → terwanerik → Retini

terwanerik / Retini

Licence: mit
A super simple retina (2x, 3x) image converter.

Labels

Projects that are alternatives of or similar to Retini

Mediapy
This Python library makes it easy to display images and videos in a notebook.
Stars: ✭ 128 (-31.55%)
Mutual labels:  image
Hxphotopicker
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
Stars: ✭ 2,363 (+1163.64%)
Mutual labels:  image
Imantics
📷 Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
Stars: ✭ 184 (-1.6%)
Mutual labels:  image
React Native Image Marker
Add text or icon watermark to your images
Stars: ✭ 170 (-9.09%)
Mutual labels:  image
Imageqt
数字图像处理——基于Qt 5.8.0
Stars: ✭ 177 (-5.35%)
Mutual labels:  image
Flutter image editor
Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Stars: ✭ 181 (-3.21%)
Mutual labels:  image
Opalimagepicker
A multiple image picker for iOS, written in Swift
Stars: ✭ 165 (-11.76%)
Mutual labels:  image
Ddperspectivetransform
🔲 Warp image transformation
Stars: ✭ 186 (-0.53%)
Mutual labels:  image
Material Ui Image
Material style image with loading animation
Stars: ✭ 178 (-4.81%)
Mutual labels:  image
Recent Images
Do you noticed the new feature of Telegram or Instagram?! They show your latest images when you try to attach or post a picture. So I developed this library the same with lots of customization. Simple way to get all images of device based on date taken, name, id and other customization
Stars: ✭ 182 (-2.67%)
Mutual labels:  image
Awesome Virtual Try On
A curated list of awesome research papers, projects, code, dataset, workshops etc. related to virtual try-on.
Stars: ✭ 175 (-6.42%)
Mutual labels:  image
Markdown Img Paste
一个可以快速粘贴剪贴板里的照片到markdown的插件,并且可以设置使用七牛存储照片。
Stars: ✭ 176 (-5.88%)
Mutual labels:  image
Goiv
Small and simple image viewer written in pure Go.
Stars: ✭ 182 (-2.67%)
Mutual labels:  image
Media Watermark
GPU/CPU-based iOS Watermark Library for Image and Video Overlay
Stars: ✭ 170 (-9.09%)
Mutual labels:  image
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-2.14%)
Mutual labels:  image
Tensorflow input image by tfrecord
Feed your own image data to a pre-trained network by tensorflow
Stars: ✭ 166 (-11.23%)
Mutual labels:  image
Sharemeow
😻 text shots service
Stars: ✭ 180 (-3.74%)
Mutual labels:  image
Atgmediabrowser
Image slide-show viewer with multiple predefined transition styles, with ability to create new transitions with ease.
Stars: ✭ 186 (-0.53%)
Mutual labels:  image
Lantern
基于Swift的高可用视图框架
Stars: ✭ 181 (-3.21%)
Mutual labels:  image
Seashore
easy to use mac osx image editing application for the rest of us
Stars: ✭ 182 (-2.67%)
Mutual labels:  image

alt text

Retini

A super fast and simple retina (@2x, @3x) image converter.

How to use?

You can download the prebuilt application from the releases, or just download / fork the project and build it yourself.

After you've got the app running, you can drag single files, multiple files and directories to convert @3x or @2x images. Dragging is allowed in the Retini window as well as the App Icon in the Dock.

How does it work?

The resized images will be placed in the same directory as the source file. The resizing goes like this:

Generated? Drag @3x file Drag @2x file
@2x ×
1x

The original file will never be altered, the @2x and 1x are copies. If you drag a @3x file, the 1x file generated will be generated from the (original) @3x, so no double conversion loss.

Pixel art upscaling

You can drag a file with a @1x extension, Retini will scale this to a @2x and @3x file. This is nice for pixel art, upscaling is done via the nearest neighboor filter / algorithm.

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].