На этот раз мне понадорбилось делать фон прозрачным для сначала для одной (в Gimp), а потом для всех картинок в папке. Сделал все быстро, но записать не успед, о чем жалею..., а здесь только видео и ссылки... Первая ссылка на Graphic Design Stack Exchange - очень полезный ресурс... и почему эти программы так хорошо документированы?
Remove Background from Multiple Images
http://graphicdesign.stackexchange.com/questions/5446/making-the-background-of-an-image-transparent-in-gimp Graphic Design Stack Exchange is a question and answer site for Graphic Design professionals, students, and enthusiasts. It's 100% free, no registration required.
Use the convert program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. See Command Line Processing for advice on how to structure your convert command or see below for example usages of the command.
convert rose.jpg -resize 50% rose.png
Set the transparent color Sometimes this is used for saving to image formats such as GIF and PNG8 which uses this color to represent boolean transparency. This does not make a color transparent, it only defines what color the transparent color is in the color palette of the saved image. Use -transparent to make an opaque color transparent.
Попытался загрузить сюда анимированную бабочку, но не тут-то было... Пришлось скопировать на рабочий стол...
from IPython.display import Image
Image ('http://lady.webnice.ru/img/2010/04/img20100426204559_6918.gif')
Посты чуть ниже также могут вас заинтересовать
Комментариев нет:
Отправить комментарий