GIMP :: How To Transform A Picture Like A Landscape Into A Curtain
Nov 17, 2012
how can I transform a picture, like a landscape, into a curtain? I mean, if I have my picture I want to "blend" it also with shadows, etc... like this effect: URL.... not red, but as on it there is my picture...
maybe it will be difficult, but how can i do it??
View 7 Replies
ADVERTISEMENT
May 29, 2011
Can gimp change the picture from landscape to portrait. Like when u rotate the camera 90 degrees while snapping the picture. Tried all kinds of options/preference in gimp but printer (hpc6280) just will not rotate a 4x6 print. I believe it works with 11.8.5 paper (not sure).
View 2 Replies
View Related
Feb 26, 2012
How do you change a picture from portrait to landscape in Photoshop CS5?
View 4 Replies
View Related
Aug 9, 2013
Can Lightroom 5 combine two or three adjacent landscape overlapping photos into one wide landscape? If so, how?
View 1 Replies
View Related
Aug 27, 2013
Can Gimp superimpose text in landscape orientation on photo?If so, I can not find in the documentation how to do this.
This is my first posting. I hope I am asking through the correct list serve?
View 3 Replies
View Related
Nov 10, 2012
In the attached photo, I've already done some transforming and cropping to the get the top of the photo to be relatively straight.
I'm pretty sure what I need to do now is find a way to get the lower left of the photo to be pushed down and to the left to both: stop the appearance of that side of the photo jutting out more and to straighten out the white sign that says SOHO NOW OPEN so that it's flush with the top. However, I've tried all the transform tools and none of them are making that happen for me.
View 4 Replies
View Related
Aug 18, 2011
I'm trying to print a landscape image but the image is reduced when printed. I open a new A4 sized template and make my image but when it comes time to print the image is smaller on the page than A4. Is there an easy solution to this? I have messed around with orientation both in GIMP and my printer settings, I have used the printers' "fit to page" setting and tried everything I can think of.
View 4 Replies
View Related
Mar 11, 2012
Working with PS CS 5.5
Background:
I have succsssfully used the Transform=>Skew command to 'square' a photo of an art canvas. And have cropped the photo to the edge of the canvas.
Question:
What are the steps/strategy to selecting the black/dark background and converting to a transparent or lighter color.
View 2 Replies
View Related
Sep 18, 2011
I have checked the road map for GIMP and I have seen that the Unified transform tool can be expected in version 3.8. (ugh)
Now what I would like to ask is there any tool or plugin for GIMP that can transform my selections? Or is there any open source image editor that can do it.
I'm not an artist and just for this I have to use Photoshop. For me PS is an overkill for just cutting up an image.
View 3 Replies
View Related
Dec 5, 2011
After I use the lasso tool I go to free transform and make my correction. But when I press ok and then deselect, it's leaving a black mark on the picture from the free transform tool. Why is this happening?
View 7 Replies
View Related
Feb 6, 2012
Is there a relatively simple, automated tool in gimp to apply one picture's environment lighting properties to another picture?
So for example if i cut out an object from one picture that has pretty warm lighting environment, and put it in a cold light background it will look pretty out of place obviously, and this is what I would like to resolve.
View 3 Replies
View Related
Jan 7, 2013
or how to position a picture in a specific location within a background picture.
View 3 Replies
View Related
Feb 12, 2013
What I want to do, is take the path tool, make a pattern around a picture (which is rectangle) placing it on a picture of a board like this...and then pull the picture horizontally, and vertically, to make it circular, to fit the perimeter of the board. If I understand it correctly, when you use the path tool...it allows you to make an image round (from rectangular) is that true?
View 1 Replies
View Related
Jan 18, 2012
I was trying to rotate an image, and after successfully doing so, now I can't exit out of the rotate tool. The layer keeps saying (Transformation). How do I get out of this mode? I want to start duplicating this image and rotating them to different positions, but I need to learn how to get out of this mode.
View 2 Replies
View Related
Dec 16, 2011
I'm working on a project with two layers: (1) a photograph, and (2) a line drawing. The line drawing provides the accurate shape, and I need to stretch the photograph to fit the line drawing fairly precisely. The line drawing is the top layer, and I've already added an alpha layer to it so that I can see the photograph through it. Now I need to rotate, scale, and stretch the photograph to fit. Two questions:
--Does Gimp have a tool akin to P$hop's "free transform," which allows you to rotate, scale, and stretch in a single tool before committing the changes?
--Whenever I start using the rotate or perspective tools, the photograph appears on top (even though it's the bottom layer) and I can no longer see the line drawing. Obviously, this makes it nigh impossible to get an accurate fit. Is there a way of preventing this from happening, so that I can see the transparent top layer even while I'm working on the bottom layer?
View 4 Replies
View Related
Oct 27, 2012
I can find tutorials and plugins and such to convert a picture into a cartoon picture... but is there a plug in or way to go from cartoon to RL (real life image photo)???
View 1 Replies
View Related
Jul 10, 2013
I'm new here, as well as to script-fu, although I've looked into Scheme and Lisp and know how to program. I'm using Gimp 2.6.12 (the latest version on Linux - Ubuntu 12.04.2)
So, an overview of what I'm trying to do: create a simple clock face (black) with 12 solid white rectangles at the hour marks.
I have a single layer, (black background, white foreground colours), I select a circle, invert the selection and bucket fill.
Then I select a rectangle, fill it, rotate the layer (which cuts out the rectangle, creates a floating selection with it, and rotates that) anchor the flt-sel (and then repeat 12 times).
> (gimp-rect-select image 570 396 25 8 2 0 0) ; select rectangle
(#t)
> (gimp-bucket-fill layer 0 0 100 0 0 0 0) ; fills the selection (stays selected)
(#t)
> (gimp-drawable-transform-rotate layer (/ PI 2) 0 400 400 0 2 0 3 0) ; creates a flt-sel, but returns layer instead of the flt-sel(!?) ...
(4) ; (also deactivates selection)
> (set! fs (car (gimp-image-get-floating-sel image))) ; ... so have to get the flt-sel explicitly
26
> (gimp-floating-sel-anchor fs)
(#t)
This kinda works, but doesn't feel like the optimal way to do it . What I was expecting to do is something like copying the selection, 12 x (rotate and add), bucket-fill.
View 1 Replies
View Related
Feb 21, 2013
I'm looking to transform the text to curve/grow like the word "Legend" shown in the picture below.
View 3 Replies
View Related
Aug 20, 2011
How can I move (rotate or otherwise transform) a Selection.
1. Suppose I have a single Layer, on which I draw an image.
2. Now I activate a Selection Tool (Rectangular, Elliptical, Lasso, etc.) and make a Selection.
3. Then I activate the Move Tool and click on the "Move Selection" option, not the "Move Layer" option. [Oddly, when the "Move Selection" option is activated, there are two greyed out (unavailable) sub-options, both indication "Move Selection".]
4. With the Move Tool, I am able to move the Selection, but not the contents of that Selection.
The Gimp Documentation guide says:"If you click-and-drag the selection without handles, you create a new selection! To move the selection contents, you have to hold down Ctrl+Alt keys and click-and-drag the selection. This makes the original place empty. A floating selection is created. The required key commands may differ on your system, look in the status bar to see if another combination is specified; for example, Shift+Ctrl+Alt."
I have tried every combination of Shift, Ctrl and Alt (Shift+Ctrl, Ctrl+Alt and Shift+Alt). None of these allow me to move the contents of the selection. Further, there are no "handles" on the Selection. I suppose the key is to get the handles to appear, but I have not been able to discover the secret combination of keys to make that happen.
I am running Windows XP Pro.
View 3 Replies
View Related
Sep 3, 2011
I want to make some 3D screenshots like Windows Aero or this:
Is it possible to change the images on the individual windows after applying perspective, shadows/etc?
I want to make the overall appearance first, then decide what content to put in the windows.
View 4 Replies
View Related
Aug 27, 2013
I need to transform a rectangle part of my picture to a triangle, linearly, only with horizontal distortion, keeping vertical positions in place. (a rectangle to a triangle standing on its side, by moving the top corners to one point).
I tried the Cage Transform: the top of the picture seems good, but it also distorts the bottom line in this case. Other tools seem not suitable at all.
View 2 Replies
View Related
Oct 20, 2013
Please see at the problem:
[URL]..
[URL]...
[URL]...
I wanted to transform only selected part of image and instead all the layers and all the image was transformed by 1800 degree. How to do this what I want to do with the aid of free gimp?
View 2 Replies
View Related
Sep 8, 2012
Is there anyway to transform a 4-color picture into a 2-color one at reasonably good quality?
The problem I met is at the galley.I could, or migh, only be able to get a 2-color printer at reasonably good price.
The original design is 4-color. But the actual detail is not very important.They are book covers, which only need to protect the book.
View 3 Replies
View Related
Sep 8, 2012
Is there anyway to transform a 4-color CorelDraw picture into a 2-color one at reasonably good quality?
The problem I met is at the galley.
I could, or might, only be able to get a 2-color printer at reasonably good price.
The original design is 4-color. But the actual detail is not very important.
They are book covers, which only need to protect the book.
The exported picture is shown below:
View 3 Replies
View Related
Jul 6, 2011
i'm looking for the new free transform tool with no avail. i'm using ubuntu 10.10 64bit and upgraded from this ppa [URL]
View 5 Replies
View Related
Mar 13, 2013
I'm making background image for myself, and i know how i want it to be, but i cannot do it with my skills.
I have this "base" image that is 1920x1080 and i have to place there several (10-12) photos.
i want those photos to be different sizes and rotations and i also want them to have white border and some shadow.
I want those photos to be like in this image that i found from Google: What is the best and fastest way to do this in a gimp.
View 1 Replies
View Related
Jul 11, 2013
If one can select multiple layers to modify i.e. scale, rotate, transform... or is it only possible one layer at a time?
View 4 Replies
View Related
Aug 9, 2012
Ps CS6
OSX 10.6.8
Problem: Transform applied to Smart Object fails to transform an attached Smart Filters Mask.
I mean a Transform, including Free Transform, as found in the Edit menu. A simple move by the Move Tool is OK.
A workaround until this bug is squashed is to encapsulate the Smart Object + Smart Filters + Filter Mask inside another Smart Object and transform that.However, that will not be a satisfactory solution in some cases. If a filter has size parameter(s), e.g. Gaussian Blur radius, a scaling or warping/distorting transform applied after the filter will obviously differ from the filter applied after the transform.
In any case, the workaround is inconvenient to subsequent editing and experimenting with filters and masks.
View 3 Replies
View Related
Jan 28, 2012
Any method to transform all the pixel of a colour similar to X(in RGB values) to X ?
View 7 Replies
View Related
Dec 14, 2012
Long time gimp user, but for basic tasks only. Now I would like to get my hands dirty a little more. I'm trying to setup a workflow that involves CAD, Inkscape and GIMP. Basically I did some architectural drawing in CAD, used Inkscape to clean up and convert DXG into SVG, so that I can use paths into GIMP. I did a script that for every path creates a new transparent layer with a layer mask using the path, so I can add fills and textures quickly. Now to the problem: say I want to add a texture from another image, i paste the image into the appropriate layer, then I want to transform the texture a bit (scale, rotate and perspective). the result is that the layer mask is transformed, too. I tried to disable the mask during transform, but didn't work.
Is there a way to workaround this? maybe some layer mode instead of layer mask?
View 8 Replies
View Related
Jun 24, 2011
I am working on a website that has existing template images. One of these in particular has a predominate blue background colour, specifically #0a2a35 (195 81 21 [HSV], 10 42 53 [RGB], 81 21 0 79 [CMYK]). I want to transform this colour to an orange colour, #be5d27 (21 79 75 [HSV], 190 93 39 [RGB], 0 51 79 25 [CMYK]). At the same time, I want to change the lighter and darker blue accent colours of the image to become variations of the orange colour.
I have tried several things already, and one method that almost worked for me was using the "Colorize" tool to match the HSV values of the blue colour to orange colour. It almost works except the RGB values don't quite match up.
View 1 Replies
View Related