GIMP :: Unable To Find Imported PDF
Sep 30, 2012
Just 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?
View 5 Replies
ADVERTISEMENT
Jun 6, 2012
A 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 Replies
View Related
Feb 16, 2012
Photos in folder on hard drive (XP) can't import because 'Photo Already Imported'. I can't find it on LR Catalog (All Photographs), Collections or Folders Local Disk (C:) in LR.Â
View 2 Replies
View Related
May 24, 2012
Back in LR1 and LR2, when I tried to import images that were already present in the catalog, I had an option to show me / select the already imported images. This is gone in LR4. How can I find in the library the already imported images without fecthing them one by one ?
View 13 Replies
View Related
Dec 21, 2012
1. "Failed to find a place for the imported files"
2. "not recognized"
View 2 Replies
View Related
Mar 25, 2013
Unable to import previously imported images. Don't import duplicates NOT ticked.
All the images are "greyed" out, any new images I add to this folder have a tick as normal. I have LR on another PC and all is OK when I try this.
View 3 Replies
View Related
Mar 5, 2011
How do I keep my GIFs the same colors as I created them? When I import the GIFs into GIMP the colors are changed on some of them. Are there different types of GIF (color resolutions)?
The attached GIF should have a gray border but in GIMP the border is yellow, other colors are changed too. The "PS" letters should be purple-pink but GIMP changes them to black, basically all the colors change.
I am trying to create an animated GIF and the GIFs are imported as layers
I've noticed the problem GIFS have a lower case file extension (.gif) whereas the OK images have an upper case file extension.GIF
It's OK I can simply open the lower case .gifs in MS Paint and then "save_as" which saves them as an UPPERCASE .GIF file extension and then GIMP doesn't change the colors. Problem solved but it is odd that it occurred in the first place. I wonder what was happening?
OH NO... it is still changing the colors. I think I will just do a screen grab and save that as a completely new GIF which stops the colors changing but it is a big hassle because I have about 9 images to change.
NO I STILL CAN'T FIX IT How can I stop GIMP changing the colors of imported GIF layers in a GIF animation?
View 1 Replies
View Related
Jul 8, 2011
I'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 Related
Jan 27, 2014
whenever 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?
View 1 Replies
View Related
Jan 28, 2014
I've imported an image into gimp, I then have imported another image using File open as layers.
Once this second image is imported it's obviously far too large, I want it to easily sit within the first image.
However when I right click > image > scale image it alter's both of them at once. It does this whether I have both images showing or not.
View 3 Replies
View Related
Mar 5, 2013
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,
View 5 Replies
View Related
Dec 22, 2011
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 Related
May 28, 2013
I 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.
View 1 Replies
View Related
Feb 17, 2012
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.
View 6 Replies
View Related
Mar 6, 2012
I download jpg into lightroom...I only see the raws...I know the jpgs are there....but where????
View 2 Replies
View Related
Aug 20, 2011
I've got an image I'm trying to make my wallpaper thats a 1024 x 768 image. My screen resolution is 1680 x 1050 so if I use the image and use the "fill" option to have the image fit my background perfectly it won't fit and some stuff gets cut off. I have to use the "fill" option instead" of "fit" which gives it borders kind of like of how I want because I'm rotating wallpapers and this is the only one that doesn't work under "fill"
What I want to do is just import my image into gimp and then add some paint on the right and left outside the image to make it wider so it would fit as my background without some stuff getting cut out.
Is there a way to import an image into gimp and then add some paint outside the image and then save the new image with the paint outside the original image onto my hard drive?
View 1 Replies
View Related
Mar 10, 2013
I am not very experienced with gimp yet but I am having trouble viewing each frame of a gif that I imported into gimp. I have the layers box open and it lists each frame (1-42). When I click on different frames in the layers box, the image never changes in gimp. I want to be able to edit each frame individually. I am using version 2.6.8. Here are a few screen shots, and the gif I am trying to edit.
View 1 Replies
View Related
Nov 26, 2013
I have a PSD made in Phoshop. In this file I have layers named button which has a blue gradient color:
1. Created a round rectangle tool.
2. Under styles menu, I chose another style which I downloaded from the web (n ASL file).
The problem is that in GIMP I can't see the colors in the layers and only see the base style which is black and white.
Wandering in the web I have downloaded the three scripts from [URL] ... into the plug-ins directory of GIMP, but still it looks like I can't import an ASL file into GIMP.
The weird thing is that opening the PSD in a simple picture viewer (Gwenview) I can see the colors perfectly but I obviously can't work with the layers.
You can see in the attached files a snapshot of the picture as supposed to be (orig.jpg) and as seen in Gimp (gimped.jpg)
View 1 Replies
View Related
Dec 21, 2011
My 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.
View 4 Replies
View Related
Jan 8, 2012
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.
View 2 Replies
View Related
Apr 9, 2009
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 Related
Aug 13, 2012
I 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 Related
Aug 17, 2012
I 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 Related
Nov 17, 2013
I 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 Related
Jan 25, 2014
I just got LR5 & its upgrade to LR5.3. I cannot find the Smoothness Slider as advertised.
View 4 Replies
View Related
Jan 5, 2014
I 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.
View 10 Replies
View Related
May 22, 2012
I've been using Gimp for sometime now.It's a fantastic program, but I thought the area where it lacked the mostwas the brushes. It only came with a few basic brushes, and you often hadto download extra packs for that something extra. This in itself wasn't ahuge deal, although if you had brush sets more like those of PaintTool SAIor MyPaint, that would be really great. Those program don't have as much asGimp, but they have some really great brushes, which makes them fun to drawin.
My bigger concerns is adding your own brushes to Gimp via imported brushpacks. While you say you integrate all files, the brush manager is lacking.If I wish to add a few brush packs to see what they do, the brush listquickly becomes clogged. You can't seem to delete brushes without goingback into the brushes folder which you first put them in, and then deletethe files. This also means if you like a few brushes in a pack, but therest of it is useless to you, then you have to have everything, or nothing.
There is a lot to be desired in terms of the brushes, and I hope you canimprove these soon. I stand by Gimp, even though people often call it awatered down version of Photoshop, but Gimp 2.8 has been a hugedisappointment for me.
On a final note, when choosing a new brush, especially for the animatedtexture brushes you include, I think it would be useful if youautomatically went to the brushes native size. This saves time and energy,especially if you are testing out new brushes. MyPaint has this feature,and I have found it incredibly useful. This also means I can just click thebrush a second time to reset it to the default settings.
View 1 Replies
View Related
Sep 17, 2013
unable to find the working files folder mentioned in adobe tv
View 2 Replies
View Related
Oct 4, 2012
Just 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?
View 3 Replies
View Related
Jun 26, 2013
I cannot find the drop down for Polar array. I just have the 4 squares for array when I click on it I can request polar as the array type but it gives me a quirky menu with grips and does not allow me to set fill angles and number of pieces. I had issues loading this program, Map3D 2013 and was wondering if it was skipped in the installation, The circular pattern button is not on list of commands but does show in the documentation provided.
View 2 Replies
View Related
Apr 29, 2011
I just started using Maya 2011, and in 8.5 the view window had a dropdown menu to change the viewport to polygon transparency sorting. Well there is no dropdown menu in 2011. So where do I change it? I can't tell if I'm clipping my model onto itself without doing a render.
View 4 Replies
View Related