[sage-support] Re: raw picture manipulation

2008-07-18 Thread jwmerr...@gmail.com
On Jul 17, 8:40 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > I would try > sage: im.show(command="/opt/local/bin/xv") > based on what you say below. Does this help? > Unfortunately not, im.show(command="/opt/local/bin/xv") and im.show(command="/opt/local/ bin/display") both still result in

[sage-support] Re: raw picture manipulation

2008-07-17 Thread David Joyner
Another guess is that the X server is not started and show doesn't know how to identify it. With imagemagick installed, I got the same error as you, even with Xwindows started. I'm guessing that we are not interfacing properly with the X server. It appears display has an option for naming the Xwin

[sage-support] Re: raw picture manipulation

2008-07-17 Thread David Joyner
On Thu, Jul 17, 2008 at 8:02 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm brand new to Sage, and would like to follow the path of least > resistance to playing around with images. I tried to follow these > instructions, but got tripped up. > > On May 23, 7:55 am, "David Joyner" <[EMAI

[sage-support] Re: raw picture manipulation

2008-07-17 Thread [EMAIL PROTECTED]
I'm brand new to Sage, and would like to follow the path of least resistance to playing around with images. I tried to follow these instructions, but got tripped up. On May 23, 7:55 am, "David Joyner" <[EMAIL PROTECTED]> wrote: > Harald: > > I know this is an old question but my feeling was in w

[sage-support] Re: raw picture manipulation

2008-05-23 Thread Marshall Hampton
Tom Boothby, who I think does not read this list, is also working on improving image manipulation in sage without using the PIL. He is only using the gd library. Its a work in progress right now though. -M. Hampton On May 23, 9:26 am, Simon King <[EMAIL PROTECTED]> wrote: > Dear Jason, dear D

[sage-support] Re: raw picture manipulation

2008-05-23 Thread Simon King
Dear Jason, dear David, On May 23, 3:57 pm, Jason Grout <[EMAIL PROTECTED]> wrote: > David Joyner wrote: > Since it's come up several times, it might be worth material for > inclusion in the FAQ. > > Since PIL has come up a few times on SAGE lists in vague ways, I > > thought I'd try to > > be mo

[sage-support] Re: raw picture manipulation

2008-05-23 Thread Jason Grout
David Joyner wrote: > Harald: > > I know this is an old question but my feeling was in wasn't really > answered properly, > possibly because I inadvertantly took it off track with a response > which had an aside on > SAGE searching. Since it's come up several times, it might be worth material fo

[sage-support] Re: raw picture manipulation

2008-05-23 Thread Harald Schilly
yeahr thx, might be interesting for others, yes... just one remark: On May 23, 1:55 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > (d) run ../../../../bin/python setup.py install i hope it's correct what i say: this command is necessary to pick the right python installation (the one from sage)

[sage-support] Re: raw picture manipulation

2008-05-23 Thread David Joyner
Harald: I know this is an old question but my feeling was in wasn't really answered properly, possibly because I inadvertantly took it off track with a response which had an aside on SAGE searching. Since PIL has come up a few times on SAGE lists in vague ways, I thought I'd try to be more detai

[sage-support] Re: raw picture manipulation

2008-04-17 Thread Fabio Tonti
Alright, it wasn't meant in a negative way. I thought there was a URL for the transition and you'd point me there. But it's alright if you do it like this :) On Thu, Apr 17, 2008 at 4:51 PM, Harald Schilly <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 17, 2008 at 4:48 PM, Fabio Tonti <[EMAIL PROTEC

[sage-support] Re: raw picture manipulation

2008-04-17 Thread Harald Schilly
On Thu, Apr 17, 2008 at 4:48 PM, Fabio Tonti <[EMAIL PROTECTED]> wrote: > Just a quick remark: since the search is beta, where's the old one? the new one is already bigger and better than the old one and things like this are a good opportunity for feedback. This one e.g. already includes external

[sage-support] Re: raw picture manipulation

2008-04-17 Thread Fabio Tonti
Just a quick remark: since the search is beta, where's the old one? On Thu, Apr 17, 2008 at 4:36 PM, Jason Grout <[EMAIL PROTECTED]> wrote: > > Harald Schilly wrote: > > Hi > > > > A friend of mine want's to manipulate pictures (bitmap, in color). > > Basically, he want's to load and then represe

[sage-support] Re: raw picture manipulation

2008-04-17 Thread Jason Grout
Harald Schilly wrote: > Hi > > A friend of mine want's to manipulate pictures (bitmap, in color). > Basically, he want's to load and then represent them as a binary > vector in Sage and then encode them using linear codes -> > manipulations (errors) -> then back to an image and see how good the >

[sage-support] Re: raw picture manipulation

2008-04-17 Thread Harald Schilly
I think, plotting is not his main problem. He want's to manipulate the data on a basic level. On Apr 17, 4:10 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > BTW, since you are the author of the SAGE search function > ... Maybe the wikipedia hits should have a lower > weight somehow? Yes, I'm aw

[sage-support] Re: raw picture manipulation

2008-04-17 Thread David Joyner
This does not answer your question but might help your friend. The command matrix_plot (eg, "sage: matrix_plot(random_matrix(GF(389), 10), cmap='Oranges')") might be a simpler function to use if he just wants to test how good the linear code works on an "image". BTW, since you are the author of t