Subject:
|
Re: Getting complete set of Ldraw parts images
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Fri, 16 May 2003 23:15:49 GMT
|
Viewed:
|
804 times
|
| |
 | |
In lugnet.cad, Jacob Sparre Andersen writes:
> Orion Pobursky wrote:
>
> > Like something that will take a supplied part .DAT file and make a label of
> > specified diminsions? This would be insanely useful for me. I actually
> > toyed with the idea myself.
>
> That's pretty trivial to do with LDGLite and NetPBM/PBMplus.
>
> ldraw_file=some_lego_model.mpd
> rendering=`ldglite -l3 -ms -q -s1 -w1 ${ldraw_file} \
> | grep '^Write BMP8' | tail -1 | cut -d' ' -f3-`
> bmptoppm ${rendering} \
> | pnmscale -width 120 \
> | pnmtopng \
> > `basename ${ldraw_file} .mpd`.png
>
> Play well,
>
> Jacob
I'm interested in your method but I'm not all that well versed in the code
you put up. I assume your not using MS OS to do this. Can you explain or
point me somewhere I can find out about what you suggested.
-Orion
|
|
Message has 1 Reply:  | | Re: Getting complete set of Ldraw parts images
|
| (...) No. But since you supposedly can make Microsoft's operating systems POSIX compliant, it can possibly also be made to work there. > Can you explain or point me somewhere I can > find out about what you suggested. I think the free POSIX support (...) (22 years ago, 19-May-03, to lugnet.cad)
|
Message is in Reply To:
 | | Re: Getting complete set of Ldraw parts images
|
| (...) That's pretty trivial to do with LDGLite and NetPBM/PBMplus. ldraw_file=some_lego_model.mpd rendering=`ldglite -l3 -ms -q -s1 -w1 ${ldraw_file} \ | grep '^Write BMP8' | tail -1 | cut -d' ' -f3-` bmptoppm ${rendering} \ | pnmscale -width 120 \ (...) (22 years ago, 16-May-03, to lugnet.cad)
|
18 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
|
|
|
|