GIMP :: How To Batch Compress TGAs With RLE
Jul 20, 2011
I have a ton of TGAs that could use RLE. I was looking for a batch conversion option in the GIMP file menu that I could use to convert uncompressed TGA's to compressed TGA's, but I couldn't find one. How would I batch compress TGA's then?
View 2 Replies
ADVERTISEMENT
Jun 15, 2004
is there a program or option within photoshop that would let me select like 20 pictures and compress them and resize them? i dont want to go through and manually compressing 1000 of my digital camera pics.
View 9 Replies
View Related
Feb 2, 2007
Does adobe make anything that I can use that will batch compress files for the web and create thumbnails?
View 2 Replies
View Related
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
Aug 1, 2013
I am trying to use gimp in batch mode. I can't find any examples of how to do _real_ batch processing. All the examples on the net show how to integrate into the gui.
I see that I can use the -b flag to invoke script-fu functions. But AFAICS,the script with the function definitions needs to reside somewhere in~/gimp-x.y/scripts or something.
In addition, I can't find a way to pass command line arguments to the called functions. Is there any way to define/execute functions? For example, I'd like to callsimple-unsharp-mask from [URL]........
like this:
$ call-gimp-function script.scm simple-unsharp-mask file.png 5.0 0.5 0
View 17 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
Oct 21, 2011
I loaded the frames (like in image) in my editor and I want to know how I compress the time? In my editor I have 12 minutes for all the frames and I want to compress at 8 seconds. The time is not active when I select all frames.
View 3 Replies
View Related
Mar 1, 2008
I just want to keep a part of my image (in that case the bird). Then I cut that part, erase the part of the picture I don't need, and I stick the part with the bird. To finish, I resize the frame so it is adjusted to the part I want to keep (the bird). (Hem... I suppose there is a more easy way to do all that, but I don't know it.
Here is the question : how can I save that part of my original picture WITHOUT compressing it again? I don't want to lose any quality of the previewsly picture ; since I just want to save a part, is this possible?
View 1 Replies
View Related
Feb 28, 2013
Many times I want to upload photos of myself to websites as profile photos or for other professional reasons. I have some examples but they're too large. Most of these sites ask for photos no larger than 120x100 or 240x260. When I resize my photos smaller, they appear very blurry and pixel.
What's a way around that so I can meet the compression requirements of these sites without compromising the integrity of the photo?
View 7 Replies
View Related
Jun 6, 2012
I'm a mechanical engineer with a lot of experience working with SolidWorks, but no experience with AutoCAD. My boss has asked me to take a 44MB .DWG and compress it to under 15MB so that it can be viewed on his iPad to show to clients (using the AutoCAD WS which is limited to opening files smaller than 15MB). I spent hours doing this several weeks ago and was just barely able to get it down to the required size. However, I was never able to repeat the process and to be honest, I'm not entirely sure how I did it. Now I have to do it again for a different file and am struggling to do so.
Since the file is just going to be quickly shown to clients it does not need to have all 400 layers or any other kind of accompanying details. Hell I could merge all the layers together if that would reduce the file size and I knew how to do that. I'm not at my work computer right now, but I think by clicking options under save and removing all proxy images (or something like that) I was able to reduce the file size to around17MB. I've purged the file as well but that only removed a few KB.
View 9 Replies
View Related
May 11, 2012
I am starting a decal business and i have jpg's of all the decal designs in black on a white background. I need to batch colorize a bunch of images, i figured out how to do it individually and save but i need to colorize all the images in a folder and save with a different name. i found a great script to batch convert jpgs to pngs, and am trying to edit it to work.
i think just the line in red needs to be written correctly.
(define (colorize it DirectoryName)
(let*
(
(fileExtension ".jpg") ; we are looking for .jpg files
(varFileList (cadr (file-glob (string-append DirectoryName DIR-SEPARATOR "*" fileExtension) 1) ) ) ; find them all
[code]........
View 4 Replies
View Related
Apr 21, 2013
When using command line gimp, is it possible to use *.jpg as the file name to have it process ALL the JPEG files in a folder? I'm really actuallyinterested in a simple file format conversion with no image processingapplied, specifically svg2png conversion. I know Gimp can render svg andcan save png, and unlike the next best program ImageMagick, the Gimpactually DOES NOT GLITCH the resulting image! So I've got a folder FULL OFSVG FILES, and would like to be able to just type "gimp convert -i *.svg-outputformat png" and have have it AUTOMATICALLY convert all my svg filesto png files. Is it possible to do this with such a simple and shortcommand line? I know the above exact example command line doesn't work,cause I tried it. But is there some simillarly simple command line code Icould use with gimp to convert svg to png via rendering the svg and thensaving the image as a png?
View 4 Replies
View Related
Sep 7, 2011
How can do batch numbering over my pictures?
Like this
to put numbers(1,2,3...22,23) on the photos.
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
Jan 6, 2013
Gimp does unsharp mask of 0.1 radius, but unfortunately the batch processors only allow 2+ pixel radius. E.g. upres.
View 8 Replies
View Related
Jan 25, 2013
I need to convert from bitmap images to PNGs with the command line. I've tried looking into script-fu, but lisp is one of those languages I could never figure out.
I've tried using imagemagick, but it did not properly convert the images. The images are apparently 32bit Windows Bitmap V3 files with an alpha channel; according to a page I found on google, imagemagick will not preserve the alpha channel in this particular case. I don't know for certain if that's the actual reason why imagemagick isn't working, but it definitely isn't working. It does, however, work if done manually in gimp.
This is going to be part of a python script, so I need it to convert a specific bitmap file rather than all the ones in a directory.
View 6 Replies
View Related
Oct 17, 2011
I want to do batch processing of 460 .png files. It includes rescaling their width to 50% without interpolation, changing color mode to indexed based on a specified palette, changing color mode to RGB and rescaling their width to 200%.
View 1 Replies
View Related
Sep 9, 2011
Ιs possible batch numbering over my pictures?
like this:
How do I get on the images progressively numbered (1,2,3,4...35,36,37 .... ).
View 9 Replies
View Related
Jan 19, 2014
I am wanting to make a batch file that automates the task of scanning in photos.
Here is what I currently do: I scan in one or two pictures into the same file. I then open the scanned in image in GIMP, and then use the Divide Scanned Images plugin in combination with the Deskew plugin to create an output of two seperate image files.
This is quite a tedious task, especially with the 1000+ stack of photos that I have.
I already have a script that automates the process of scanning in the image for me, but I really need a script that opens GIMP, and runs the Divide Scanned Images plugin, preferably without the GIMP user-interface.
View 1 Replies
View Related
Jun 27, 2013
I have a website, but the loading is quite slow. So I am trying to compress the photos to reduce the loading time. Which method would you recommend to compress my photos so that they still look good but at the same time light in size?
View 1 Replies
View Related
Nov 30, 2011
I have been trying for an hour to clip a few frames off the beginning of a video & save. I want to keep everythis as-is. Just trim & save. Everything I try requires recompiling & I loose a generation of quality. When I use "Save Trimmed Video" I get an error that says "Unable to get samples.(osErr=-9461)".
I just want to trim & save.
View 9 Replies
View Related
Apr 10, 2012
[URL]
What I'm doing is trying to CUT some XVID video and save them with their original format via the following steps:
Share > Create Video File > Same as First Video Clip. The progress will go through to 90%, then I will get the error message:
Unable to compress the audio [17103:10:5]
Decompress the original won't be a choice when hundreds tasks are out there.
The detail infomation about the video I'm working on, hope it will provide more details.
xxx.avi
General
Complete name : xxx.avi
Format : AVI
[Code]....
View 2 Replies
View Related
Jan 8, 2005
is there an easy way to compress a pic so it can be e-mailed?
View 6 Replies
View Related
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
View Related
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
Sep 22, 2012
Where the output of (display ...) in a script goes when running in batch mode?
View 1 Replies
View Related
Jul 17, 2011
I set up a text box, for say the word "Tractor". Let's say that with the font I select, the width of the text box is 2 inches. I want to be able to replace the text, with say the phrase "Green Tractor" and I want the text to automatically compress in width to be no longer than the original 2 inches and I want the text height to be the same as the first.
I know I can select the text box handle and re-size manually but I am entering many fields for each print job and I need it to do this automatically. Also if I entered the word "toy", I would not want the word to stretch to fill the 2 inches but retain standard proportions.
My Engrave Lab program does this on our engraver and I am basically trying to do the same function in Corel for our sublimation printing operation.
View 6 Replies
View Related
Jul 31, 2012
I have tried a lot to compress my start image at my web page but than I can't get the quality.
what is the best method to compress an png- image (I need png because some parts of the image are transparent)
View 2 Replies
View Related
Aug 15, 2013
I have a 39KB AI file I need to compress into a 20MB PFD while retaining all image quality for print.
View 4 Replies
View Related
Aug 15, 2013
How do I compress a (39KB) file into a 20MB PFD (while retaining all image quality)?
View 4 Replies
View Related
Apr 19, 2013
for question A : how to chain or unchain, lets say 8 frames in 1 shot ?
for question B : how to delete frame, lets say 5 frames in 1 shot ? Any short cut key?
View 1 Replies
View Related