-
Notifications
You must be signed in to change notification settings - Fork 3
/
classic-colors.1
126 lines (85 loc) · 2.84 KB
/
classic-colors.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Name:
Classic-Colors
Synopsis:
classic-colors [file]
Description:
Classic-Colors is a simple raster image editor written with the motif toolkit, It supports the file formats of:
.jpg
.png
.gif
.tga
.bmp
It's main interface consists of (from top-to bottom):
- A menubar
- 12 tools
- context sensitive options
- active colors + color palate
- status bar
the menubar consists of:
File: Standard file options
Edit: Standard edit options
View:
> Zoom in + [zoom in the file]
>Zoom Out - [zoom out of the file]
> Reset [reset shown file to oringal size]
Image: Image alteration operations
Help:
>Help:
Bring up the HTML help page for Classic-Colors
>About
Bring up the about Classic-Colors window.
The 12 buttons below are:
Brush:
Draws a circular brush without interruption, options are sizes measured in pixels
Select(dashed square):
select area, options are:
>Ignore bg
ignore background
>everything
grab everything
Pencil:
draws a square brush without interruption, same mouse options as brush
Zoom(magnifying glass)
use a zoom operation on the image
Erase(eraser):
inverse of brush
Text(A):
Draw text, options are
Text type
Text size
Text alignment
Sample(dropper):
Samples the color of the selected area
Line:
Draw a line, options are size
Spray:
Deposit visual noise constrained in a circle, options are size
Square draw:
draw a square, options are:
Stroke
Fill
Stroke + Fill
Fill(bucket):
fill selected area, options are:
Neighbors
Everywhere
Oval draw:
draw a oval, options are same as square draw
Below all of the above is a context sensitive list of options relating to the selected tool above
Farther below is color selection, the leftmost square is the color option of the brushes when the left mouse button is pressed down, the square right to it is the color of the brush when the right mouse button is pressed.
Farthest below is the status message.
Source:
http://github.com/justinmeiners/classic-colors https://github.com/justinmeiners/classic-colors
See also:
https://en.wikipedia.org/wiki/Pinta_(software) Pinta
https://en.wikipedia.org/wiki/Microsoft_Paint Microsoft paint
https://en.wikipedia.org/wiki/MyPaint My Paint
https://en.wikipedia.org/wiki/KolourPaint KolourPaint
https://en.wikipedia.org/wiki/MtPaint MtPaint
Acknowledgments:
Classic-Colors was written by Justin Meiners : https://github.com/justinmeiners
Man page written by https://github.com/MagnetarRocket
Notes on behavior(bugs):
Upon any changes, classic-colors will not state in any way it has unsaved data
.xpm not supported
non-animated gif only supported