Search found 20 matches
- Mon Aug 01, 2005 3:08 am
- Forum: Technical / Scripting
- Topic: Anyone have have experience with macro'ing Photoshop?
- Replies: 1
- Views: 3793
Anyone have have experience with macro'ing Photoshop?
Hi all, I am using a plug-in filter for Adobe Photoshop CS2 called Genuine Fractals 4. Does anyone know if I can automate the execution of this filter by invoking it from the command line via a macro (i.e. by using the Run> command?). Bit of a long shot, but I thought I'd ask in case anyone has come...
- Sun Jul 24, 2005 11:53 pm
- Forum: Technical / Scripting
- Topic: Grab data from the little window which pops up at the cursor
- Replies: 0
- Views: 3112
Grab data from the little window which pops up at the cursor
Hi all, Well, having used Macro Scheduler for about a month, I have to say that this is GOOD software. Congrats to the MJT team. (Even if I still don't quite understand when I have to bracket variables with % characters;)) Still, there's always trial and error;) Anyway, here's my latest question for...
- Sun Jul 03, 2005 9:58 am
- Forum: Technical / Scripting
- Topic: "Rounding" numbers - not exactly normal rounding t
- Replies: 2
- Views: 4951
- Sun Jul 03, 2005 6:24 am
- Forum: Technical / Scripting
- Topic: "Rounding" numbers - not exactly normal rounding t
- Replies: 2
- Views: 4951
"Rounding" numbers - not exactly normal rounding t
Hi all, When one is dealing with large integer numbers, does anyone know of a way to "round" a number to end in 125 or 625? Example #1: Let's say the number in question is 452764. The closest option to this would be 452625. Example #2: If the number is 873212, the closest option would be 873125. Che...
- Wed Jun 29, 2005 5:50 am
- Forum: Technical / Scripting
- Topic: Scanning a directory for contiguous data
- Replies: 2
- Views: 5106
Bob, that works perfectly! :) I have one last problem though, and I know it's simple... but it involves the modulus function (I read your post regarding using VB modulus btw). Problem is, I can never get my head around the modulus thing. Brain block sets in. Anyway, at the risk of presuming to ask f...
- Tue Jun 28, 2005 1:59 am
- Forum: Technical / Scripting
- Topic: Scanning a directory for contiguous data
- Replies: 2
- Views: 5106
Scanning a directory for contiguous data
Hi all, This is somewhat related to my previous topic about assembling image tiles, but I think it warrants a separate thread. My question is this: Let's say I have a directory (such as c:\data) which is supposed to contain a whole list of files named like this (numerical order): 1.bmp 2.bmp 3.bmp 4...
- Wed Jun 22, 2005 12:05 pm
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
- Tue Jun 21, 2005 1:17 am
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
- Mon Jun 20, 2005 9:31 pm
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
To make a DOS program invisible add the following line prior to the Run Program line: Let>RP_WINDOWMODE=0 Assembling lots of images into one image will involve image processing as the software has to create a new image. For sure there will be a lot of image processing involved! Hi, I'm getting ther...
- Sun Jun 19, 2005 6:57 am
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
Hi, Why is the assembly process so slow? It seems like some "image processing" is going on, when all I need is for the tiles to be assembled. Help! Prospero PS: Can I make a DOS program invisible when executed, rather than opening up in a window - so that it just works away in the "background" witho...
- Sat Jun 18, 2005 12:04 am
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
- Thu Jun 16, 2005 7:41 pm
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
- Thu Jun 16, 2005 2:58 pm
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
Hi, Golly, I need a little more help. Let's say the DOS command line I want to execute is this: c:\program files\imagemagick-6.2.3-Q16\convert.exe -size 5000x5000 xc:wheat multiple.jpg (This will run one of the ImageMagick programs - namely, convert.exe). What would be the correct Run> command? How ...
- Thu Jun 16, 2005 10:03 am
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
- Wed Jun 15, 2005 7:32 pm
- Forum: Technical / Scripting
- Topic: Assembling a .jpg image for lots of individual cells
- Replies: 18
- Views: 22378
Assembling a .jpg image for lots of individual cells
Hi all, I'd really appreciate some help with this problem: I have 40,000 individual .jpg images - each of which is exactly 250 by 250 pixels and about 18KB - that I need to assemble and then display on screen as one continuous image. They need to be assembled and displayed in a square, 200 images by...