.MVG 파일 확장자
Magick Vector Graphics File
| 개발사 | ImageMagick |
| 인기도 |
3.5 | 8 투표 |
MVG 파일이란 무엇인가요?
Graphic file used by ImageMagick, a program used to view, edit, and convert images; contains modularized language that describes 2D vector and mixed vector/raster graphics; includes fill-opacity, stroke-opacity, stroke-dash, clip-rule, and stroke-miterlimit settings.
추가 정보
The MVG language is used by ImageMagick as a way to draw graphics from the command line, from an MVG file, or when converting .SVG graphics. The MVG syntax does not have any containers or sets of image commands like the SVG format and ignores any white space between commands, which allows multiple commands per line. When the SVG file is converted to the MVG file, a simplified sequence of MVG drawing commands are produced.