2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows 版 Inkcscape で GIMP XCF形式で保存する

Last updated at Posted at 2019-12-09

「InkscapeからGIMPにデータ持っていくのはどうするの?」
(手元のUbuntuで確認しながら)「XCF形式で保存したらいいでしょう」
「GIMP パレット形式??」
「いや、XCF形式形式が選べるでしょう? ・・・え゛っ?」

ほんとだ、WindowsだとXCF形式の選択肢が無い???

inkscape1.png

調べました。
どうやらGIMPのパスが通っているとここのメニューにXCF形式保存が出現するらしい。

cf.,
「InkscapeでGIMP XCFファイルを出力する作業メモ」
https://ch.nicovideo.jp/suwatoh/blomaga/ar444773

ということで、まずはPathを通します。
Windows10だと「コントロールパネル」-「ユーザーアカウント」-「環境変数の変更」から設定。

image.png

カレントユーザーの環境変数でいいかな・・・

image.png
「編集」を押して

image.png

「%PROGRAMFILES%GIMP 2bin」
を追加する

更にgimp.exe名でgimp-2.10.exeが起動するようにする。

image.png

コマンドプロンプトを管理者モードで起動してハードリンクを追加

fsutil hardlink create "%PROGRAMFILES%\GIMP 2\bin\gimp.exe" "%PROGRAMFILES%\GIMP 2\bin\gimp-2.10.exe"

以下のように出力できるようになりました

image.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?