Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xaviju/inkscape-placeholder

Embed image placeholders into Inkscape
https://github.com/xaviju/inkscape-placeholder

embed-image-placeholders inkscape inkscape-placeholder lorempixel unsplash user-avatar

Last synced: 16 days ago
JSON representation

Embed image placeholders into Inkscape

Awesome Lists containing this project

README

        

## Inkscape Placeholder
Embed image placeholders with custom height and width into Inkscape:
- Beautiful Image backgrounds from [unsplash](https://unsplash.com/)
- Random User avatars from [adorable](http://avatars.adorable.io)
- Categorized Placeholder Images from [lorempixel](http://lorempixel.com/)

## How it works
Find 'Add Placeholder' extension under the _extensions_ menu in the top bar

![](http://i.imgur.com/4a4LLEA.png)

### Unsplash: Add a image background from _unsplash_

- Choose _From Unsplash..._

- Select the desired image width and height

![http://i.imgur.com/H4JoIwx.png](http://i.imgur.com/H4JoIwx.png)

- Apply and wait a few seconds and a beautiful random image will be loaded into your work area

![http://i.imgur.com/Fr5lUOs.jpg](http://i.imgur.com/Fr5lUOs.jpg)

### Add Adorable: Add a user avatar from _adorable_

1. Choose _Add adorable..._

2. Choose the desired adorable size and the adorable name. Nota that same name will always produce the same adorable. Random strings will produce random adorables!

![http://i.imgur.com/kO09MZt.png](http://i.imgur.com/kO09MZt.png)

2. Apply and wait a few seconds and a random adorable avatar will be loaded into your work area

![http://i.imgur.com/Udf9Oq6.png](http://i.imgur.com/Udf9Oq6.png)

### Add placeholder from Lorempixel and choose image category

1. Choose _From Lorempixel..._
2. Select the desired image width and height and choose the category

![](http://i.imgur.com/tH1Ckpf.png)

3. Apply and wait a few seconds until an image from the category you selected will be loaded into your work area

![](http://i.imgur.com/4VI9VGU.png)

##Images license
The images imported by this extension set are intended for use in private mockups only. If you would like to use them for any other purpose, please make sure to double check the image's license:
- Images from Lorempixel are released under the Creative Commons Attribution Share Alike License (CC-By-SA), which requires you to name the author and to share your work under the same license. Find the image author on [Lorempixel's website](http://lorempixel.com/).
- Images from [Unsplash](https://unsplash.com/license) are released under the CC-0 License, and can be used for any purpose.
- Images from [adorable](http://avatars.adorable.io) are released under the terms of the MIT License.

As these websites' licensing terms may change any time, we do not assume any liability for the above information. **You should always check the license of images you use in your art and other published works carefully.**

## Motivation

For designers, it is very useful to add image placeholders to their designs to see how the design could look and how image fits in space.
It is also useful to help clients see a temporary image that could help them understand better how a design will look in the future.

## Installation

Background placehoders: Copy the files `unsplash.py` and `unsplash.inx` into your extensions local directory
Adorable placehoders: Copy the files `adorable.py` and `adorable.inx` into your extensions local directory
Lorempixel placehoders: Copy the files `lorempixel.py` and `lorempixel.inx` into your extensions local directory
In linux

```
~/.config/inkscape/extensions
```