GIMP :: 2.9.1 Plugin Crashed / File TIFF Load
Nov 3, 2013
I downloaded/installed the PPA for Gimp 2.9.1. It worked great for the first half dozen 16-bit tiffs.I use a few RAW converters to create these tiff tiles, RawTherapee, UFRAW, and the Sony software supplied with my A700 DSLR, Image Data Converter running through Wine.
At any rate, most of the tiffs I create now cause Gimp to crash when opening new files. I get this message: Plug-in crashed: "file-tiff-load" and Opening '/home/caruso/Desktop/PHOTOS from IDC/DSC06219.tif' failed:
Files created previously continue to open as normal.
I was so thrilled to have succeeded in installing 2.9.1 on my system, but now may have to uninstall it and fall back to 2.8.x.I realize that 2.9.1 is experimental and unstable, but would like to know if this is something simple that can be fixed.
View 1 Replies
ADVERTISEMENT
Nov 11, 2013
how do I load the DPXPLUS plugin into ae? I have both ae6 and ae CC. I need to read 12 bit dpx file
View 2 Replies
View Related
Mar 5, 2013
I tried export cdr to huge tiff image, 300dpi and 25m x 3m size. The problem is my X6 crashed, i am using Win XP SP3 4gb ddr dell optiplex 380 series.
View 4 Replies
View Related
Mar 24, 2012
I have installed both version 2.6.11 and also version 2.4.7 of the Windows version of Gimp that I have downloaded from here [URL]
When I launch Gimp, and select File / Open from the main menu, neither TIF/TIFF nor JPG/JPEG files are listed when "All Images" is selected in the file type drop-down listbox. If I select "All Files", and then select either a TIFF or JPEG file, then an error message appears stating "Unknown file type". The specific types listed in the file type drop down list box include:
GIMP XCF image (*.xcf)
bzip archive (*.xcf.bz2, *.bz2, *.xcfbz2)
Dexktop Link (*.desktop)
G3 fax image (*.g3)
GIF image (*.gif)
gzip archive (*.xcf.gz, *.gz, *.xcfgz)
Photoshop image (*.psd)
I have read here: [URL] that, "Some of the file types, such as JPEG and TIFF, require extra libraries (described elsewhere)." I have no idea where "elsewhere" is.
I have completely uninstalled, rebooted, and reinstalled both version 2.6.11 and 2.4.7 with the exact same results each time. The program otherwise works as advertized, with no errors or problems that I am aware of.
Am I missing something here? All indications are that GIMP (Even the Windows version) natively supports TIFF / TIF and JPEG / JPG files, but that is certainly not my experience!
I am specifically interested in opening TIFF / TIF files.
View 3 Replies
View Related
Sep 22, 2012
I can't get a simple script.scm to load a file, put it in a layer, add the layer to the active image and call it a day. My ultimate objective is to paste the same .png on top of every picture (about 70 of them) in batch mode. In order to feed the "load this particular file as a layer" command to Batch Image Manipulation plug-in, it has to be a script.
Despite a great deal of time on the internet looking for the proper syntax of gimp-load-layer, I could not find a single explanation to the "filename" parameter. Is it an absolute path? If relative, of what and where? If absolute, what's the proper syntax: do I put quotes, slash or backslash, one or two slash after C:? When I try to run my script, I get the error "Execution error for 'Test': Error: ( : 1) Invalid type for argument 2 to gimp-image-insert-layer, which I take to mean what I'm trying to feed it isn't a layer, which means the gimp-load-layer operation failed.
My stupidly simple and obstinately not working "script-fu-test.scm" is as follows:
(define (script-fu-test image drawable)
(let*
(
(position -1)
(back-layer nil)
)
(set! back-layer(gimp-file-load-layer RUN-NONINTERACTIVE image "C:/Test/test.png"))
(gimp-image-insert-layer image back-layer -1 position)
[code]......
View 2 Replies
View Related
Nov 18, 2013
I am under development of a plugin.The plugin used to get loaded upto the recent times.AI gives a message "Error loading plugins XXXX.aip" with no further details.Code is with no compilation error (of course )
View 10 Replies
View Related
Dec 2, 2013
I am using PSE 12 as an external editor for Aperture. When I ask to use an external photo editor, Aperture creates a .tiff file in my Aperture folder, launches PSE 12 and tells it to edit that .tiff file. This all works great. When I am done editing in PSE 12, I ask it to save the file and it saves it back to the original Aperture folder with a .tif extension. I can instead say "save as" and then it suggests the file name with a .tif extension. When I correct the extension to .tiff it warns me that I'm going to overwrite the file (exactly what I want!). I say yes and then I find out that PSE did not overwrite the file, but wrote it as a .tif file anyway. I have to go to the folder, delete the .tiff file and rename the .tif file to .tiff and then everything is fine - but what a hassle.
View 3 Replies
View Related
Feb 10, 2012
Have developed a problem trying to load some TIF images into Photoshop. I have a large number of images archived over a decade or more. At this point it may some of the older files that exhibit the problem.
Now all these files were edited and stored using the Photoshop versions during the complete time period. The files are always saved with no compression. Have tried to load from Photoshop and clicking on the file in a file list. Photoshop just hangs and I get the message Program not responding. I can take these same files and load them into the ROXIO photo editor with no problem. Stranger yet is if I simply load the file into the ROXIO editor then "save as" back into the same folder (overwrite) the file can then be brought into Photoshop with no problem!
View 15 Replies
View Related
Jul 17, 2013
I'm trying to import a .tif image into autocad 2013 this image I clipped in ArcMap 10.1 and reprojected. The size of the image that I can't import is 36.6 mb, but I can import a MrSIDs image size is 611 mb into AutoCAD this is the error message that I get when I try an import the smaller image. "this file is an unknown format or invalid for images"
View 5 Replies
View Related
Dec 26, 2012
I'm trying to get my plug-in to successfully load its commands only if certain parameters are met like a prefix in the DWG file name. (I know I would have to use GETSYSTEMVARIABLE("DWGNAME") ) I haven't been able to implement a restriction successfully.
Also, is there a way to load a plug-in only within the scope of a document and not the entire AutoCAD executable?
This way, if the user has open document A and it's not a valid document of use of the plug-in, he won't be able to use the commands, but if he loads document B with a valid format (name prefix), the plug-ing will automatically load for the document B instance only. Is this possible?
(Working with AutoCAD 2010 and .net 3.5)
View 7 Replies
View Related
Apr 6, 2011
I have a few panasonic cameras and i love paint.net....i was wondering, how to write a plugin to load panasonic(.RW2) raw photo files...
View 19 Replies
View Related
Oct 29, 2012
I downloaded importskp plugin and installed for Autocad2013, but could not load it.
I tried to restart Autocad, and also appautoload command but couldn't solve the problem.
View 4 Replies
View Related
Mar 1, 2014
How to load and execute sticky plugin
View 4 Replies
View Related
Nov 1, 2012
I was working on a .psd file (opened in PaintTool SAI) when there was a blackout so my laptop was crashed. When I opened it an hour later, the .psd file was ruined; all layers flattened to one black background layer; and no matter how many programs I tried to open the file, it's still the same black image.
Is there any possible way to recover my .psd file before it was crashed?
View 3 Replies
View Related
May 17, 2012
I have a CS4 file i have been working on (rendering a PDF) file got big 1.7 gig, crashed, and now wont open. I get this message: Error opening the PDF document. Error code =0x20030003. I need to recover this file.
View 5 Replies
View Related
Mar 20, 2012
My .psd (cs5) file crashed. Is there anyway to recover it.
View 9 Replies
View Related
Jan 7, 2013
X5 just crashed and a dialogue showed up asking med to contact Corel support and send them the DMP file.
I find it a little strange that they don't offer a direct upload option of the DMP file as a part of this dialogue, but it's probably me who is a little strange...
Anyway. Is there an email address or something where I can send this DMP file? It would be much faster than getting in touch with Corel support.
View 3 Replies
View Related
Sep 6, 2013
FATAL ERROR: Unhandled e0434352h Exception at fd989e5dh
When open a DWG file in Autocad 2013
View 3 Replies
View Related
Jun 25, 2013
Suddenly i am facing X6 crashing after an update 1. when open/new file, the software crashes : with the following messages:
Problem Event Name:APPCRASH
Application Name:CorelDRW.exe
Application Version:16.1.0.843
Application Timestamp:4fff8124
Fault Module Name:FillToolCore.dll
Fault Module Version:16.1.0.843
[code]...
View 4 Replies
View Related
May 3, 2011
My hard drive crashed so I lost a lot of my CDR work. I was able to get some back in the form of JPG. These were files that I drew in Corel and Exported as JPG. Is there anyway I can get them back into Vector without re drawing? I figured there had to be a way since they were originally drawn in Corel.
View 2 Replies
View Related
Apr 25, 2011
I have a major problem with PhotoPaint X5 after SP2. I have an image of a movie poster from internet. Let's say about 1000x1500 pixels. I make the width 300 px. (height will be 440 or more) Than I make a new document of 300x430 pixels. Copy and paste the first file into the second. Move it up and/or down with the arrow keys to have a good composition. Than I combine the image with the background (shift/control/arrow down) and save it to rest.jpg. When I want to close the original image in CorelPaint I get the Corel A.R.M. window. I tried a few times without combining the image to the background and than I CAN close the file without crashing PP. I'm glad I found a workaround since I do these actions quit a lot for my movie and music database. But it took a lot a time to figure out where it went wrong. So according to my tests it must have something to do with combining the image to the background. Sometime when nudging the image a couple of times up and down crashses PP too when I then combine the image and background. At that point i don't come a far as exporting.
View 9 Replies
View Related
Jul 5, 2004
I am cleaning up the Hard Drive on my Mac G4. My scanned images are taking a great portion of the 80 Gig drive. I finished clearing my external drive by removing nearly 60 gigs of images by storing them on DVD. I will do the same for the Mac drive.
My trouble is that all my images are stored in TIFF format which takes up enormous space no matter the storage. Since I output images in various sizes, mainly prints, to 30 x 40 inches, I need a master image archived in the best format for such. However, I do not want to fill my drives, or DVD, with large files. Code:
View 5 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
Aug 16, 2012
Whenever I tell LR to edit a photo in PS (CS6), I get back a TIFF file that is 10X larger than the orginal RAW file, and I ultimetly delete it to save space (after first converting it to a jpeg). Why doesn't PS do LR style non-destructrive editing, i.e., why not simply return a record of the edits made in a format compatible with LR?
View 8 Replies
View Related
Jun 16, 2012
I have many many files earlier scanned using ABBYY Fine reader in colors 300 dpi, but now using any programs I only get the images back as black and white. If I upload to one of their online processors I get it back in colors, all images are nice and colorful.
View 7 Replies
View Related
Feb 20, 2011
I'm sending tiff files to GIMP (version 2.6.7 for Windows) from a raw converter. The tiff files contain a lot of EXIF data such as Fnumber, FocalLength, ExposureTime, ISO. and so-on. When I save as jpeg from GIMP, most of the EXIF data is discarded. In the "Save as JPEG" dialog, the checkbox "Save EXIF data" (under Advaned Options" is unchecked. It is grayed out so I cannot check it.
In Chapter 6 of the GIMP manual, it says
Although GIMP uses the “libexif” library to read and write EXIF data, the library is not automatically packaged with GIMP. If GIMP was built with libexif support, then EXIF data is preserved
Here are my questions: (1) Is the Windows version of GIMP packaged with libexif? (2) If not, is there a workaround?
View 2 Replies
View Related
Sep 16, 2011
I have over 200 pdf files that I need to batch convert to tiff format. From what I've gathered, this can be done simply using Ghostscript. Unfortunately, I have no experience running GS as a command line program, and only installed it as part of Gimp. Any tool for gimp that could do this? or step by step, through the process of using GS to perform this task?
View 1 Replies
View Related
Oct 27, 2011
GIMP 2.6.11 WinXP
I've been opening my RAW images in Irfanview, converting them to .tif images, and then opening the .tif images in GIMP for processing, but I've been getting a pop-up window (see screenshot) that says:
"Calling error for procedure 'gimp-image-set-resolution': Image resolution is out of bounds, using the default resolution instead."
What does that message mean?
View 4 Replies
View Related
Nov 19, 2012
I cannot save images in jpg or tiff. I am using a Mac.
View 10 Replies
View Related
Jun 1, 2011
I have about 350 images I am trying to turn into an animated GIF so I can stick them in Flash rather than importing 350 images. When I click "Optimize for GIF" it works, but strips the quality way down. I would rather use a PNG, so if there is a plugin, I would love to hear about it OR if you know a way for the animated GIF to be created without losing quality, that would be awesome.
View 1 Replies
View Related
Mar 14, 2011
I have a folder of lots of images i want to resize for the web. Is there a decent batch plug in for gimp 2.6.10. I am using ubuntu.
View 8 Replies
View Related