From: Vince D. <vi...@sa...> - 2002-12-20 15:58:29
|
I believe that version already comes with jpeg support in its 'gd' library, and (assuming you downloaded the binary from my web page) it is compiled in. You can test this with: package require Plplotter plframe .p pack .p .p cmd plsdev jpeg which should not throw an error. Assuming this is the case, you can use whatever standard Plplot functions you like, or edit the .tcl scripts which come with Plplot to provide a more seamless menu-based saving of jpegs. cheers, -- Vince <http://www.santafe.edu/~vince> On Fri, 20 Dec 2002, Pankaj Laddha wrote: > Hi, > > I am using PLplot 5.1.0 along with tcl-tk on windows NT. I want PLplot to > support jpeg format as one of its File output device format as mentioned in the > user document. > > I tried my luck by browsing on plplot mailing list to figure out how can this be > done but without much success? > > Can anyone help me with the procedure to rebuild Plplot on windows NT? I would > like to use Plplot with JPEG format support with tcl-tk as development language. > > Thanks. > > Pankaj. > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: The Best Geek Holiday Gifts! > Time is running out! Thinkgeek.com has the coolest gifts for > your favorite geek. Let your fingers do the typing. Visit Now. > T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |