“ Bake” ภาพ SVG เป็น PNG ที่ความละเอียดที่กำหนดหรือไม่?


20

ฉันใช้ Linux และฉันต้องการใช้ไฟล์ SVG และอบเป็นไฟล์ PNG ตามความละเอียดที่กำหนด มีวิธีทำอย่างรวดเร็วและมีประสิทธิภาพจากบรรทัดคำสั่งหรือไม่

ฉันกำลังมองหาบางสิ่งเช่นนี้:

svg2png --width 128 --height 128 input.svg output.png

มีเครื่องมือสำหรับสิ่งนี้หรือไม่?


คำตอบ:


20

ใช้การแปลงของ ImageMagick :

convert -resize 128x128 input.svg output.png

หากขนาดผืนผ้าใบอินพุตน้อยกว่าขนาดที่กำหนดสิ่งนี้จะเพิ่มขนาดเอาต์พุตโดยไม่มีการสุ่มตัวอย่างอีกครั้ง เพื่อให้ได้ผลลัพธ์ที่มีคุณภาพสูงขึ้นให้เพิ่ม-densityพารามิเตอร์:

convert -density 500 -resize 128x128 input.svg output.png

ImageMagick ภาพเวกเตอร์แรสเตอร์ไปที่ความละเอียดผ้าใบของพวกเขาเพื่อความหนาแน่นเริ่มต้นของ 72 dpi
หากต้องการเพิ่มขนาดด้วยการสุ่มตัวอย่างที่เหมาะสมคุณสามารถระบุค่าสูงเกินเช่น 500 dpi ในตัวอย่างด้านบน

การใช้ความหนาแน่นแรสเตอร์ที่สูงเกินไปอาจเป็นปัญหาด้านประสิทธิภาพของผืนผ้าใบขนาดใหญ่ ความหนาแน่นแรสเตอร์ต่ำสุดและอุดมคติคือ: raster_density = raster_size / original_size * original_density

ความหนาแน่นแรสเตอร์ในอุดมคตินี้จะส่งภาพโดยตรงกับขนาดที่คาดหวัง (ไม่-resizeจำเป็น) แต่เนื่องจากการประมาณจำนวนลอยอาจเกิดขึ้นแนะนำให้ใช้ค่าที่สูงขึ้นเล็กน้อยและการปรับขนาดเพื่อผลลัพธ์พิกเซลที่สมบูรณ์แบบ

คุณสามารถรับขนาดและความหนาแน่นดั้งเดิมโดยใช้เปอร์เซ็นต์หลบหนีของ ImageMagick :

 convert input.svg -format "%w %h %[resolution.x] %[resolution.y]" info:

โปรดทราบว่า ImageMagick ไม่รองรับคุณสมบัติครบถ้วนของ SVG หากมีปัญหาในการแสดงผลที่มีรูปร่างที่ไม่ถูกต้องดูที่หัวข้อนี้เกี่ยวกับการเลือก ImageMagick SVG renderer


เยี่ยมมากขอบคุณ ฉันพบrsvgจากคำตอบด้านล่างด้วยตัวเอง แต่ถึงเวลาแล้วที่ฉันจะเริ่มใช้ ImageMagick
Naftuli Kay

1
ใช้งานไม่ได้กับภาพ svg ของฉัน ตอนแรกฉันได้รับconvert: unable to read font (null) '@ error / annotate.c / RenderFreetype / 1153.`' ข้อผิดพลาดซึ่งฉันแก้ไขด้วยbrew install gsแต่แม้เมื่อตัวแปลงวิ่งอย่างหมดจดภาพที่ได้ก็คือขยะ
Lloyd Dewolf

@LloydDewolf คุณสามารถลองทำความสะอาด svgก่อนได้
Mihai Rotaru

ฉันต้องเพิ่ม-background transparentมิฉะนั้นการแปลงจะใช้พื้นหลังสีขาว
hgoebl

(สิ่งนี้ใช้กับ linux, อาจใช้กับ windows) หากคุณเปิด -verbose บน IM จากนั้นจะปรากฏว่า IM นั้นใช้ inkscape เพื่อสร้างไฟล์ eps ระดับกลาง ดังนั้นฉันขอแนะนำให้ใช้ inkscape โดยตรงกับ: inkscape in.svg --export-png=out.png(ตัวอย่างจากsuperuser.com/a/493028/316154 )
north-bradley

9

ทั้งrsvgและinkscapeสามารถ:

$ rsvg
Usage: rsvg [OPTIONS...] file.svg file.png
  -d, --dpi-x=<float>          pixels per inch
  -p, --dpi-y=<float>          pixels per inch
  -x, --x-zoom=<float>         x zoom factor
  -y, --y-zoom=<float>         y zoom factor
  -w, --width=<int>            width
  -h, --height=<int>           height
  -q, --quality=<int>          JPEG quality
  -f, --format=[png, jpeg]     save format
  -v, --version                show version information

Help options:
  -?, --help                   Show this help message
  --usage                      Display brief usage message

และ:

$ inkscape --help
Usage: inkscape [OPTIONS...] [FILE...]

Available options:
  -V, --version                             Print the Inkscape version number
  -z, --without-gui                         Do not use X server (only process
                                            files from console)
  -g, --with-gui                            Try to use X server (even if
                                            $DISPLAY is not set)
  -f, --file=FILENAME                       Open specified document(s) (option
                                            string may be excluded)
  -p, --print=FILENAME                      Print document(s) to specified
                                            output file (use '| program' for
                                            pipe)
  -e, --export-png=FILENAME                 Export document to a PNG file
  -d, --export-dpi=DPI                      The resolution used for exporting
                                            SVG into bitmap (default 90)
  -a, --export-area=x0:y0:x1:y1             Exported area in SVG user units
                                            (default is the canvas; 0,0 is
                                            lower-left corner)
  -D, --export-area-drawing                 Exported area is the entire
                                            drawing (not canvas)
  -C, --export-area-canvas                  Exported area is the entire canvas
      --export-area-snap                    Snap the bitmap export area
                                            outwards to the nearest integer
                                            values (in SVG user units)
  -w, --export-width=WIDTH                  The width of exported bitmap in
                                            pixels (overrides export-dpi)
  -h, --export-height=HEIGHT                The height of exported bitmap in
                                            pixels (overrides export-dpi)
  -i, --export-id=ID                        The ID of the object to export
  -j, --export-id-only                      Export just the object with
                                            export-id, hide all others (only
                                            with export-id)
  -t, --export-use-hints                    Use stored filename and DPI hints
                                            when exporting (only with
                                            export-id)
  -b, --export-background=COLOR             Background color of exported
                                            bitmap (any SVG-supported color
                                            string)
  -y, --export-background-opacity=VALUE     Background opacity of exported
                                            bitmap (either 0.0 to 1.0, or 1 to
                                            255)
  -l, --export-plain-svg=FILENAME           Export document to plain SVG file
                                            (no sodipodi or inkscape
                                            namespaces)
  -P, --export-ps=FILENAME                  Export document to a PS file
  -E, --export-eps=FILENAME                 Export document to an EPS file
  -A, --export-pdf=FILENAME                 Export document to a PDF file
  -T, --export-text-to-path                 Convert text object to paths on
                                            export (EPS)
  -F, --export-embed-fonts                  Embed fonts on export (Type 1
                                            only) (EPS)
  -B, --export-bbox-page                    Export files with the bounding box
                                            set to the page size (EPS)
  -X, --query-x                             Query the X coordinate of the
                                            drawing or, if specified, of the
                                            object with --query-id
  -Y, --query-y                             Query the Y coordinate of the
                                            drawing or, if specified, of the
                                            object with --query-id
  -W, --query-width                         Query the width of the drawing or,
                                            if specified, of the object with
                                            --query-id
  -H, --query-height                        Query the height of the drawing
                                            or, if specified, of the object
                                            with --query-id
  -S, --query-all                           List id,x,y,w,h for all objects
  -I, --query-id=ID                         The ID of the object whose
                                            dimensions are queried
  -x, --extension-directory                 Print out the extension directory
                                            and exit
      --vacuum-defs                         Remove unused definitions from the
                                            defs section(s) of the document
      --verb-list                           List the IDs of all the verbs in
                                            Inkscape
      --verb=VERB-ID                        Verb to call when Inkscape opens.
      --select=OBJECT-ID                    Object ID to select when Inkscape
                                            opens.

Help options:
  -?, --help                                Show this help message
      --usage                               Display brief usage message

ฉันมีปัญหาไม่รู้จบกับ Imagemagick ไม่มีความคิดที่ฉันสามารถใช้ rsvg โดยตรง (ไบนารีเรียกว่า rsvg-convert ในกรณีของฉันบน Mac Homebrew) และนี่ใช้งานได้อย่างน่าอัศจรรย์ ขอบคุณ
tremby

การใช้ inkscape หลีกเลี่ยงปัญหาที่ฉันเกิดขึ้นกับ imagemagick - SVG -> การแปลง PNG โดยใช้ imagemagick ครอบตัดกรอบที่มองไม่เห็นสำหรับรูปภาพ (ใช้สำหรับการรักษาจุดศูนย์กลางและขนาดสัมพันธ์) แต่ inkscape ทำงานได้ดี ขอบคุณมาก!
cutculus
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.