Conversion Formats

Convert GV to UYVY

Convert Graphviz to 16bit/pixel interleaved YUV

Graphviz
Image Read No Write
GV is a default output format for DOT language in the Graphviz Graph Visualization Software. It is used to represent graphs in a form understandable to humans and programs. GV was developed to replace the DOT extension to avoid confusion as it is also used in Microsoft Word before 2007.
16bit/pixel interleaved YUV
Image Read Write
This is a color system for displaying image and video files. The luminance component (Y) in UYVY is digitized at each point, whereas the color difference components (U, V) are digitized two times less frequently. It has a 16 bits/pixel structure, and it is used in video rendering and image editors.
Supported: Conversion from GV to UYVY is listed.

View GV details View UYVY details ← Back to all formats