Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski authored Feb 15, 2025
1 parent 5696355 commit c997def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are three ways to display the image/tensor during debugging:
- a keyboard shortcut **Alt+I** (default keymap);
- an action from the **context menu** of the variable.

The Debug Image Viewer is a multifunctional tool that displays data in two modes: [**pop-up and dialog**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features). Change this option in the settings and see which mode is right for you. The plugin allows you to display the variable name, image size, color depth, and data type. In addition to displaying the image, Debug Image Viewer also allows [**inverting BGR into RGB channels**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features) and [**saving the image**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features) in PNG format.
The Debug Image Viewer is a multifunctional tool that displays data in three modes: [**popup, dialog or tool window**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features). Change this option in the settings and see which mode is right for you. The plugin allows you to display the variable name, image size, color depth, and data type. In addition to displaying the image, Debug Image Viewer also allows [**inverting BGR into RGB channels**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features) and [**saving the image**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features) in PNG format.

Grayscale, BGR, or BGRA images are supported by default. Also, multichannel arrays can be viewed, for which [**each channel is displayed separately**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features). You can also [**apply a colormap**](https://plugins.jetbrains.com/plugin/14371-opencv-image-viewer/features) to any single channel.

Expand Down

0 comments on commit c997def

Please sign in to comment.