Subject:
|
Re: Brickbay Temp URL Available
|
Newsgroups:
|
lugnet.market.shopping
|
Date:
|
Tue, 30 May 2000 20:44:06 GMT
|
Viewed:
|
1008 times
|
| |
| |
In lugnet.market.shopping, Mike Stanley wrote:
> If Steve (or someone else) can give directions for doing this in a mostly
> automated way I can leave my new 850 at home running it while I'm at work. I
> have scads of free hard drive space and a fast connection (from work - I can
> burn the images and bring them to work to upload).
Hmm. It needs just a bit of programming. Something like the following,
depending on your development toys (view in fixed-pitch font for best
results).
Note: CONVERT.EXE is part of ImageMagick, available for most platforms.
// Process all colors
For iColor = 0 To 15, 17 to 23, 32 to 47, 57, 334, 382, 383, 431, 462
// Process all part-files
For all sPart in Dir c:\ldraw\parts\*.*
// clean out LDraw's output directory
erase "c:\ldraw\bitmap\*.*"
// run LDLite
shell "start /wait ldlite " + sPart + " -MS -C" + iColor
// convert the output image to gif and move to a staging area.
shell "convert c:\ldraw\bitmap\*.* gif:c:\stagingarea\"
+ FileName(sPart) + "-" + iColor + ".gif"
Next sPart
Next iColor
Another approach would be to grab all the RGB values from Suzanne's color
chart, and write out a bunch of mini-DAT files that create the parts in
each of the RGB colors. If you want some direction on that, let me know.
HTHADNC,
Steve
|
|
Message has 1 Reply: | | Re: Brickbay Temp URL Available
|
| Is there a way to get LDLITE to have the image of the part take up all of the available space in the image file? I've been playing with this off and on, and am trying to get the part to be as big as will fit in the image. All I seem to get is an (...) (24 years ago, 16-Jun-00, to lugnet.market.shopping)
|
Message is in Reply To:
| | Re: Brickbay Temp URL Available
|
| (...) If Steve (or someone else) can give directions for doing this in a mostly automated way I can leave my new 850 at home running it while I'm at work. I have scads of free hard drive space and a fast connection (from work - I can burn the images (...) (24 years ago, 26-May-00, to lugnet.market.shopping)
|
47 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|