GIMP :: Batch Command Experienced Execution Error

Mar 1, 2012

I am a newbie having trouble getting the sample batch programs to run. I placed simple-unsharp-mask.scm in C:.gimp-2.6scripts and put the .bat file in the E: drive directory with the image file foo.png. When I run the .bat file on my PC running Vista, I get "batch command experienced an execution error." Here is the .bat file:

"C:Program FilesGIMP-2.0ingimp-2.6.exe" -i -b "(simple-unsharp-mask "foo.png" 5.0 0.5 0)" -b "(gimp-quit 0)"

Obviously, I am doing something wrong, but don't have a clue what it is?

View 12 Replies


ADVERTISEMENT

Photoshop :: Not Enough RAM Error While Running Batch Command

Jul 23, 2013

Bug in photoshop creative cloud. When using the "batch" editing feature after 5 images being edited the same way (batch processing) an error code pops up. "Error:not enough ram" and then i have to restart which does the same thing over and over again. Running a quad core i7 1tb hard drive 16gb of memory so there should be no error code. I have done everything from creating new scratch disks off of other hdd's allotting more ram to go to psd (since i can only use 3255mb because of a useless limiter on photoshop) to rebooting computer and nothing works at all.

View 3 Replies View Related

AutoCAD .NET :: Redrawing Screen During Execution Of Command Method

Dec 19, 2012

I would like to be able to have the screen refresh periodically to show the new objects I have added as a command method proceeds to execute. I am hoping to be able to achieve a kind of simple animation by doing this, and also to show progress while a computationally intensive operation is under way. Is there a way that I can do this? 

I have tried using AcadApp.DocumentManager.MdiActiveDocument..Editor.Regen() and also .Editor.UpdateScreen(), but it only seems to work once and not multiple times. Do I have to commit the transaction and then .

View 8 Replies View Related

Illustrator :: Execution Of Menu Command Without User Interaction?

Oct 22, 2013

It's a shame that Illustrator's scripting ability isn't as robust as InDesign's.
 
I have a script that goes through every path in a file and records all of the colors used in it.  The problem is that it stumbles when faced with certain types of "PluginItem"s.  I've been able to fix some of it, such as when it comes across a "Compound Shape" (as opposed to a Compound Path or other normal Illustrator object).  In such an instance I can select the path, then call a menu command to expand that selection:
 
if (currentItem.typename == "PluginItem")
{
    currentItem.selected = true;
    app.executeMenuCommand("expandStyle");
    currentItem = app.selection[0];
    app.executeMenuCommand("deselectall");
    colorsInUse(currentItem);
}
 
I had to do some scrounging to figure out how to execute that "Expand Appearance" command that is in the "Object" menu in Illustrator.  In fact, the only resource I discovered was a list that is partially in Japanese.  By the way, that last item in the list is a recursive call to the same function in which this if statement resides.
 
So, the above code works for "PluginItems" that can be rectified with a call to the "Object -> Expand Appearance" menu item.  What about those that don't, such as an enveloped object?  With those, I'd normally just run the command above "Expand Appearance", called simply "Expand…"  Well, that menu items pops up a dialog which, when the user clicks "OK" on it, will properly expand the enveloped object so that the script can continue reading the paths that made it up and get fill & stroke colors.
 
I can call this menu item with a simple "app.executeMenuCommand("Expand3");", but my problem is that dialog which appears.  I don't want the user to have to click "OK" on it every time it pops up when the script wants to expand that object, but the traditional "app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;" method doesn't work.
 
Is there any way to expand enveloped items without having a dialog pop up on the user?

View 9 Replies View Related

AutoCAD .NET :: Writeline Send Information To Command Line During Execution

Jan 28, 2012

I am using editor.writeline to send information to the command line during the execution of a command.  Unfortunately, it will only display the last message written when the command ends.  Is there a way to display all the messages when the command ends?  Below is the code that I am using. 

Public Sub CreateVentilationLayers()
CreateTrimbleLayer(VENT375)
CreateTrimbleLayer(VENT500)
CreateTrimbleLayer(VENT625)
CreateTrimbleLayer(VENT750)

[Code]...

View 9 Replies View Related

AutoCAD 2013 :: Intermittent Command Entry And Execution Keystroke Repetition

Jan 3, 2014

Product: AutoCAD 2014
OS: Windows 7 64bit

First I will state that everything within the program, to my knowledge, works just fine. Although..

I'm having a really strange issue when I try to type a command. It's an intermittent problem that occurs very often and can be extremely frustrating.

If I try to type a command, i.e.. M followed by enter to move an object, often times the command will repeat "MMMMMMMMMMMMMMMMM" and the command entry will fail. This happens for every button I press too. Letters, numbers, and even the Enter key will be repeatedly entered into the command prompt. Often times I've already pressed enter to execute the command. During this process the whole program seems to freeze, but not for too long. So I often have to enter the command multiple times, regardless of which button is repeating itself. 

The repeating of a keystroke only lasts between 1-2 seconds but as I said has a very frequent occurrence.

I'm almost positive that this has nothing to do with my keyboard, as I've never experienced this kind of problem elsewhere. This is my machine at work and I've never encountered an issue as frustrating at this. Could it be something that my machine is doing?

View 5 Replies View Related

AutoCAD .NET :: Fatal Error During Execution?

Jul 4, 2013

i coded this simple utility that allows the user to edit some dbtext without using the mouse (after selection).

It works but sometimes, it seems randomly, i get a fatal error.

This is the code

public void Run(object param)
{
Document doc = Application.DocumentManager.MdiActiveDocument;
Editor ed = doc.Editor;

[Code]....

The run function it's called from a commandmethod with the CommandFlags.Session flag.

View 3 Replies View Related

Maya :: Runtime Error Occurred During Execution Of MEL Script

Oct 11, 2012

I am getting the following error message when invoking Maya through the command line with a script that sets the current renderer to mentalRay:

// Error: The renderer mentalRay is not registered yet. //
// Error: Renderer "mentalRay" is not valid //
RuntimeError: Error occurred during execution of MEL script
file: C:/Program Files/Autodesk/Maya2012/scripts/others/unifiedRenderGlobalsWindow.mel line 568: The renderer mentalRay is not registered yet.

I have searched some of the forums which suggest that deleting the userPrefs.mel, which seems to work (I can blow away the userPrefs file each time I run the script if need be), but it just seems like overkill for one (or more) values. Which userPref values are causing Maya to not register the mentalRay command when invoked from the command line?

View 1 Replies View Related

Photoshop :: Error :: Could Not Complete The Clouds Command Because Of Program Error

Feb 10, 2009

I tried using the cloud tool and I got this error:

"Could not complete the clouds command because of program error."

I tried resetting the computer and still nothing.

View 2 Replies View Related

Photoshop :: Using The Batch Command On CS On MAC

Dec 6, 2005

I shot my first digital wedding this week and want to make the same changes too all 300 images in the folder: Auto Levels, Auto Contrast, Auto Color, Unsharp Mask, and then save them numbered 1 through 300 to a new folder. Can sombody please? please? walk me through this. I'm new to Photoshop CS and am working off a MAC G4. The files are regular jpgs in a folder on the desktop.

View 3 Replies View Related

Photoshop :: Batch Command

Aug 13, 2008

What I tried to do was simply convert RAW files (CR2) to JPEGs. I built an action and invoked it via the batch command. The batch command worked but I got an error message for each of the XMP side-car files which happen to be in the same "source" folder. (I also got an error message for the "bridgesort" file that the Bridge placed in the source folder.) Of course, I could delete the XMPs but that would undo the edits to the raw files.

My action simply opens the raw file and then does a "save as" to JPEG. The raw files need to retain the editing that is contained in the XMP side car.

The only alternative that I know of is to bring the raw files into photoshop manually and then perform the action manually. This would work (i.e., I would end up with a raw file converted to a JPEG file) but there are 600 images and it would take me a VERY long time to do them one at a time.

Is there a way to do this via the batch command or some other automated command?

View 1 Replies View Related

Photoshop :: Batch Command In CS5 Is Greyed Out

Sep 3, 2012

The Batch Command in CS5 is greyed out.  I am running CS5 64 bit with  Windows 7 64-bit.  It was working and now it does not.

View 3 Replies View Related

Photoshop :: CS6 - Batch Command Unavailable?

Aug 24, 2013

Suddenly I get the Message:  Command "Batch" is currently unavailable.  I have CS6 Creative Cloud single-app membership.

View 3 Replies View Related

Photoshop :: The Command Batch Is Currently Unavailable

Aug 27, 2013

Suddenly when I select multiple images in Bridge, then go to Tools>Photoshop>Batch, I get the message "The command "Batch" is currently unavailable."  Batch is also greyed out in Automate.  This occurs when no other processes are happening.  What could  it be?  Batch command has always worked fine in the past.

View 3 Replies View Related

Photoshop :: Bridge / Batch Command

Oct 9, 2013

Bridge opens a copy of PS (cs6) whenever I try to use that command. I've done everything from re-installing to reset all settings.

View 6 Replies View Related

Photoshop :: Create A New Folder With Batch Command

Nov 8, 2012

I have a bunch of pictures in a folder, and lots of sub folders inside that folder with picture too. I made an action that has a filter, and a save command.

When I try it on that folder, it overwrites the pictures and while it does a batch on the sub folders, it throws it back in the main folder.

What I would like instead: I want to do the command on all the pictures, but I want Photoshop to create a duplicate folder (named slightly differently if able) inside my own folder and sub folders with the filtered images.

Say I have 2 folders here, I want Photoshop to go into "batch test main folder", then dive into the sub folders, make a new folder within that pictures1 folder, named Filter Pictures or something, and throw all the filtered images from Pictures 1 in there without harming them. Then go to Pictures 2, make a new sub folder in there too etc.

View 3 Replies View Related

Photoshop :: Place Command Use With Batch Processing?

Apr 29, 2013

I am creating a layout which includes an image file. The base layer is a jpg file and the image needs to be placed ('Place' command) on top of this layer and I call for a couple of other processing steps after that (these extra steps are not shown below). Easy enough to turn this into an action.

>Open (open the bkg image)
>Place (place the subject's image file)
>Set Current Layer (change blend mode of subject image layer)
>Save
>Close
 
But, when I try to automate this action, the Place command does not work properly. It's because I chose a specific image file to be placed. How do you program an action with a 'wildcard' so that it can be used in batch and process a whole folder of images?

View 4 Replies View Related

AutoCAD .NET :: How To Execute - Overkill Command Using Batch Process

Dec 12, 2012

How to execute -Overkill command in autocad using batch process.

View 2 Replies View Related

Illustrator :: Overriding Prompts In Batch Action Command

Jun 13, 2013

I have a question about using Find and Replace in an Action. For a bar chart with negative values, Illustrator will generate the value on the axis using a hyphen (e.g., -1, -2, -3). I would like to change the hyphens to en dashes (–1, –2, –3).
 
I have 150 graphs, so the easiest way to do this would be to use an batch action on all graphs in a folder. I first flatten the graph and then do a find-and-replace..The trouble is that I get prompted at each find and replace..Of course I can click Find, Replace All, OK, Done each time, but this essentially defeats the purpose of creating an action.
 
Is it possible to suppress the Find and Replace window and set the action to Replace All without prompting?

View 4 Replies View Related

Photoshop :: Getting Batch Processing Error?

Jul 22, 2013

Batch processing error.
 
Error: The command "Feather" is not currently available. (-25920)
End Batch
 
84 items being resized for the purpose of faster up/down load on my Muse web site.

View 3 Replies View Related

Photoshop :: Automate Batch Error

Mar 11, 2012

Using automate batch I get a save for web and devices error saying destination folder does not exist. I chose the folder by browsing, and it is a simple path on the c drive using a pc.

View 3 Replies View Related

Photoshop :: Batch Processing Error Using Paths

Jul 28, 2012

I need to batch process multiple files where 'select Path1/copy/paste' is part of the action. All images contain a path named Path 1 but the action is only working on 30% of the images - I'm using PS 5.1 on a mac.

View 9 Replies View Related

AutoCAD Inventor :: Speeding Up Constrain Execution

Oct 19, 2012

SO what is everyone say, trick about speeding up constrain execution. I have started working on this new project with 2013. And i'm finding myself losing alot of time. Basicly what i do is insert part from our database or content center and assemble them. So 80% of my activities on inventor are constraints. Right now i have this assemblies 175 / 156(small to me). And executing a constraint is minimum 4 seconds each time. If you consider that about 3 contraint is needed for each piece and final total part will probably be around 1000. i'm losing alot of time here

Yeah, i am not using preview. Why is inventor recalculating that much each time? Is it doing a rebuilt after each constraint?

What have you done that really increase the excution time of constraints?

Workstaion is
Windows 7 64bit
Intel Extreme i7cpu  I975 @ 3,33
12bg ram
4 ssd in Raid stripping.Nvidia FX3800
Inventor 2013 SP1

View 9 Replies View Related

CorelDRAW Graphics Suite X6 :: Data Execution Prevention

Dec 14, 2013

Data Execution Prevention keeps crashing Corel 6 x win 8+amd 6 4 g ram new machine.

I tried in system properties settings / advanced to allow DEP to allow Corel as an exception but it seems Corel requires dep to run.

Every crash , then file won't open, I have had to go back to backup file. 

View 1 Replies View Related

AutoCAD Inventor :: Delay ILogic Rule Execution

Jan 26, 2012

Delaying a rule execution in inventor 2012 iLogic. I have a large number of rules that are supposed to be run sequentially. I have noticed rules that quite large numbers of suppression commands takes longer than others, so what's been happening is ilogic runs a rule while its still going through suppressing or unsupressing, it also tries to execute the next rule and results in errors.

A way to put time delay between execution of rules to ensure the preceding rule has finished its task, before the next one is executed.

View 1 Replies View Related

Paint.NET :: Turn Off Creating New Canvas Upon Program Execution?

Jun 2, 2012

Whenever I start Paint.NET, I always see a blank canvas ready for me to be drawn. I thought of changing the settings/preferences for Paint.NET to turn off the "Create canvas upon startup." I have failed to find a Settings/Preferences menu.

How do I turn off "Create a new canvas upon startup" for Paint.NET?

View 6 Replies View Related

AutoCAD Civil 3D :: Process Error Batch While Converting Drawings

Mar 26, 2012

Why I get a process error batch converting these drawings? The command line says could not bind xrefs but I clearly checked the option not to bind.

View 2 Replies View Related

AutoCAD Architecture :: Keynote Database Error With Batch Plot

Jan 18, 2011

My office currently has a unique keynote database for each project. When I open a file with a sheet keynote legend, AutoCAD 2010 opens up the correct database and everything is fine. This is also true when I try to plot a sheet file. However, when I plot through the batch-plot process, AutoCAD does not open the correct database.

View 1 Replies View Related

AutoCAD Inventor :: 2012 Crashing Upon Local / Global Update Execution

Nov 9, 2011

So 2011 had some issue and I though 2012 would get those fixed. I was wrong. More problems occur. With 2011 I was able to open assemblies directly through vault. Now with 2012, since the vault issue updates as it opens, I crash on any sizeable model or assembly. So now just to open  a file, I must get it, then go to inventor and open it, and hit no when the refresh window come up. If I hit yes, it crashes. If I hit no it open, then if i hit local/global update it crashes. So technically I cant do any new work with any of my larger assemblies (2000+ parts) I have sent out numerous error reposrt, only for autodesk to say that they can replicate the problem. I have SP1 installed, and this is happening with other users at my company as well.

System:

Windows 7
64 Bit
Solid State HD
24GB RAM
Xenon Processor
Nvidia Quadro FX 580

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 :: How To Do Batch Processing

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







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