Steganography tool to hide/retrieve text or an image in an image.
Once data is hidden in an image, one can't tell the morphed image from a bunch of others (even similar looking).
Open any image and run Filters>Steganography>Hide to specify an input text file or image[lossless]. This will hide the data within the opened image. You can then save the image as a png/bmp/lossless format.
To retrieve the hidden data, open the image within hidden data. run Filters>Steganography>Unhide and specify the directory to save the retrieved data[output.extension].
This Python plugin simply can lay out all layers of an image into a grid (with the grid settings changed to reflect the old image size). And it also does the inverse, creating one layer for each grid cell in the image. This can be useful for things like a sprite sheet or glyph sheet and I didn't find anything similar.
Not sure if a script like this exists.
It may be useful in some cases.
Fits all layers (or 'only visible' layers) to image size.
Install script in your scripts directory
(you can see the scripts directory by going to
Edit -> Preferences
and then once the preferences windows opens,
go to Folders -> Scripts)
How to test:
* Create a new image (say: 800x600px)
* Create another, but smaller image (say 100x100px)
* Copy the small image (Ctrl+C)
* Paste in the bigger image (and create a new layer)
* Duplicate this new layer a couple of times read more »
Here are some scripts from my scripts directory, which happened to be fixed for 2.7, either because I needed them or out of curiosity. They may be backward incompatible with 2.6. If I did the work before the authors, they can receive their good back here. The scripts are:
histogram_match.scm
shadow-highlight.scm
elsamuko-grain.scm
CarTOONize_2.scm
film-like-grain.scm
hdroberts-cmy-adjust.scm
color-booster.scm
elsamuko-erosion-sharpen.scm read more »
Cuts out 4 standard pictures from a scanned image.
The use case is that you use your scanner to scan in standard photos 4 at a time, you would like to split this scanned image and save it as 4 separate files to continue work with the image processing software on. But rather than to open each image and select every single picture in the image scan this batch script is cutting out 4 photos for you.
The 4 pictures will have the same filename as the original file and added a suffix of _1, _2, _3 and _4
This simple script adds a outline to the selected layer.
Useful plugin for texture artists. In two clicks you can create seamless texture from image.
Features:
- automatically blending edges to remove "seam" effect
- split image into 4 layers - convenient for further editing
- overlapping if you want to postprocess image manually
- automatically make square texture (optional) - if you want to make power-of-two texture for game
- no repeating pattern effect
Of course, sometimes you need to use stamp tool or eraser tool to make texture looks better. But it is super-easy due to autosplitted layers. read more »
Yet another high pass. I use it to normalize brightness of textures. This script provides two different approaches: grain extract mode (mainly used to remove the effect of vignettes) and soft light mode (for images with sharp lightness transitions, but this mode is not so powerful as grain extract).
After installing, you'll find it in:
Filters/Enhance/High Pass Filter
Result:
This script calculates frames to create startrail videos.
***Update V2***
see below
**************
I created a simple program in WINAPI to generate gradients of the downloaded jpg image files. The principle is simple, if an image is loaded, you can press the left mouse button in a fixed area image window, drag and release in the second section and the program automatically creates a preview of a gradient consisting of a number of segments displayed in the control at the top of the window. By pressing the button with the hand goes to manual mode, where you can add or subtract points on the path drawn by double clicking the left mouse button near a path. read more »
Recent comments
56 min 41 sec ago
9 hours 20 min ago
13 hours 36 min ago
22 hours 24 min ago
1 day 3 min ago
1 day 8 hours ago
1 day 8 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 20 hours ago