Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 3.66 KB

File metadata and controls

78 lines (64 loc) · 3.66 KB
title Image Editor for Icons | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.editors.cursor.F1
vc.editors.icon.F1
vc.editors.cursor
vc.editors.bitmap.F1
dev_langs
C++
helpviewer_keywords
editors, images
resource editors, graphics
Image editor [C++]
resource editors, Image editor
ms.assetid 586d2b8b-0348-4883-a85d-1ff0ddbf14dd
caps.latest.revision 17
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

Image Editor for Icons

The Image editor has an extensive set of tools for creating and editing images, as well as features to help you create toolbar bitmaps. In addition to bitmaps, icons, and cursors, you can edit images in GIF or JPEG format using commands on the Image menu and tools on the Image Editor toolbar.

With the Image editor, you can:

The Image Editor window shows two views of an image, with a split bar separating the two panes. You can drag the split bar from side to side to change the relative sizes of the panes. The active pane displays a selection border.

The Image Editor window can be adjusted to fit your needs and preferences. You can change the magnification factor and display or hide the pixel grid.

Note

Using the Image Editor, you can view 32-bit images, but you cannot edit them.

Visual Studio Image Library

You can download at no cost the Visual Studio Image Library which contains many animations, bitmaps, and icons that you can use in your applications. For more information about how to download the library, see The Visual Studio Image Library.

Managed Resources

You can use the Image editor and the Binary editor to work with resource files in managed projects. Any managed resources you want to edit must be linked resources. The Visual Studio resource editors do not support editing embedded resources.

For information on adding resources to managed projects, please see Resources in Desktop Apps in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see Creating Resource Files for Desktop Apps. For information on globalization and localization of resources in managed apps, see Globalizing and Localizing .NET Framework Applications.

Requirements

None

See Also

Resource Editors
Icons