You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/windows/creating-an-icon-or-other-image-image-editor-for-icons.md
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -51,31 +51,31 @@ The **Target Image Type** property lists the available image types where you sel
51
51
52
52
:::row:::
53
53
:::column span="":::
54
-
16 x 16, 1 bit\
55
-
16 x 16, 24 bit\
56
-
16 x 16, 4 bit\
57
-
128 x 128, 1 bit\
58
-
128 x 128, 24 bit\
59
-
128 x 128, 4 bit\
60
-
128 x 128, 8 bit
54
+
16 x 16, 1 bit (monochrome)\
55
+
16 x 16, 24 bit (16 million colors)\
56
+
16 x 16, 4 bit (16 colors)\
57
+
128 x 128, 1 bit (monochrome)\
58
+
128 x 128, 24 bit (16 million colors)\
59
+
128 x 128, 4 bit (16 colors)\
60
+
128 x 128, 8 bit (256 colors)
61
61
:::column-end:::
62
62
:::column span="":::
63
-
256 x 256, 1 bit\
64
-
256 x 256, 24 bit\
65
-
256 x 256, 4 bit\
66
-
256 x 256, 8 bit\
67
-
32 x 32, 1 bit\
68
-
32 x 32, 24 bit\
69
-
32 x 32, 4 bit
63
+
256 x 256, 1 bit (monochrome)\
64
+
256 x 256, 24 bit (16 million colors)\
65
+
256 x 256, 4 bit (16 colors)\
66
+
256 x 256, 8 bit (256 colors)\
67
+
32 x 32, 1 bit (monochrome)\
68
+
32 x 32, 24 bit (16 million colors)\
69
+
32 x 32, 4 bit (16 colors)
70
70
:::column-end:::
71
71
:::column span="":::
72
-
48 x 48, 1 bit\
73
-
48 x 48, 24 bit\
74
-
48 x 48, 4 bit\
75
-
64 x 64, 1 bit\
76
-
64 x 64, 24 bit\
77
-
64 x 64, 4 bit\
78
-
64 x 64, 8 bit
72
+
48 x 48, 1 bit (monochrome)\
73
+
48 x 48, 24 bit (16 million colors)\
74
+
48 x 48, 4 bit (16 colors)\
75
+
64 x 64, 1 bit (monochrome)\
76
+
64 x 64, 24 bit (16 million colors)\
77
+
64 x 64, 4 bit (16 colors)\
78
+
64 x 64, 8 bit (256 colors)
79
79
:::column-end:::
80
80
:::row-end:::
81
81
@@ -90,7 +90,7 @@ The **Custom Image** dialog box allows you to create a new image with a custom s
90
90
|---|---|
91
91
|**Width**|Provides a space for you to enter the width of the custom image in pixels (1 - 512, limit of 2048)|
92
92
|**Height**|Provides a space for you to enter the height for the custom image in pixels (1 - 512, limit of 2048)|
93
-
|**Colors**|Provides a space for you to choose the number of bits for the custom image: 1, 4, 8, 24|
93
+
|**Colors**|Provides a space for you to choose the number of bits for color for the custom image: 1, 4, 8, 24|
94
94
95
95
Use the **Open \<Device> Image** dialog box to open device images in C++ projects. It lists existing device images in the current resource (images that are part of the current resource). The following property included is:
96
96
@@ -102,7 +102,7 @@ Use the **Open \<Device> Image** dialog box to open device images in C++ project
102
102
103
103
1. In [Resource View](how-to-create-a-resource-script-file.md#create-resources), right-click your *`.rc`* file, then choose **Add Resource**. If you already have an existing image resource in your *`.rc`* file, such as a cursor, you can right-click the **Cursor** folder and select **Insert Cursor**.
104
104
105
-
1. In the [Add Resource dialog box](./how-to-create-a-resource-script-file.md), select **Icon** or **Cursor** and choose **New**. For icons, this action creates an icon resource with a 32 × 32, 16-color icon. For cursors, a 32 × 32, monochrome (two-color) image is created.
105
+
1. In the [Add Resource dialog box](./how-to-create-a-resource-script-file.md), select **Icon** or **Cursor** and choose **New**. For icons, this action creates an icon resource with a 32 × 32, 16-color icon. For cursors, a 32 × 32, monochrome image is created.
106
106
107
107
If a plus sign (**+**) appears next to the image resource type in the **Insert Resource** dialog box, it means that toolbar templates are available. Select the plus sign to expand the list of templates, select a template, and choose **New**.
0 commit comments