GIMP :: Created Script To Convert In A Batch

Oct 15, 2012

I have created a script to convert in a batch, about 2000 images, the problem is that gimp-file-save ignores image settings and uses its own defaults, so the image that has 6 layers, after being scaled, has only one layer!

the image is in format dds I am using gimp 2.8.2

the script:

(define (SECresizeTexture filename width height)(let* ((img (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))(drawable (car (gimp-image-get-active-drawable img))))(gimp-image-scale img width height)(gimp-file-save RUN-NONINTERACTIVE img drawable filename filename)))

as you can see, this is a generic script, I would like to avoid using the specific dds load/save because of increased complexity and for being specific to dds...

is it possible to set some format based on the original file? I could use the dds file save, parsing output from "identify -verbose filename" (imagemagick), but that will be a lot of trouble...

View 12 Replies


ADVERTISEMENT

GIMP :: GGR File Created With Windows Batch Not Loading

Apr 22, 2012

I want to be able to use a windows batch file to create a gradient for gimp.

My code is: Code ........

View 1 Replies View Related

GIMP :: Batch Convert XCF To PNG?

May 19, 2010

I have a lot of xcf's which I want to save as png's and do not want to do this manually in Gimp.

How do a batch convert xcf to png using the terminal (linux)?

Needs to be through Gimp CLI as ImageMagick convert won't handle the files properly and i can't get xcf2png to work.

View 8 Replies View Related

GIMP :: Batch Convert PDF To TIFF

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

GIMP :: Batch Convert - Scale All Photos To 300 PPI?

May 23, 2012

I have done LOTS of detailed research into ppi, dpi etc.

I believe I do understand the difference. Whenever I open a picture in gimp it opens at 72ppi. I wish to scale all my photos to 300 ppi so i can use a template I made of the exact same size paper as my printer uses without having to worry about the printer rescaling my photos from 72 ppi to whatever dpi it needs.

I have converted lots manually and am assured that this works for my purposes (not professional just scrapbook and photo album prints)

I have two questions though;
1. Is there a freeware program, or a way through gimp, that I can batch convert multiple files up to 300ppi.
2. Why when I change the ppi of a photo does the filesize become larger? Surely the ppi is just a reference number to know how many pixels to display and to convert for printing?

View 5 Replies View Related

AutoCAD Civil 3D :: Batch Files Created Under Survey Commands

Jun 27, 2013

I am using Batch files created under the Survey Command.  I want to list the coordinate value of points created,  What setting do I set to show this.

View 2 Replies View Related

Photoshop :: Batch Processing - New Files Created Inside Action Are Overwriting Each Other?

Sep 8, 2013

I have 100's of flat images that I have to chop up into 3 parts and save as individual pieces to then load into a separate piece of software.

My problem is that when I start the batch, the 3 new images it creates for each image are simply overwriting each other when saving.

The options for serial numbers etc in the destination field of batch seems to only work for the original file opened, not the 3 new images the action creates/saves.

View 2 Replies View Related

Maya Modeling :: How To Convert Parametric Models Created In CAD

Jul 13, 2012

I often create animations for technology companies, and they give me models that were created in programs like alias, rhino, AutoCAD, or solid works. They export for me in IGES, or STEP, and the models, while amazingly intricate, are too much for Maya on my 24GB RAM 12-core machine to take. They take upwards of 20 minutes just to open.

I want to convert these to ploys and generally make them easier to work with. What are my options for making these manageable, and still look good when they render. The flat edges and services are fairly easy to convert, it's the rounded bevels that don't look so good if I convert everything to Polys all at once. And there are usually hundreds of curved surfaces to convert, so doing them one at a time is far too cumbersome to be effective.

Also, how would I go about taking surfaces for objects in joining them together to create a complete object made of Polys? For example, a small part may be made of 35 difference parametric surfaces in solid works, and exports as that in IGES, so when I imported into Maya, it really should be just one object made of Polys.

need to convert parametric cad objects to poly to make them manageable and to make renders faster.

View 4 Replies View Related

Photoshop :: Batch Convert From EPS To JPG

Mar 8, 2012

I have about 2300 .eps files that I need to convert to .jpg so they can be used in an online store.

All of the eps files  need to be resized to a maximum of 700px wide, coverted to an rgb colorspace, and 72dpi and then saved as a .jpg file

I have been trying to use the actions pallet to record the actions and then run a batch action but to no avail. I have adobe PS CS4.
 
Below are screenshots of what i have tried to setup. (After this I have about the same amount of .TIFF files that also need converted.)

View 1 Replies View Related

Photoshop :: Batch Convert PSD To JP2

Jul 23, 2012

I am having trouble converting .psd files to .jp2s. When I make the action, in the "save as" box I have to first pick the JPEG 2000 format, then manually change the extension from .jpf to .jp2. The problem is that when I set everything up, the files save with the extension .jpf, because that is the default extension for JPEG 2000, and my manual change is ignored in the replaying of the action.

View 6 Replies View Related

Photoshop :: Batch Convert JPG To PNG?

Dec 8, 2012

I am trying to batch convert jpg to png and do some minor modification to the image before saving as png and i can do that but when it saves the png it renames the jpg to 0.png how can i change that.

View 1 Replies View Related

AutoCAD 2013 :: DWG To DGN Batch Convert

Aug 7, 2013

I have around 100 dwg files, client wants the soft copy in dgn format, also layers needs to be renamed in dgn.

I need to convert those files to dgn, any script to run so it does it automatically?

Converting it manually one by one will take me some time.

View 3 Replies View Related

Photoshop :: Batch Convert To Another Format?

Aug 30, 2005

I know you can batch rename in CS2 but what if you just want to change from jpg to tif? I tried it on some test images and thank goodness I did a test first at it didn't work and I couldn't get the images back.

View 5 Replies View Related

Illustrator :: Batch Convert AI Files To SVG?

May 1, 2013

Looking for a way to convert a directory full of .ai files to SVG. 
 
Is there a batch process similar to what fireworks has?

View 1 Replies View Related

Photoshop :: Batch Action To Convert Files

Jul 13, 2012

I want to save space in my external hard drive by converting RAW files to DNG files. How to create an action for batch processing these files.

View 7 Replies View Related

VideoStudio :: Low Quality Output With Batch Convert

Sep 29, 2010

I am using VS Pro X2. There is a problem with batch conversion. When I export the videos individually using "share", I get a good quality output, but when I export the same video using "batch convert", the quality degrades, for example the title gets blurry. I am using the exact same output setting in both situations:

MPEG-4 Files
24 bits, 640 x 480, 30 fps
Frame-based
MPEG-4 SP Video: 2000 Kbps
44100 Hz, 16 Bit, Stereo
MPEG AAC Audio: 128 Kbps

View 5 Replies View Related

AutoCAD Civil 3D :: Batch Convert DWG Files To DXF?

Mar 7, 2013

We have to submit a set of 18 drawings to a local municipality.  They want the CAD files (in this case Civil3D 2011) in .DXF format.  Is there an easy way to convert them all at once or do I have to SAVEAS each file one at a time?

View 5 Replies View Related

AutoCAD 2013 :: How To Batch Convert CCM Files To DWG

Aug 8, 2012

How to batch convert .ccm files to dwg?  I believe they are called CopyCad Model files.

View 1 Replies View Related

Photoshop :: Batch Images Convert From Tiff To Gif

Oct 9, 2006

I need a free software to convert Batch images from Tiff To Gif?

View 3 Replies View Related

Xara :: Batch Convert / Export Files To SVG

Jun 8, 2011

In XDP7 is there a way to batch covert .xar files to .svg? Is there a plugin maybe?

View 9 Replies View Related

AutoCad :: Batch Convert Field To Text?

Apr 7, 2008

Any way to convert multiple fields to text? I've got a bunch of m-text objects, and they each have a field that references a polyline. (example: field=elevation of pline). I like to convert the fields to text when I need to send the file to someone, so that they can't inadvertently change the values. For now, I use the right click menu in the text editor for convert field to text, but I'd like to be able to change multiples at once. CAD 2008.

View 1 Replies View Related

Lightroom :: Batch Convert Raw Files To DNG Via Library

Apr 4, 2013

I have LR 4.4 running on a Win 7 64 bit PC...
 
I selected 4 RAW files (CR2) to convert to DNG via the Library modules 'convert to DNG' and then delete the CR2 file.
 
It converted only the last of the 4 files and left the other 3 untouched as CR2 files.  Can LR not batch convert the RAW files in this manner??

View 5 Replies View Related

Lightroom :: How To Batch Convert PDFs To JPGs

Oct 9, 2012

And is there a maximum number of files allowed in a batch?

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: Convert (open) File Created In Trial Version

Mar 5, 2011

I have a file that was created in the online trial version of Corel Draw.  How can I open it in my full version of X5?  I'm getting an "invalid format" error message.

View 8 Replies View Related

Photoshop :: PCD Conversion - Batch Convert To TIFF Format?

Apr 2, 2012

I use PS CS5 and LR4 on my Mac. I also have the prior versions of both on the Mac, too. I run the SL OS.
 
Here's my question: I have about 500 images in .PCD and I want to batch convert them to .TIFF format. Is there a plug-in I can use or should I go to a third party app?

View 1 Replies View Related

VideoStudio :: Batch Convert Movie In MPEG4 To MPEG2

Dec 21, 2010

I recently tried to convert a 76 minute movie in mpeg 4 to mpeg 2 using the batch convert function. I first went into options and set the bit rate to 6100 kbps and the audio to Dolby 2 ch. stereo, with the bit rate set to constant. After the conversion had taken place, I found the results were excellent, except that only 38 minutes were converted. I tried it again, but still only 38 minutes and then it it finishes. Why won't it convert the full 76 minutes? The destination folder is on my "D" drive which is 1 TB, so there is lots of room.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Batch Convert DWG Files

Jul 28, 2011

I've received quite a few DWG files and I would like to batch convert them into PDFs so I can share them with the sales staff. Also, DRAW deals with PDFs much better than DWG and the added feature that the PDFs will have all outlines converted to black.

My workflow now is to open each DWG in DWG True view and plot it to PDF using there built-in engine. It works but I have to convert all outlines to black inside DRAW plus I have to do each file one at a time. I've downloaded a trial version of deskDOC DWG to PDF with less than stellar results .

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Batch Convert DGN To DWG?

Nov 23, 2011

My work needs to convert thousands of DGN files to DWG. We are using AutoCAD 2012. Is it possible to batch convert dgn files with a LISP and a mapping file?

View 9 Replies View Related

Photoshop :: Batch Convert JPEGs From Progressive To Baseline..?

Aug 1, 2005

I have a TON of JPEG pics that are currently in Progressive format but I am using them with an app that requires that they be non-progressive. So I am looking to convert them to a Baseline format. In Photoshop, this conversion is done through the Save As dialog. However, I dont know of a way to create an action to do this without saving the file name in it. I want to keep all the pics the same file name that they are currently (..there are a ton of them already indexed in an XML feed so..).

View 3 Replies View Related

CorelDRAW Graphics Suite X3 :: Batch Convert Gallery CCX Files To CMX?

Feb 19, 2009

Some years ago purchased CorelGallery 1,300,000. The vector clipart came in a .CCX format.

However, the Gallery browser no longer loads into my Service Packed Windows XP. Also XP and Vista cannot display .CCX thumbnails in their respective Explorers.

Today I discovered if I change the file type from .CCX to .CMX. the thumnail displays.

My challenge is how to covert about 500,000 files from one to the other en masse.

View 11 Replies View Related

VideoStudio :: Batch Convert With FX / Export Multiple Clips From Timeline

Aug 29, 2012

My question is, does Videostudio X5 have the capabilities to either:

A) Batch convert while using one or more of the FX
B) Export multiple clips in one go from the timeline?

I have 120+ short video clips that I need to crop to a different size. I've figured out how to crop them to the size I need by using the "Croping" function in the FX. There seems to be no way however to apply this to all the clips at once in the Batch Convert.

The only way I can do it is to import all of the individual clips to the timeline and then export them individually...one at a time....taking a lot of my time. I notice they all retain their same file names in the timeline. Isn't there a way I can select all of them at once and export them with their individual file names all in one go (with any FX I've added)?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved