I've just downloaded and installed GIMP so it really might be too early to ask this, but after searching I've not been able to find much of an answer. In Photoshop most of my work uses the fade command. I've discovered this in GIMP and it works with some tools but not others (it's grayed out).So for example, if I wanted to draw with the paintbrush and then fade it to 50%, how would I do so? I'm suspecting there's some way to do it that doesn't involve Edit > Fade.
I have a flattened bitmap (no layers) and I would like to make it "fade" out to one side in a pixelated way, as if the pixels of the image is breaking up and the image is dissolving into transparent. I don't know if that explains it well, but a little like this image:
[URL]...........
How can I do this with The Gimp? I also have the original image in SVG format with all the layers (made with Inkscape)?
I have seen several instructions on how to fade a picture to transparent. How I can fade a picture to the exact color of the background, i.e. the edge of the picture disappears and smoothly transitions into the background color? All fading I have tried sofar still leaves an edge of the picture visible, contrasting with the background.
I'm trying to create a fade in animated gif based on a youtube tutorial. The tutorial has a background then creates a new image layer. The image layer is duplicated and the opacity is increased from lower to higher values.
A copy of the background is created and placed under each newly created layer.
The video then merges the layers down into the copied backgrounds. This is where my gimp version does not work. My new images will not merge down into the copied backgrounds. Is there a setting that I am missing on my layers?
I would like to add some black boarders to my fotos that fade to transparent. a little bit like this [URL]But with the difference that I dont need the boarders to be really really dark. they sould be more transparent where I can still see some of the details of the foto layer beneath. The idea is more to give my pictures some slightly darker boarders so that I can print them out and they look somehow similar when I put them on the wall...
So theoretically i thought of adding a new layer, make a rounded selection, invert the selection and use the blend tool from black to transparent (if this is somehow possible). But maybe there is an easier or better way or maybe there exist some additonal plugins where I can do some simple foto things like that with a already existing filter?
I figured out how to use the layers option to fade an image into white for a Blackberry theme I'm making. After getting the hang of that, I figured I could try the same thing with a different image. But instead of opening up both images in different colors, both show up as the color of the first image. Both images are png files, the same file format that I used the first set of images for. I have not changed the size nor made anything transparent.
I've been using gimp for awhile now and have had great success using itto retouch about a zillion scans of old family photographs. but other than then few things I need in order to do that (paintbrush, clone tool, rotate tool and crop) I am still largely ignorant of how to use gimp. (There's just so much functionality in there, and I'm sure that I don't even have any use for about 90% of it.)
Anyway, a relative just sent me an old old family photo that some nitwit,perhaps a generation or two ago, did some seriously violence to with a pair of scissors. To salvage this one and to make it look presentable I really need to be able to take the scan I have of it and crop it into a oval shape.(Yes, it is a portrait.)
So anyway, how do I do this? It isn't obviously. I already did manage to figure out how to make a selection of the exact size and shape (and location)of oval that I want, and I _did_ make a selection like that... at least I_thought_ that I did... but then when I did crop-to-selection I ended up with the picture cropped to a rectangular shape, where the rectangle in question is, quite apparently, the rectangle which only and exactly contained the oval that I had selected earlier.
I'm sort-of guessing that what I really want is gonna end up being another one of these things that ends up involving multiple layers... yes? I mean of course, what I _really_ want to end up with is an image that _is_ in fact a rectangle, but everything outside of my selected oval has to end up being painted total white (255).
This is a strictly B&W image, BTW... just like all really old family photographs everywhere. How to fade the edges of the oval slowly to white.
I figured out how to use the layers option to fade an image into white for a Blackberry theme I'm making. After getting the hang of that, I figured I could try the same thing with a different image. But instead of opening up both images in different colors, both show up as the color of the first image. Both images are png files, the same file format that I used the first set of images for. I have not changed the size nor made anything transparent.
I am trying to make my image fade to black on one side. I have read the blend tool tutorial in the user manual but all I can get to hap pen is a black and white gradient completely covering my image. I have tried adding a transparent layer over the image and applying the gradient to it but for some reason when one side of the image (using the linear mode) starts to get darker, the other side gets lighter, creating a severely distorted contrast with the image, plus the fade covers an entire half of the image.
how I would convert an XCF to a PNG on the windows command line. With flattening of layers.
Heres what I tried before I gave up...
Various complicated GIMP python scripts but couldnt figure out what to do with them Imagick - tried various options but couldnt get to produce correct image xcf2png - couldnt find a windows binary nConvert - didnt seem to handle transparency and seems to include layers that are hidden
After GROWing a letter in a word by one or more pixels, I tried to STROKE the action and it didn't seem to work properly. I would like the letter to be totally filled with its solid color... but instead, it just seemed to outline the letter, leaving white space between the new GROW line and the actual letter.
how to end up with a "fatter" letter that's completely filled?
I'm thinking about some new feature which I'd love to see in GIMP but can'tadd it myself. Maybe there's a way to achieve it.
To the point. I'd love to be able to create new image from clipboard from acommand line. There is such function so I guess it wouldn't be a problem toadd it. Having this one could make a shortcut (e.g. in Unity's launcher RMBmenu). It's useful when some app (e.g. screenshot taking) puts image inclipboard and you want to quickly edit it.
This is such a common task, there may be cause to have a Resize option bundled with the Export command. Having to always perform them as two separate steps is an annoyance, but the possibility of accidentally saving the wrong resolution back to the XCF file is a danger.
A question that asked late last year as I had a need to resize and keep working on original. That's when I found the save for web had been reinstated as 2.6.
Part of the motivation for the save/export distinction in the firstplace is later being able to introduce such improvements to exportworkflows (as well as other neat things; like being able to choosebetween export presets, multiple named regions - and more). Without aclear conceptual internal seperation - such future improvements willbe much harder.
I am a newbie having trouble getting the sample batch programs to run. I placed simple-unsharp-mask.scm in C:.gimp-2.6scripts and put the .bat file in the E: drive directory with the image file foo.png. When I run the .bat file on my PC running Vista, I get "batch command experienced an execution error." Here is the .bat file:
I have seen mention of a utility called xcf2png which can extract layers from a XCF file and write them to a PNG, but it seems there is no Windows version.
Any way of doing this under Windows/DOS? I just want to extract a layer by name and write it to a PNG file with the same name as the layer.
Or even better - searches a XCF file for layers that (say) start with an underscore and exports only those layers to separate named PNG files.
I would like to use the Bash command line to open two images into GIMP, each image on a layer. The code below opens the two images into separate GIMP windows.
>> gimp image1.jpg image2.jpg
How can I open the two images into one GIMP window and two layers?
1. Is there a "show quick mask" feature for showing masks?
I know Gimp has a "*Show quick mask*" feature which shows what you have(and haven't) selected by displaying a red overlay over your image,allowing you to add to or subtract from a selection by using the paintbrush, but I haven't found a similar feature for showing masks.
Photoshop has this feature (it's called 'reveal mask' I think) and it basically just shows a red overlay of your mask on your image so that,similar to the quick mask feature in Gimp, you can see where you have and haven't masked through.
(I don't own Photoshop so I'm not sure if the red overlay shows the opacity with which you've masked through or whether or not you can edit the mask when it's being shown as a red overlay.)
2. Is there a command for showing the layer underneath the current layer I'm working on?
This is another feature that I've seen Photoshop has that is useful for blending multiple exposures (and lots of things, really).
Basically it's just a keyboard shortcut for showing the layer underneath your current when you hold down a certain keyboard command (it's not something you toggle since it's meant for quickly viewing what's on the layer underneath your current one).
I know I can press space bar to show or hide the layer I'm currently working on, but I can't do that unless I focus into the layers dialogue first. It'd be nice if I could activate that functionality from anywhere,regardless of whether I'm focused on the layers dialogue.
AutoCad 2011. I am having no luck when trying to drag a command from the Command List pane to the Quick Access Toolbar. I have success draging to Tool Palettes
I am currently writing a series of routines for setting the layers for text, leaders and dimension commands. The end goal is a system where any annotation command sets the correct layer for the duration of the command, then reverts back to the layer that was active before the command.
I have managed to complete all the code, and it appears to be working fine, I just have one question: I have used -layer "m" "Lay_name" etc... for all layer setting commands, rather than any code to see if the layer exists already. In my limited testing this seems to be suitable, nothing that exists on that layer seems to be affected.
I know how to write code to determine if the layer exists already and set the layer instead, but so far it seems unnecessary??
After installing the VBA Module, I get the message "Unknown command "VBARUN"". I've rebooted, restarted and tried reinstalling the VBA Module to no avail.
I press CTRL+9 to make the Command Line disappear while drawing. When I plot (or when doing a plot preview) , the Command Line appears again by itself. So I always have to turn the Command Line off manually after each plot
The bug still happens;
- if Dynamic Input is turned off or on - if I plot to a real device or in PDF - if the Cammand Line Palette i docked or floating.
This is not an issue in AutoCAD 2012 so I guess it has to do with the new way they programmed the revamped Command Line palette in 2013.
I need to save a drawing file and give it the name of my desire using a single command, I don't want to issue "saveas" and then specify the name in the file name prompt. This problem is has been faced when I was using ScriptPro and I couldn't succeeded to do that. Hence I need to know if it is feasible to do the stuff using a single command. It will be preferred if I can choose the location to save the file also rather than save the file to the default location.
without reiterating a lot of what is said in this thread: [URL] ......
This happen outside the potential malware infection?
if you care to not click-through, the problem is that certain commands (not all of them) simply do not disply in the command line. so the MOVE command for example looks like this:
I am working on a header for a site. The left side image faded in nicely by layering it over black, lowering the opacity and blurring the right edge. I also sat the black layer a bit further in and blurred it to get a smooth edge. However, I cannot get the same look on the right side image. After about 2 hours trying, I am at wit's end. But I am still a newbie to PS and I have no doubt there is a better way to do this.