CinePaint

Last updated
Stable release
1.4.5 [1]   OOjs UI icon edit-ltr-progressive.svg / 30 May 2021
Repository
Written in C, C++
Operating system Linux, macOS, Unix-like, Windows
Type Graphics
License GNU General Public License 2.0 [2]
Website cinepaint.org

CinePaint is a free and open source computer program for painting and retouching bitmap frames of films. It is a fork of version 1.0.4 of the GNU Image Manipulation Program (GIMP). It enjoyed some success as one of the earliest open source tools developed for feature motion picture visual effects and animation work. [3] The main reason for this adoption over mainline GIMP was its support for high bit depths (greater than 8-bits per channel) which can be required for film work.[ citation needed ] The mainline GIMP project later added high bit depths in GIMP 2.9.2, released November 2015. [4] It is free software under the GPL-2.0-or-later. In 2018, a post titled "CinePaint 2.0 Making Progress" announced progress, [5] but version 2.0 has not been released as of 2022.

Contents

Main features

Features that set CinePaint apart from its photo-editing predecessor include the frame manager, onion skinning, and the ability to work with 16-bit and floating point pixels for high-dynamic-range imaging (HDR). CinePaint supports a 16-bit color managed workflow for photographers and printers, including CIE*Lab and CMYK editing. It supports the Cineon, DPX, and OpenEXR image file formats. HDR creation from bracketed exposures is easy.

CinePaint is a professional open-source raster graphics editor, not a video editor. Per-channel color engine core: 8-bit, 16-bit, and 32-bit. The image formats it supports include BMP, CIN, DPX, EXR, GIF, JPEG, OpenEXR, PNG, TIFF, and XCF.

CinePaint is currently available for UNIX and Unix-like OSes including Mac OS X and IRIX. The program is available on Linux, Mac OS X, FreeBSD and NetBSD. Its main competitors are the mainline GIMP and Adobe Photoshop, although the latter is only available for Mac OS X and Microsoft Windows. Glasgow, a completely new code architecture being used for CinePaint, is expected to make a new Windows version possible and is currently under production. The Glasgow effort is FLTK based. [6] This effort appears to have stalled. [7]

CinePaint version 1.4.4 appeared on SourceForge on 2021/5/6, [8] followed by CinePaint 1.4.5 on 30. May 2021. [9]

Movies

Examples of the software's application in the movie industry include: [10] [ citation needed ]

Under its former name Film Gimp, CinePaint was used for films such as Scooby-Doo (2002), Harry Potter and the Philosopher's Stone (2001), The Last Samurai (2003) and Stuart Little (1999). [11]

See also

Related Research Articles

<span class="mw-page-title-main">GIMP</span> Open source raster graphics editor

GNU Image Manipulation Program, commonly known by its acronym GIMP, is a free and open-source raster graphics editor used for image manipulation (retouching) and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is extensible by means of plugins, and scriptable. It is not designed to be used for drawing, though some artists and creators have used it in this way.

The Portable Operating System Interface is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. POSIX defines both the system and user-level application programming interfaces (APIs), along with command line shells and utility interfaces, for software compatibility (portability) with variants of Unix and other operating systems. POSIX is also a trademark of the IEEE. POSIX is intended to be used by both application and system developers.

Darwin is the core Unix operating system of macOS, iOS, watchOS, tvOS, iPadOS, visionOS, and bridgeOS. It previously existed as an independent open-source operating system, first released by Apple Inc. in 2000. It is composed of code derived from NeXTSTEP, BSD, Mach, and other free software projects' code, as well as code developed by Apple.

In computing, cross-platform software is computer software that is designed to work in several computing platforms. Some cross-platform software requires a separate build for each platform, but some can be directly run on any platform without special preparation, being written in an interpreted language or compiled to portable bytecode for which the interpreters or run-time packages are common or standard components of all supported platforms.

<span class="mw-page-title-main">Dillo</span> Minimal, lightweight web browser

Dillo is a minimalistic web browser particularly intended for older or slower computers and embedded systems. It supports only plain HTML/XHTML and images over HTTP; scripting is ignored entirely. Current versions of Dillo can run on Linux, BSD, OS X, IRIX and Cygwin. Due to its small size, it is the browser of choice in several space-conscious Linux distributions. Released under the GNU GPL-3.0-or-later, Dillo is free software.

OpenEXR is a high-dynamic range, multi-channel raster file format, released as an open standard along with a set of software tools created by Industrial Light & Magic (ILM), under a free software license similar to the BSD license.

<span class="mw-page-title-main">SmallBASIC</span> BASIC programming language dialect with interpreters released as free software

SmallBASIC is a BASIC programming language dialect with interpreters released as free software under the GNU General Public License version 3 for Microsoft Windows, Linux and Android.

In software engineering, a compatibility layer is an interface that allows binaries for a legacy or foreign system to run on a host system. This translates system calls for the foreign system into native system calls for the host system. With some libraries for the foreign system, this will often be sufficient to run foreign binaries on the host system. A hardware compatibility layer consists of tools that allow hardware emulation.

<span class="mw-page-title-main">FLTK</span>

Fast Light Toolkit is a cross-platform widget library for graphical user interfaces (GUIs), developed by Bill Spitzak and others. Made to accommodate 3D graphics programming, it has an interface to OpenGL, but it is also suitable for general GUI programming.

<span class="mw-page-title-main">QCAD</span> CAD software

QCAD is a computer-aided design (CAD) software application for 2D design and drafting. It is available for Linux, Apple macOS, Unix and Microsoft Windows. The QCAD GUI is based on the Qt framework.

<span class="mw-page-title-main">Krita</span> Digital painting and 2D animation software

Krita is a free and open-source raster graphics editor designed primarily for digital art and 2D animation. The software runs on Windows, macOS, Linux, Haiku, Android, and ChromeOS, and features an OpenGL-accelerated canvas, colour management support, an advanced brush engine, non-destructive layers and masks, group-based layer management, vector artwork support, and switchable customisation profiles.

Raster graphics editors can be compared by many variables, including availability.

Photogenics is raster graphic editing software produced by Idruna Software.

<span class="mw-page-title-main">FreeBSD</span> Free and open-source Unix-like operating system

FreeBSD is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD). The first version of FreeBSD was released in 1993 developed from 386BSD and the current version runs on x86, ARM, PowerPC and RISC-V processors. The project is supported and promoted by the FreeBSD Foundation.

dcraw

dcraw is an open-source computer program which is able to read numerous raw image format files, typically produced by mid-range and high-end digital cameras. dcraw converts these images into the standard TIFF and PPM image formats. This conversion is sometimes referred to as developing a raw image since it renders raw image sensor data into a viewable form.

fpGUI Graphical user interface toolkit in Object Pascal

fpGUI, the Free Pascal GUI toolkit, is a cross-platform graphical user interface toolkit developed by Graeme Geldenhuys. fpGUI is open source and free software, licensed under a Modified LGPL license. The toolkit has been implemented using the Free Pascal compiler, meaning it is written in the Object Pascal language.

<span class="mw-page-title-main">Berkeley Software Distribution</span> Unix operating system

The Berkeley Software Distribution or Berkeley Standard Distribution (BSD) is a discontinued operating system based on Research Unix, developed and distributed by the Computer Systems Research Group (CSRG) at the University of California, Berkeley. The term "BSD" commonly refers to its open-source descendants, including FreeBSD, OpenBSD, NetBSD, and DragonFly BSD.

<span class="mw-page-title-main">Unix-like</span> Operating system that behaves in a manner similar to a Unix system

A Unix-like operating system is one that behaves in a manner similar to a Unix system, although not necessarily conforming to or being certified to any version of the Single UNIX Specification. A Unix-like application is one that behaves like the corresponding Unix command or shell. Although there are general philosophies for Unix design, there is no technical standard defining the term, and opinions can differ about the degree to which a particular operating system or application is Unix-like.

References

  1. Error: Unable to display the reference properly. See the documentation for details.
  2. "CinePaint". SourceForge. Retrieved 2021-03-01.
  3. Robin Rowe (February 17, 2005). "The Linux Motion Picture Pipeline". LinuxMovies.org. Archived from the original on July 16, 2007. Retrieved July 29, 2007.
  4. "User's Guide to High Bit Depth GIMP 2.9.2". November 2015. Retrieved December 10, 2015.
  5. "CinePaint | CinePaint 2.0 Making Progress". Archived from the original on 2019-02-20. Retrieved 2021-03-01.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  6. "CinePaint Documentation: Why Migrate from GTK to FLTK" . Retrieved March 10, 2008.
  7. "cinepaint.org".
  8. "CinePaint 1.4.4 Windows version released 2021/5/6" . Retrieved May 7, 2021.
  9. "CinePaint 1.4.5 Windows version released 30th May 2021" . Retrieved June 12, 2021.
  10. "Old CinePaint about page". Archived from the original on 2015-09-23. Retrieved 2011-06-11.[ dubious ]
  11. "The History of CinePaint". February 2015. Archived from the original on 22 December 2007.