GIMP :: Curves Spline Batch On Set Of Images (2011)

Feb 10, 2009

I am attempting to set up a batch that automatically runs gimp-curves-spline on a set of images. However, I have never used Scheme before and therefore am not sure why my script is returning "batch command experienced an execution error"

Here is the command I am using to call the script(via a windows .bat file)

gimp-2.6.exe -i --verbose -b "(color-curve "C:\gimpbatchtest\*.tiff")" -b "(gimp-quit 0)"

And the script itself:

(define (color-curve pattern) (let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? filelist)) (let* ((filename (car filelist))
(image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
(drawable (car (gimp-image-get-active-layer image))))
(gimp-curves-spline RUN-NONINTERACTIVE image HISTOGRAM-VALUE 3 '(0 0 64 200 128 46))
(gimp-file-save RUN-NONINTERACTIVE image drawable filename filename)
(gimp-image-delete image)) (set! filelist (cdr filelist)))))

View 6 Replies


ADVERTISEMENT

GIMP :: How To Make Curves Spline Get Variable Instead Of Number

May 9, 2012

I've been trying to make gimp-curves-spline get variable (which is number)instead of number and I get error.

For example -when I do:
*(gimp-curves-spline drawable 0 6 #(0 0 0 15 255 255))*

everything works well as it should be.

but if I do:*(define spoint 15)*
*(gimp-curves-spline drawable 0 6 #(0 0 0 spoint 255 255))*

I get an error: *Error: Item 4 in vector is not a number (argument 4 forfunction gimp-curves-spline) #( 0 0 0 spoint 255 255 )*As you can see, all I did was replacing the number 15 with a variable(which is a number) I also check it is a number by the *number?* type predicate

View 2 Replies View Related

GIMP :: Smooth Curves Of Enlarged Images

Oct 20, 2012

Enlarging an image results in pixalization becoming very obvious. Is there a way to smooth the curves of the enlarged image?

View 2 Replies View Related

AutoCAD Inventor :: Creating And Controlling Irregular Shapers Of Spline Curves

Oct 28, 2011

Many times I see that these types of irregular shapes which comprise of spline curve are created with very less or no dimensions, so I want to know how this spline curve was created and can be controlled, if I want to create it in an exact manner what dimension I should use ? 

View 2 Replies View Related

AutoCAD Inventor :: Curved Sheet Metal Over Spline / Multiple Curves

Jul 11, 2013

How to curve a piece of sheet metal over the outside curved edge of the attached part. I can do it the old fashioned way but was wondering if it could be done in sheet metal which would give me the flat pack automatically (that way there is less chance for errors). There are several of these baffles joined together by a spine and the sheetmetal will eventually go over all of these, and have a few modifications to shape the end profile.

The outer curve is a spline which has changing radius and hence to use a contoured roll would be rather difficult and time consuming (there are also some flat sections at each end of the curves as well).

Autodesk Inventor Professional Student 2013 is the version I'm using.

View 4 Replies View Related

Maya Animation :: Convert Baked Mocap Keys To Spline Curves?

Oct 9, 2011

I have a skeleton with baked motion capture keys on every frame. I'm wondering if there is a method to convert these baked keys to curves, so it will be possible to start cleaning up the animation. I'm fairly new to dealing with mocap. Perhaps there is a method for achieving this in Motion Builder rather than Maya, that I'm not aware of?

View 2 Replies View Related

GIMP :: How To Batch Colorize Images

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

GIMP :: Batch Conversion Of Images

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

GIMP :: How To Batch Rename About 100 Of Images To Prepend 0 To File Name

Jun 21, 2013

I have about 160-ish images I scanned in as .tif's (my scanner offers .bmp, .jpg, .png, and .tif for saving scanned images as) @ 300-dpi. I'd like to batch export them all to .xcf (for future working with) and .png (I know I could have chose png to start but I thought .tif would be the better choice as a first format). Is it possible to do this with a shell-script? I'm fairly certain I could concoct something to .tif -> .png using ImageMagick (I don't think it supports .xcf) but I'd like to use The GIMP for the whole process if possible, and I'd rather not do it by hand. As it is I'm going to have to figure out how to batch-rename (well, I know how I'm going to do it, a shell script, but how to write it is going to be the tough part for me) about 100 if the images to prepend a 0 to the file name (I started with a two-digit numbering system not realizing I had so many images and would like to keep all the names listing properly on FreeBSD).

Anyway, If such a shell export-to-xcf-and-png script is even possible (I really, really do not want to do this manually).

View 6 Replies View Related

AutoCAD Inventor :: Cannot Create Radius Dimension On Circular Drawing Curves Projected From Spline Edges

Dec 4, 2011

API enhancement/fix in SP1: Cannot create a radius dimension on circular drawing curves projected from spline edges.Does it in some way trying to refer to the issue with nonplanar arcs turning into splines in drawings saved-as AutoCAD .DWG?

View 3 Replies View Related

GIMP :: Batch Process Of Converting JPG Or TIFF Images From RGB To CMYK?

Sep 20, 2012

Is there a way to do batch process of converting .jpg or .tif images from RGB to CMYK?

View 2 Replies View Related

GIMP :: Automatically (batch) Replace A Colour In Hundreds Of Images?

Oct 2, 2013

I have hundreds of images that all have the same watermark (more or less but not exactly in the same place). It can easily be removed with the paint bucket with the default settings, the watermark is light grey, the pictures (JPGs) are black and white (a scanned book). But the sheer number of images makes it a gigantic effort to do it by hand.

View 6 Replies View Related

AutoCAD LT :: Page Setup For Batch Plotting - 2011

Apr 10, 2012

I am trying to batch plot 60 .dwg files to PDF. When I do this, it slices off a piece of the title block on the right.

When I plot a single files I can set it to extents, 11x17, and center the plot, and the PDF comes up perfect.

I save this page setup and try to batch plot again, and when there is only one file on the list, my saved page setup is available in the dropdown menu. The second I add another one, my setup disappears from the list, and the import option doesn't appear to work (I choose a .dwg that my setup has been applied to and nothing happens).

Is there a trick to applying a saved page setup to an entire list of drawings in the batch plot utility?

View 5 Replies View Related

AutoCAD Inventor :: Spline Design Generator - External Involute Spline Error

Sep 28, 2011

I'm trying to create an external involute spline (ANSI B92.2M) Fillet Root Side Fit 26.9mm x 1 mm x 26 teeth x 38 mm long using the spline generator with Inventor 2012. I created a test shaft"M-182-AMA.ipt" that is Ø26.9 mm x 38 mm long with 1 mm radius on each end of shaft.

I use the following steps:

1. After creating component "M-182-AMA.ipt" I select Design tab>>Power Transmission>>Involute Spline.
2. A window appears that has the caption "Involute Splines Connection Generator".In the Dimensions section I choose "Splines Type: ANSI B92.2M - 37.5 deg, Fillet Root, Side Fit, 26 x 1.00 x 38 x 5H/5h" and change the Length to 38 mm.
3. In the Shaft Groove section I use Create new, and I push the Reference 1 button that turns blue, I then select the od feature from the model and I get an error(see attached pic "error1.jpg).

I changed the 26.9mm od to be 27mm and it still gave me the error.

Work Station : Dell Precision R5400
OS: Windows 7 Business 64 Version 6.1.7601 Service Pack 1 Build 7601
Processor Intel(R) Xeon(R) CPU E5405 @ 2.00GHz, 1995 Mhz, 4 Core(s), 4 Logical Processor(s)
BIOS Version/Date Dell Inc. A10, 4/30/2012
Graphics Display Card: ATI FirePro V4800 (FireGL V) 1.00 GB Adapter RAM
Computer Memory: 8 GB ECC RAM

View 5 Replies View Related

Photoshop :: Use Of Curves BETWEEN Images

Mar 21, 2006

I am stumped with this problem and havn't found a thread that seems to give me a points in how to simplify the procedure/problem described. Is there a plug-in ?
I am using PS7.0 and am at the beginner end of the spectrum.

I have TWO pictures and want to duplicate the colour values at certain points in the picture. The manual operation would be to:

1) Open Picture #1, put colour samplers in at the points I want duplicated (max 4) and write down on a piece of paper the RGB values at those points. I make the assumption that the points are all present on the Picture #2 and that the tonal values are all different enough that they fall on different parts of the tonal curve. ....

View 1 Replies View Related

Photoshop :: Clip Images To Get Curves

Jul 24, 2006

I can clip images easily and getstraght lines.

is there a way of clipping a pic using some kind of tool that will cut curves?

and then move the clipped pic say into another window?

View 1 Replies View Related

Photoshop :: Adding Curves To Images

May 27, 2009

I have opened a jpeg image in PS and want to add curved corners to the top left and right corners of the image.

View 2 Replies View Related

AutoCAD VB :: 2011 Batch Convert Field Attribute To Text Attribute In Blocks Using VBA

Jun 3, 2011

I've got hundreds of files to convert. 

In VBA, how can I batch convert field attributes in blocks to text attributes while retaining the blocks?  Is there a simple way to univerally convert them all at onceusing VBA?  The plotted values for the fields must be retained, too.

Explode will not retain the value of the field.

Burst will not work as it explodes the blocks as well.

You can right-click on the field and slelct "Convert to text" from the RCM.  So I know that the process exists within CAD, just need to batch the process for a quantity of DWGs at a time - in VBA.

View 1 Replies View Related

GIMP :: 2.8 Crashing On Using Curves?

May 22, 2012

Every time I use curves on the new 2.8, it crashes out GIMP. I'm on a Mac.

View 5 Replies View Related

GIMP :: Align Text To Curves Or Circles?

Apr 30, 2012

I would like to insert some text and have it aligned to a curve or circle. Preferably the curve would not be visible, but used only to align the text.

View 6 Replies View Related

GIMP :: Modify Path - Can't Manipulate Curves

Oct 4, 2011

My problem is that when I try to modify path, I can only manipulate one curve, and then it won't recognize any more curves - when I hover the cursor above next curve I want to change, the cursor icon is that with rectangle, not the one with four arrows, and when I click on the curve, it just adds new node in this place. It never happened before. I don't know how else I could describe this problem, but I made a short video that displays it better: [URL] ........

View 1 Replies View Related

Photoshop :: Curves Adjustment Layer In CS3 To Brighten Images And Increase Contrast

Oct 25, 2012

Adjustment layer- curves. I have always used a Curves Adjustment Layer in CS3 to brighten images and increase contrast. I have just upgraded to CS6 and when I  open the adjustment layer and try to Command Click choose  points in the photograph to drag the line up or down to darken or lighten I get instead some crazy saturation changes.

View 4 Replies View Related

GIMP :: Feature Similar To Levels And Curves In Photoshop?

Feb 16, 2012

Does gimp have a feature similar to levels and curves in photoshop? In photoshop, a new layer for levels and curves is created?

Is there a particular part of the forum where similarities / dissimilarities with photoshop are discussed?

View 3 Replies View Related

GIMP :: Musical Overlay To Mold To Curves Of Face

Apr 29, 2012

I am working on an image of Elvis and using layers and blending techniques to put the music to one of his songs over his face. But I want the musical overlay to mold to the curves of his face. Is there a way to do this? The blend mode I'm currently using is Multiply. I have tried other layer modes but it still does not give me the effect that I'm looking for.

View 10 Replies View Related

GIMP :: 2.6.11 - Cannot Edit Text (2011)

Mar 21, 2011

I am using Gimp version 2.6.11 under Mac OS X version 10.4.11.

I am having a problem that is driving me to distraction: When I close a file and open it again, it is impossible to edit the text. Please note that before saving the file, I have no problems editing the text--so I have already passed hurdle.

It wouldn't be so bad if it was just a word or two, but I am in a situation where I will have to delete several paragraphs of text and re-type them in order to fix a small typo. With my typing skills, it is likely that I will make another typo in the process. And, of course, I don't remember what font I was using, or the type size, etc. etc.

View 2 Replies View Related

GIMP :: How To Change Image Background (2011)

Sep 3, 2011

I have upgraded from centos 5.6 to centos 6.0 to have all of thefeatures of GIMP. How can I change my imagebackground by using GIMP ?

View 3 Replies View Related

GIMP :: Text Won't Enlarge Past 30 PX (2011)

Feb 27, 2011

I am a new Gimp user and have just started working on my first project with this application. Unfortunately, I ran into a roadblock almost immediately. I am unable to make text any larger than 30 PX. I can enter larger sizes than this in the Text Tool window, but any value greater than 30 has no effect. It doesn't matter whether I am trying to change existing text or am setting up the Text Tool for entering some new text. Selecting different units for the text size makes no difference in the maximum text size.

Gimp 2.6.11
Mac OS 10.4.11

View 2 Replies View Related

GIMP :: Tool Options Box Hidden (2011)

Jan 29, 2011

My 'Tool Options' Box has always been on the left of the screen - at the bottom of the 'Tool box'. I clicked on something yesterday while using the Tool Options Box and somehow moved it. There is now a message there that says 'You can drop dockable dialogs here'. I've tried various things but can't get the Tool Options box back. It's lurking underneath the main Tool Box. I can drag it out and use it, but afterwards it hides again. I know this has to be a dead simple problem but I just can't seem to correct it.

View 2 Replies View Related

GIMP :: 2.7 Does Not Detect Input Devices (2011)

Dec 14, 2011

The problem occurs since the GIMP requires GTK+ version >= 2.24.7 (Around November 25).

Currently I have to date the latest versions from Git of babl, gegl and GIMP. Gtk +-2.24.8, glib-2.31.2, pango-1.29.5.In Edit > Preferences > Input Devices > Configure Extended Input Devices only shows "Core Pointer". Do not show my mouse or my Genius tablet, which before the version I had mentioned they appeared and everything worked.

In Gimp 2.6 everything works tooI tried deleting the ~/.Gimp-2.7/ folder but the new generated "device.rc" file only shows "Core Pointer".My distribution is Kubuntu Oneiric 11.10 64bit.xserver-common, xserver-xorg-core = 1.10.4

View 3 Replies View Related

GIMP :: How To Apply A Stepping Curve (2011)

Mar 16, 2011

When I create a curve to apply to an image, GIMP gives me only two choices: a freehand curve and a smooth curve. I need to apply a stepping curve (piecewise flat) and I am out of luck because there is no such option.

View 12 Replies View Related

GIMP :: Language Setting Windows 7 And 2.6 (2011)

Jul 12, 2010

I got a mail from a German in Saudia Arabia. He runs Windows 7 withEnglish as default language. He installed GIMP 2.6.9 and it comes upin Arabic which he can't read.

He sent me a screen shot which shows the menus of his mail program inthe back behind the Arabic GIMP. They are in German, but he says hissystem is running in English. Localisation Hell?

View 6 Replies View Related







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