Giter VIP home page Giter VIP logo

cyan's Introduction

GitHub stats

cyan's People

Contributors

grfknt avatar olear avatar rivinhd avatar rodlie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cyan's Issues

Fix performance

I made v1 to be correct, not fast. But fear not, I should be able to speed up the application significant.

The (long) road to Cyan 2

Cyan (1.0) started out as a simple (prepress) color converter application, but my goal has always been to make a more full-featured image editor (an replacement to Gimp for my workflow). So some months ago I started working on Cyan2. The progress has been slow, but steady, taking my time to get it right from the start.

Proposed features for v2.x

  • Work/edit on any bit depth (in either RGBA, CMYKA)
  • Layers support
  • Layer composite
  • Layer opacity
  • Brush/Paint support
  • Color picker/selector
  • Plug-in support
  • Transform layer(s)
  • Custom file format support (load/save projects)
  • Import SVG/PDF/PSD/Krita/Gimp layered images
  • Text support

I have also experimented with nondestructive multi-layered support, but that will have to wait until v3.

My plan is to have a working alpha release by the end of 2018. The source for v2 is currently not public.

Screenshots (from first to latest):

cyan2-screenshot-01

cyan2-screenshot-02

cyan2-screenshot-03

cyan2-screenshot-04

cyan2-screenshot-05

cyan2-screenshot-06

cyan2-screenshot-07

cyan2-screenshot-08

Broken gimp.py

1.2.0 shipped with a broken gimp.py, sorry about that. Will do a new release (1.2.1) later today.

1.2.1 RC builds will be available here: #23

Setup Travis CI for deploying binaries

Compile this application on Travis CI upon each git push, and upload an AppImage to your GitHub Releases page.

Providing an AppImage would have, among others, these advantages:

  • Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Works out of the box, no installation of runtimes needed
  • Optional desktop integration with appimaged
  • Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can optionally GPG2-sign your AppImages (inside the file)
  • Works on Live ISOs
  • Can use the same AppImages when dual-booting multiple distributions
  • Can be listed in the AppImageHub central directory of available AppImages
  • Can double as a self-extracting compressed archive with the --appimage-extract parameter

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

TODO

  1. https://github.com/appimage/appimagekit
    1.1 https://github.com/probonopd/linuxdeployqt
    1.2 https://github.com/probonopd/uploadtool

PLEASE NOTE: For this to work, you need to enable Travis CI for your repository as described here prior to merging this, if you haven't already done so. Also, You need to set up GITHUB_TOKEN in Travis CI for this to work; please see https://github.com/probonopd/uploadtool.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

CMYK drawing

IM only supports drawing in RGB....

Either fix IM or convert to RGB while drawing. Last option is easiest, but will hurt performance.

Git master fails to build

g++ -c -pipe -O2 -fPIC -fopenmp -fopenmp -fopenmp -Wall -W -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DQT_NO_DEBUG_OUTPUT -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc -isystem /usr/include/x86_64-linux-gnu/ImageMagick-6 -isystem /usr/include/ImageMagick-6 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibuild/.moc -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o build/.obj/common.o src/common.cpp
src/common.cpp: In static member function 'static int Common::hasLayers(const QString&)':
src/common.cpp:633:17: error: 'pingImages' is not a member of 'Magick'
         Magick::pingImages(&layers,
                 ^~~~~~~~~~
src/common.cpp:633:17: note: suggested alternative: 'linkImages'
         Magick::pingImages(&layers,
                 ^~~~~~~~~~
                 linkImages
make[1]: *** [Makefile:582: build/.obj/common.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.