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.
I am using Inventor Product Design Suite 2012. When I try to exit Inventor 2012 it just hangs there indefinitely every time. I have to use task manager to shut down Inventor. It doesn't matter if I use Inventor during that session or not. It was installed with all default settings and most current patches installed. It was also installed with administrator privledges and UAC turned off. This ia a clean install on a new hard disk drive.
The AutoCAD products in the bundle will hang sometimes on exit if plotting was the last command in that session.
My system is:
HP XW 8400 Dual Zeon 3.0 GHz CPU's 4 GB Ram NVidia Quadro FX1800 Graphics Card Windows 7 Professional with all current updates All drivers are current
There are no anti virus software packages on this system. The hard drive still has 120 GB free space.
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.
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?
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.
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...
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 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.
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?
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.
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?
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.
I would like to know if there is a way I can transform a layer by manipulating the layer itself.
For instance, I can select Layer-->Transform-->ArbitraryRotation, and then use the mouse directly on the layer, giving me a "realtime" vies of the rotation.
Is there any way to do this with something like the "Scale Layer" function, so I could transform a layer directly, while seeing in realtime the difference the scaling makes?
I just got Photoshop CS3. It installed and runs fine on my HP desktop (Intel Q6600, 3 GB ram) PC with Vista Home Premium.
Then I tried to install CS3 this afternoon on my Dell notebook, also with Vista Home Premium. At the end of installation process, it indicated CS3 was not correcdtly installed. Fianlly after trying and uninstalling several times, I disabled the McAfee Security Center and CS3 installed correctly and ran and I edited several test photos.
Then when I went to exit CS3 on the notebook, the pallets disappeared, the Photoshop borders and menus stayed on screen and then nothing happened. Vista busy icon just twirled and twirled. After several minutes, I opened Task Manager and it said 'Photoshop not responding'. I shut it down with Task Manager. Rebooting laptop does not help the problem.
Then I disabled McAfee Security Center, ran Photoshop CS3 and it still hung uip on exit.
why the program will not exit?
My notebook (4 months old):
Dell Inspiron 1721 with AMD Athlon 64 dual core processor
I have created a dll using vb.net and i am performing some validations in middle. If version is mismatching in program and database, i need to exit the application. How to exit the application and stop the command functionality?
When working on an animation project our company has faced a strange problem. When switching from one network task to another 3dsmax is closed with an error, as shown in the screenshot. Since there are a lot of tasks, a number of such messages grows frightening.
Trying to get outside of a problem, we have tried all the combinations that came about. Backburner 2008 and 2012, 3dsmax 2012 with the service pack and without it, different versions of Vray, various workstations with Windows 7 and Windows 7 SP1, to no avail. As it turned out, the problem is not in the network rendering, but in the file itself.
There were no problems noticed when working with the file, but when one closes 3dsmax, there’s an error message again. Even if we clear the scene from objects, materials, and settings completely - the error remains. But most of all we were surprised by the fact that the saved cleared scene weights 86016 bytes, but an absolutely empty scene, saved right after the program was opened, takes 73729 bytes.
i have the Pro version (purchased) with SP 1 (VS X4) But i have one error all the time, it crashes at exit, all the time.
I cleaned up temp folders, run disk cleaner in windows, run CCleaner and other utils.I also deleted all registry entries to VS X4 i could find, reinstalled VS X4 with SP1, but same problem.
System: win 7 32 bit With Nvida card 500mb CPU: Intel core duo 2.8 GHz 4 gig ram about 200 gig free at system-disk
how do you exit out of that mode while keeping your text edits? If I hit escape, the text I type is cancelled. The only method that seems to work is selecting another tool by clicking it on the tools palette, but generally I like to have that hidden while I type.
Is there a shortcut for exiting out of type mode that keeps your text edits and doesn't require the tool palette to be visible?
The studio I'm working is an early MAX 2012 adopter and, overall, I think it's better than 2011 but still not rock solid or bug-free. Let the hotfix-fest begin.
What I'm wondering is: why is it always prompting me if I want to save the changes made to the materials libraries I've opened (even if I haven't made a single change...) on exit, after the save file prompt?
This is getting ridiculously annoying since I sometimes open up 20-30 material libraries per scene and it asks ONCE PER EVERY LIBRARY (and can't seem to find an option to remove the prompt or "never ask again" tick)
Also, this happens with the simple/classic material browser (can't see why slate is so great...)
Wow, Max 2012 is buggy as hell! I keep finding bug after bug after bug.
I have both Service packs and hotfixes applied. When I enter Wireframe mode while panning I cannot go back to Shaded mode. Try it yourself - make sure you are in Shaded mode, click and hold the middle mouse button and pan around without releasing it. Then press F3 while still panning to go into Wireframe mode and then release the middle mouse button. Now if you try to go back into shaded you can't! Unless you manually go and change it through the viewport options in the top left corner of the viewport.
In vba it was very convenient to use “END” the exit a sub at any point. I have a lot of code that I am trying to translate to .net . I was hopeful if I could find a “END” substitute so that I do not have to rewrite a lot of code.
Everytime I go to close Illustrator down, no matter the method. I get a message that Illustrator has stopped working and has to be forcefully closed. This happens any time I close Illustrator. I even uninstalled the entire CS6 package, cleared the registry settings, and erased all the files, and did a complete reinstall of Illustrator CS6 only, and I still get the same error. No plug-ins running or anything..
Running Windows 7 64-bit Ultimate, AMD Athlon FX 8 Core, 3.96ghz. 16GB DDR3 1600 ram, 6 1TB drives, 3 virtual drive ( each drive is mirrored). Everything else runs rock solid without any issues at all. Just Illustrator acts oddly on shutdown.