Re: [racket-dev] 2htdp/image Feature Suggestion

2014-06-22 Thread Kevin Forchione
On Jun 21, 2014, at 5:02 PM, Robby Findler wrote: > What do you think about a variant on center-crop called crop/align > that accepts a width, a height, an image, and an x-place and a > y-place? > > That would seem to fit better into the library the way it's currently > constructed. > > For wo

Re: [racket-dev] 2htdp/image Feature Suggestion

2014-06-22 Thread Kevin Forchione
On Jun 21, 2014, at 3:22 PM, Matthias Felleisen wrote: > > Thanks. We will need to figure out how to accommodate keywords in a > teachpack. > > In the meantime, write frame like this: > > (define (frame-2 img > #:frame-color (frame-color 'black) > #:backgro

Re: [racket-dev] 2htdp/image Feature Suggestion

2014-06-22 Thread Robby Findler
Thanks! I've added these two functions. Robby On Sun, Jun 22, 2014 at 12:26 PM, Kevin Forchione wrote: > > On Jun 21, 2014, at 5:02 PM, Robby Findler > wrote: > > What do you think about a variant on center-crop called crop/align > that accepts a width, a height, an image, and an x-place and a

Re: [racket-dev] 2htdp/image Feature Suggestion

2014-06-22 Thread Asumu Takikawa
On 2014-06-22 20:27:21 -0700, Kevin Forchione wrote: >Thanks! Is there any documentation or guide on which *styles* to prefer in >writing Racket code? I find myself scratching my head at times in these >matters! In recent Racket distributions and online docs there's now a style manual: