GraphiteEditor/Graphite

File > Import should allow the user to place the image(s) in the viewport

開放

#2,621 建立於 2025年4月29日

 (5 則留言) (0 個反應) (0 位負責人)Rust (1,176 個分叉)batch import
Good First Issue

倉庫指標

星標
 (25,662 顆星)
PR 合併指標
 (平均合併 6天 9小時) (30 天內合併 65 個 PR)

描述

File > Import should support multiple imports at once. If there's no document open, it should do what it does now by creating a document with the correctly sized artboard, one per imported file. Except we should probably make the be part of File > Open instead of Import, so Open works with .graphite files as well as regular images.

But if a document is open, that's what Import is for. We want that to not place the import in the center of the viewport's current view, but instead attach it to the user's cursor and show a thumbnail preview of the image. Clicking places it center at the chosen location. Dragging draws a box with the image's aspect ratio which dictates where it will be placed. Once that's complete, it moves on to the next one if multiple images were imported.

貢獻者指南