0
0

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 5 years have passed since last update.

【RasPi4入門】環境構築;Pintaでペイント♪

Posted at

RasPi4で日本語記事がかけるようになったので、画像処理もやろう。
ググってみると、以下の参考があったので試してみました。
【参考】
Ubuntuで簡易画像編集するツール「Pinta」
この記事にしたがって、インストールします。
※この記事には肝心な使い方がありませんのでメモにしておきます

$ sudo apt-get install pinta

まんまインストール出来ました。
利用の仕方は、以下のとおり
1.起動
run_pinta.jpg
2.スクリーンショット保存
昨日の記事より

$ scrot -d 5

3.pintaで領域選択
選択方法は左上から以下4種類あります。
四角形選択
なげなわ選択
楕円選択
魔法の杖;クリックした箇所の類似色領域を選択範囲とします
以下は、四角形選択した状態の絵です。
pinta_selectArea2.jpg
4.編集→コピー
5.ファイル→新規
6.編集→貼り付け
7.ファイル→名前をつけて保存
こうして、上記のような画像が得られました。

これで、日本語入力とペイント出来るようになって便利になった。
たまにpintaが落ちるけど。。。メモリー不足かな

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?