All Projects → agateau → Colorpick

agateau / Colorpick

Licence: other

Projects that are alternatives of or similar to Colorpick

Ksnip
ksnip the cross-platform screenshot and annotation tool
Stars: ✭ 776 (+3133.33%)
Mutual labels:  qt
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (+3266.67%)
Mutual labels:  qt
Small Color Picker
jQuery color picker and button styles
Stars: ✭ 16 (-33.33%)
Mutual labels:  color-picker
Flyingcarpet
Encrypted file transfer over ad hoc WiFi. No network infrastructure required, just two laptops in close range. Linux, Mac, and Windows.
Stars: ✭ 788 (+3183.33%)
Mutual labels:  qt
Liteide
LiteIDE is a simple, open source, cross-platform Go IDE.
Stars: ✭ 6,657 (+27637.5%)
Mutual labels:  qt
Qutebrowser
A keyboard-driven, vim-like browser based on PyQt5.
Stars: ✭ 7,401 (+30737.5%)
Mutual labels:  qt
Veles
Binary data analysis and visualization tool
Stars: ✭ 767 (+3095.83%)
Mutual labels:  qt
Vertical Slide Color Picker
🦁 Vertical slide color picker for Android
Stars: ✭ 18 (-25%)
Mutual labels:  color-picker
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (+3216.67%)
Mutual labels:  color-picker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-33.33%)
Mutual labels:  color-picker
Awesome Qt
A curated list of awesome tools, libraries, and resources for the Qt framework.
Stars: ✭ 786 (+3175%)
Mutual labels:  qt
Ritual
Use C++ libraries from Rust
Stars: ✭ 792 (+3200%)
Mutual labels:  qt
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+3383.33%)
Mutual labels:  qt
Aspia
Remote desktop and file transfer tool.
Stars: ✭ 784 (+3166.67%)
Mutual labels:  qt
Przm
🎨 A simple, yet feature rich color picker and manipulator
Stars: ✭ 17 (-29.17%)
Mutual labels:  color-picker
Ttkmusicplayer
TTKMusicPlayer that imitation Kugou music, the music player uses of qmmp core library based on Qt for windows and linux.(支持网易云音乐、QQ音乐、酷我音乐、酷狗音乐等等)
Stars: ✭ 765 (+3087.5%)
Mutual labels:  qt
Nodegui
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
Stars: ✭ 7,324 (+30416.67%)
Mutual labels:  qt
Pta
PoE Trade Assistant
Stars: ✭ 19 (-20.83%)
Mutual labels:  qt
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+3633.33%)
Mutual labels:  qt
Pro Cmake
Cmake template for C/C++/Qt Project.
Stars: ✭ 16 (-33.33%)
Mutual labels:  qt

Colorpick: Color picker and contrast checker

Contrast check

Colorpick is a color picker, which makes it easy to check text readability by letting you pick a background and foreground color and computing the contrast between them.

It lets you know if contrast is good enough according to http://www.w3.org/TR/WCAG20/#visual-audio-contrast.

It also comes with a handy magnified-picker, which you can control with the cursor keys, for precise picking.

Finally, it lets you adjust colors and copy them to the clipboard as different formats.

Colorpick is managed using the lightweight project management policy.

Requirements

  • CMake
  • Qt 5
  • KF5GuiAddons
  • KF5WidgetsAddons

Installation

Create a build directory and change to it:

mkdir build
cd build

Run CMake and build:

cmake path/to/colorpick
make

Install (must be run as root if installing to /usr or /usr/local):

make install

Author

Aurélien Gâteau

License

BSD

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