Published Book on Amazon
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1 | |
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2 |
출판된 한글판 도서
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상) | |
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (하) |
Original Book Contents
21.2 <Gimp> Program – Edit Image File
You can use <Gimp> (GNU Image Manipulation Program) to edit bitmap images such as photos in Raspberry Pi. It can interface with commercial image editing tool <Adobe Photoshop> and provide powerful editing function for bitmap image
For more information on how to use the program, please see the following:
21.2.1 Installing <Gimp> Program
Install <Gimp> program as shown below. If you execute the command, it checks the installation of the program and confirms whether or not to install it. When you confirm "Continue", the installation process starts as below.
pi@raspberrypi ~ $ sudo apt-get install gimp |
Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gimp-data gstreamer0.10-ffmpeg gstreamer0.10-gconf gstreamer0.10-plugins-bad ~ ~ Skip ~ Need to get 31.0 MB of archives. After this operation, 119 MB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libgstreamer-plugins-bad0.10-0 armhf 0.10.23-7.1+deb7u2 [761 kB] Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main gstreamer0.10-plugins-bad armhf 0.10.23-7.1+deb7u2 [1,858 kB] Fetched 2,619 kB in 2s (970 kB/s) Extracting templates from packages: 100% ~ ~ Skip ~ Setting up gstreamer0.10-x:armhf (0.10.36-1.1) ... Processing triggers for python-support ... Processing triggers for menu ... |