[racket] FW: Dr. Racket Border Problem

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Apr 26 09:08:26 EDT 2011

Did you pass the width and height that you wanted to save-image?

Robby

On Mon, Apr 25, 2011 at 12:13 PM, geb a <geb_a at yahoo.com> wrote:
> I believe this might classify as a bug.  We are trying to create a very high resolution image of the lorentz equations (about 14000 x 14000 pixels) In order to do this we will have to generate the image in pieces due to memory constraints.  Right now,  we have the code to create the images with different zooms and we have tried to assemble them with imagemagick but we have a border issue (described below).
>
>
> From my student Evan:
>
> When Dr. Racket exports these .png images (using save-image), it exports them with a border around the image. When using imagemagick to piece these images together, the border is noticeable as a division between the images. Upon cropping out the border with imagemagick, however, it crops out a pixel from the image. Images 1000, 2000, 3000, and 4000 are the original images with borders. Final.png is the image where they are stitched together (using +append and -append in imagemagick). Images 1001, 2001, 3001, and 4001 are the corresponding images cropped on the border. Finalcropped.png represents those pictures stitched together, and there are noticable pixels missing along the axes where the individual images were joined.
>
>
>
>
>
>
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



Posted on the users mailing list.