All Projects → photoshell → Rawkit

photoshell / Rawkit

Licence: mit
ctypes based libraw bindings

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rawkit

Resizer
An image resizing library for Android
Stars: ✭ 406 (+576.67%)
Mutual labels:  photography, photo-editing
Gimel-Studio
Old repo of the node-based image editor. See https://github.com/GimelStudio/GimelStudio for the next generation of Gimel Studio 🚀
Stars: ✭ 55 (-8.33%)
Mutual labels:  photography, photo-editing
Photoflare
Quick, simple but powerful Cross Platform image editor.
Stars: ✭ 260 (+333.33%)
Mutual labels:  photography, photo-editing
Photography
A free online portfolio website to showcase your photos.
Stars: ✭ 420 (+600%)
Mutual labels:  photography
Photo Editor Android
Photo Editor SDK contains a lot of features like edit, scale, rotate and draw on images like Instagram stories.
Stars: ✭ 463 (+671.67%)
Mutual labels:  photo-editing
Pesdk Ios Examples
A fully customizable photo editor for your app.
Stars: ✭ 837 (+1295%)
Mutual labels:  photo-editing
Nimp
Nimp - Node-based image manipulation program.
Stars: ✭ 45 (-25%)
Mutual labels:  photo-editing
Zing Gallery
基于node.js的web相册,让摄影照片的展示更加简单 Web albums based on node.js, more simple to show photography photos
Stars: ✭ 401 (+568.33%)
Mutual labels:  photography
Photoeditor
Simple Photo Editing App
Stars: ✭ 20 (-66.67%)
Mutual labels:  photo-editing
Gimp Ml
AI for GNU Image Manipulation Program
Stars: ✭ 749 (+1148.33%)
Mutual labels:  photo-editing
Photonix
This is a new web-based photo management application. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, location awareness, color analysis and other ML algorithms.
Stars: ✭ 592 (+886.67%)
Mutual labels:  photography
Midi2lr
An application and plugin to remotely control Lightroom with a MIDI controller
Stars: ✭ 485 (+708.33%)
Mutual labels:  photography
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+1300%)
Mutual labels:  photography
Splash Cli
A simple, command line tool to download Unsplash wallpapers. It’s not intended to be anything particularly fancy — it just works.
Stars: ✭ 432 (+620%)
Mutual labels:  photography
Lychee V3
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
Stars: ✭ 1,007 (+1578.33%)
Mutual labels:  photography
Portfolio Photo
Jekyll based portfolio using Flickr API.
Stars: ✭ 15 (-75%)
Mutual labels:  photography
Photoview
Photo gallery for self-hosted personal servers
Stars: ✭ 553 (+821.67%)
Mutual labels:  photography
Filmulator Gui
Filmulator --- Simplified raw editing with the power of film
Stars: ✭ 522 (+770%)
Mutual labels:  photography
Photo Editor
Photo editor with a lot of cool features
Stars: ✭ 753 (+1155%)
Mutual labels:  photo-editing
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-8.33%)
Mutual labels:  photography

rawkit

.. image:: https://badge.fury.io/py/rawkit.svg? :alt: Package Status :target: https://pypi.python.org/pypi/rawkit

.. image:: https://readthedocs.org/projects/rawkit/badge/?version=latest :alt: Docs Status :target: https://rawkit.readthedocs.org/en/latest/

.. image:: https://secure.travis-ci.org/photoshell/rawkit.svg?branch=master :alt: Build Status :target: https://travis-ci.org/photoshell/rawkit

.. image:: https://img.shields.io/coveralls/photoshell/rawkit.svg?style=flat :alt: Test Coverage Status :target: https://coveralls.io/r/photoshell/rawkit

.. image:: http://unmaintained.tech/badge.svg :target: http://unmaintained.tech/ :alt: No Maintenance Intended

rawkit (pronounced rocket) is a ctypes-based LibRaw_ binding for Python inspired by the Wand_ API.

.. sourcecode:: python

from rawkit.raw import Raw
from rawkit.options import WhiteBalance

with Raw(filename='some/raw/image.CR2') as raw:
  raw.options.white_balance = WhiteBalance(camera=False, auto=True)
  raw.save(filename='some/destination/image.ppm')

for more info, see the docs_

.. _LibRaw: http://www.libraw.org/ .. _Wand: http://docs.wand-py.org .. _docs: https://rawkit.readthedocs.org/en/latest/

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