GIMP :: Unable To Find The Brush
Jun 6, 2012A couple days ago, I was making some images, and I looked up a tutorial on how to make a watermark [URL]....... I did everything it said, but I could not find the brush.
View 2 RepliesA couple days ago, I was making some images, and I looked up a tutorial on how to make a watermark [URL]....... I did everything it said, but I could not find the brush.
View 2 RepliesJust downloaded GIMP on Vista and tried to import a PDF file that I need to work on. I got the file into the Import (?) window, clicked on Import and the program whirred away for a while but I can't see or find the file - there's just a blank window.
How can I find my file to work on it? Do I need to load it into GIMP in a special way?
I am unable to set up parametric brushes that work correctly with a keyboard shortcut. At first when I assigned the keyboard shortcut to increase or decrease the parametric brush radius, as explained here Setting up GIMP for Artistic work, nothing happened when I pressed my new shortcut. Finally I, for reasons beyond me pressed the "reset size to brushes native size" button and it worked....sorta. It seems to work only within a limited range.
For instance. I reduce the radius all the way down to 1 then "magic size reset button" which sets size to 3, then I get a small brush. However when I increase size past 2 for the radius it doesn't increase further(the actual brush on the screen, the numbers change but that's it) until I press the size reset button. It's really frustrating because I can increase the radius using the keyboard from 2 to 9000 but I'm only getting a 2 pixel increase on the screen, unless I do the size reset then it jumps. I'm using Gimp 2.8.4 on windows 8 also set up to use a wacom tablet.
I am trying to locate the brush folder on my computer. I am unable to locate any type of folders for gimp. I download gimp straight from the website.
I am trying to make s water mark and use it as a brush that is the reasoning locating the brush folder.
I am unable to change the settings for any brush because they are all grayed out. It's like this for my custom brushes, too.
View 1 Replies View RelatedI can't change the Gimp brush color at all, here's a picture below of what I'm trying to do:
[URL]........
I'm trying to change it to an auburnish color but the brush just stays black when I paint on the canvas. As you can see I did change the color though.
not able to edit brush features in gimp 2.8; options are not editable...
ubuntu 12.04...
When I move my mouse over the drawing area, the brush simply freezes at the corner next to the rulers, the regular cursor continues to move and I can click on the buttons, tools and menu, but my mouse is not functioning in the workspace, I can use my wacom tablet fine, but I still need my mouse to be functional for lassoo tools etc.
It is a very recent install, I may have some how buggered the mouse input when configuring my wacom.
I'm running Arch Linux, with KDE.
I need to do some shading work in Gimp, and for this it would be very nice to have a quick way to change my brush size. Luckily there's a note in the gimp docs on how to program the mouse wheel to do this:
[URL] .....
My laptop only has a touchpad with a little scroll area on the side, but I can't think of a good reason why this should be any different from a scroll wheel on a real mouse. Unfortunately, though, following the documentation doesn't work.
In fact, as far as I can tell, the input controllers dialog does nothing at all on my system--I've looked at the settings for the all of the 'active controllers,' and none of the current settings there match with the actual behavior of Gimp as far as I can tell. It also worries me that the controller names are so generic--they're listed as 'Main Keyboard' and 'Main Mouse Wheel' rather than mentioning a synaptics touchpad, and my tablet doesn't even seem to be listed.
I am using Gimp 2.6.11 on Ubuntu.
you can see what i mean in the following picture examples.
Â
Selecting a brush (any 1 pixel) brush
Â
[URL]........
shows my selection . Drawing a straight line
Â
[URL]........
Â
Zooming in to the line (600%) you can see i can draw a marquee through half of it ...
Â
[URL].........
Â
No matter what 1 single pixel brush i use this will happen... no matter which computer i use cs6 on and different copies of the installation.  Anyway have any insight into this? frankly... it's somewhat limiting that i can't use the brush for stroking a shape if i need a pixel line and yet soft curves that a pencil won't get you.Â
I'm using a tablet with gimp and I want to be able to set the brush size for the paint brush and also for the eraser, separately. What happens now is that I'll set the paintbrush size to 10px, paint for a little while, turn the pen over to erase and the eraser will now be at 10px. So I'll adjust the eraser size to something like 50px, erase, turn over, and now the paintbrush is at 50px. Grrrrrrr... I tried creating new brushes for both the paintbrush and the eraser, but there's no brush size option. This is my first time using gimp so I'm probably missing something.
View 4 Replies View RelatedI have been using Sketchbook Pro of late for drawing with my Cintiq because it has some great, natual looking brushes, right there and easy to use. I figure that Photoshop must be able to do the same thing, but I can't see how. Photoshop is much more powerful and useful, but I find that I need to use Sketchbook Pro to draw, but can't see that this should be.Â
how to achieve the natural brushes I want, as below? The top three are the same brush at different sizes. They approximate a kind of charcoal look. The bottom two are two different brushes which I find useful for shading. How do I get brushes like this in Pnotoshop?
can't find the star in the brush preset picker
View 12 Replies View RelatedI'm trying to locate the drop down menu for the adjustment brush, not the panel but the acutal menu that also has some Adobe developed presets (like soften skin and whiten teeth for example).Â
View 2 Replies View RelatedI'm completely new to this program, so honestly i don't understand almost nothing: i've bought a model of a human person in .Max format, which showed in the description ans screenshots that was rigged, but i'm completely unable to find the rig in the model or the tool to show it, and being in a hurry doesn'twork.
View 3 Replies View Relatedwhenever I try to run Autodesk 3ds Max 2012 with Gamebryo, and I use 'attach to process' debugging with Visual Studio, I get the error message "unable to find any plug-ins at: C:Gamebryo..." in 3ds Max.
Â
Then, when 3ds Max opens up and I click on an icon such as Gamebryo Export, Gamebryo Preview, etc, I get the error message " syntax error: at /, expected <factor> in line: "Gamebryo/NiMaxOptions.h"// " in Maxscript. For example, for the Gamebryo-AutoPreview.mcr file, that message shows up on the line
[code]
DoGamebryoView(-1)[/code]
If I then include NiMaxOptions.h in the Gamebryo-Export.mcr file, like below, I get the error message: "syntax error at /, expected <factor> In line: include "Gamebryo/NiMaxOptions.h"//
[code]
macroscript GamebryoExport category:"Gamebryo Tools"
buttonText:"Gamebryo Export" toolTip:"Gamebryo Export" Icon:#("Gamebryo", 2)
(
include "Gamebryo/NiMaxOptions.h"
strFilename = GetExportValue "NiFilename"
GamebryoExport strFilename
)
[/code]
What is causing these error messages to appear?
I've tried to download the Photoshop CS6 Extended trial, but it was missing from the download assistant, so I just downloaded the version that was available, the 3D feature was missing, which is one of the only reasons I decided to get the trail for Extended, it's not grayed out, it's just simply not there.
Â
My PC's specs are:
Windows 8 Professional 64bit,
CPU is an AMD FX-4100 Quad Core,
8GB of DDR3 RAM,
My GPU is a NVIDIA GeForce GTX 550ti,
I can't snap to a midpoint in a line. For example, If I draw a line 10" long, I can't draw a line from the center of that line. It used to give me an auto snap option to go to, but now it only allows me to snap to the ends of that line.
View 6 Replies View RelatedI can get the DWG translator Add-In with :
Inventor.TranslatorAddIn dwgAddIn = (Inventor.TranslatorAddIn)InventorOpen._invApp.ApplicationAddIns.get_ItemById("{C24E3AC2-122E-11D5-8E91-0010B541CD80}");
But I can't find ID for JPG.
I have a dll which shows simple dialog, which in its constructor reads from a file located in the same folder as the dll, to populate some of the controls in the form, like combo boxes. The assembly works perfectly at local pc, but when I take release copy of the dll and the file at work, I cannot read from the file.
I am able to load the dll with the Netload, but when i start the command it shows - "Unable to find assembly 'Pressurized Pipes, Version=1.0.0.0, Culture=neutral, PublicKey Token=null'. And when I click OK button shows second dialog saying "Unhandled exception has occurred in a component in your application. If you continue, the application will ignore this error and attempt to continue. Invalid Argument=Value of '0' is not  valid for 'SelectedIndex'. Parameter name: SelectedIndex.
Details:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'. Parameter name: SelectedIndex at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value) at Plumbing_Pipes.Pressurized_Pipes_Form.populatePipeTypeComboBox() at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
It seems to me that I am not able to Deserialize the file and read from the list in the file, which list I use to populate the combobox.
I am using just the name of the file to deserialize it, assuming that the dll will look in the folder where the dll is located.
I download jpg into lightroom...I only see the raws...I know the jpgs are there....but where????
View 2 Replies View RelatedMy problem is that I cannot access the proDADMercalli or Boris Graffiti features in VSP X4 Ultimate. I uninstalled a previous version of VSP X4 before installing VSP X4 Ultimate and made sure the files proDADMercalli20Corel|4.vft and the Boris Graffiti.vft files were in the appropriate folder for Corel VideoStudio Pro X4 in my 64 bit W7 system.
Just to make sure, I followed the Corel instructions and re-installed the files in the folder in question to ensure that they had not been corrupted. I still cannot find the features in the FX menu.
I am struggling to get VS ProX4 to scan for and correctly identify TV channels. I have just installed the program and in every other aspect, the program is working correctly.
Under the capture option, the program is identifying that I have a DVB digital tuner card. It’s actually a dual card with both digital and analogue signals. If I click on options > video properties, I have the option to scan - but every time I do so, the program freezes at 40% and stops working.
I can change the Country/Region but the properties box is greyed out - and therefore I am not able to check that for example, it is scanning for antenna and not cable.
I’m running windows 7 and on windows MC, I have correctly identified over 100 channels so I’m pretty certain the tuner card is working.
We can not open most files. Tiff, PSD, some PDF files will give an "unable to find file error". Jpg files, and certain PDF files and TIFF files that use jpg compression work. I have tried resetting all the settings, changing scratch disks / memory usage, uninstalling all fonts, and reinstalling the application and the problem persists. Also i do not know if this is related but the same time we started having errors in photoshop we also have problems in Microsoft Word. The font list shows a lot of fonts as just a white box. Other apps can use the fonts fine. Just not in word. I have attatched a JPG file with screen caps of the errors.
View 2 Replies View RelatedI opened my Autocad today to discover that none of the drawings I open are displaying any type of text. This includes dimension text, multi/single line text, and titleblocks. My coworkers can open with text, so I am confident that it is a setting of some sort in my program. I have looked thropugh every menu and option and I have been unable to find the setting that would need to be changed.
View 4 Replies View RelatedI installed ACADLT 2012. I am unable to find PFD design and symbols. I am not sure if LT comes with it or if needs to be downloaded separately as a separate package
View 3 Replies View RelatedI do not find the profile of my lens(Sony/zeiss vario sonnar T F 1,8) in lightroom 5.2 when correcting for lensdistortion. Another lensprofile also from Zeiss comes up (Zeiss Apo sonnar T 2/135 ZE).Is it a similar lens and should I then use it?
View 2 Replies View RelatedI just got LR5 & its upgrade to LR5.3. I cannot find the Smoothness Slider as advertised.
View 4 Replies View RelatedI just installed elements 12 and the install went well, except for all my lightroom images.After installing elements 12 I went to look at my lightroom catalog onlt to find it was no longer there. There was an option to upgrade my elements catalog to lightroom, that seemed to make sense so I did that next.at this point my lightroom (3) catalog is there but there are NO images only blank squares.Â
At this point I am deeply regretful that I ever upgraded elements 10 to 12, everthing was working just fine till i installed elements 12.
unable to find the working files folder mentioned in adobe tv
View 2 Replies View RelatedJust got PS CS6 and Illustrator CS6 and went on to edit some pics of my cat. Only to find out that my Lightroom 3.6 doesn't seem to find PNG files exported from RAW using PS CS6.
Â
Is this normal and I have to cough up some more for LR4?