In some contexts, just giving the image is a desirable feature and not at all a problem.
Is there some reason you can't use the "capture the window" approach when you want the window and not just the image it contains? Thanks, -- Raul On Tue, Mar 25, 2014 at 3:39 PM, Linda Alvord <[email protected]>wrote: > Photoshop inserts bmp images without the border and name. The border that > shows the image with its name is used extensively when writing text to show > examples of what you are explaining. > > Linda > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Linda Alvord > Sent: Tuesday, March 25, 2014 2:01 PM > To: [email protected] > Subject: Re: [Jprogramming] Making Crayons > > Paint or Outlook have the same behavior. > > 1. Go to paint and open or Outlook and insert a picture. Select j801 > > addons > graphics > bmp > toucan.bmp (image has no border. > > 2 Run through the viewmat lab until the image of the toucan appears. > Capture the window with the toucan in it with your computer's version of > "print screen to capture the active window" Now go to Paint or Outlook > and ctrl and V to paste the bmp and this time you get the image and the > full border. > > You may need some other software for accepting images. > > Linda > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of bill lam > Sent: Tuesday, March 25, 2014 12:32 PM > To: [email protected] > Subject: Re: [Jprogramming] Making Crayons > > Sorry I don't understand your problem and I don't use word. Can > you elaborate what was wrong with bmp from viewmat? > > Вт, 25 мар 2014, Linda Alvord писал(а): > > "Box of Colors" in temp is different from a usual bmp. Find > "toucan.bmp" in > > J . Use word and insert the file from j801. > > > > Now run the viewmat lab until the toucan shows up. Copy and paste it > into > > the word document and they are different. > > > > Linda > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of Linda > Alvord > > Sent: Tuesday, March 25, 2014 11:40 AM > > To: [email protected] > > Subject: Re: [Jprogramming] Making Crayons > > > > Thanks Bill, Please not his post and update! Linda > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of Linda > Alvord > > Sent: Tuesday, March 25, 2014 11:35 AM > > To: [email protected] > > Subject: Re: [Jprogramming] Making Crayons > > > > Oops. The earlier version slipped away from me. > > Here are the 4 correct lines. > > > > require 'viewmat' > > ]P8=: 255* #:i.8 > > P8 viewmat (i.8);'Box of Crayons' > > P8 viewmat (i.5000);'Blend Colors' > > > > Open a new temp in jqt. Copy and paste 4 J lines below into the > file. > > Use Run on each of the first three lines. You should have an image > called > > "Box of Crayons' Now place cursor on the image and press Ctrl and S . > > The image is now in your temp folder with the name 'viewmat'. > > > > Open a program that works with images. " Paint" is simple and works well. > > Open "j 801 - user" and "temp" . Select "viewmat". Now you can save > > your image with the name "Box of Crayons" as a bmp with the full name > > "Box of Crayons.bmp" > > > > Also, you can run the third line again. With the image active, use > "alt > > and prt sc" to capture the image. Then you can paste the entire image in > a > > document like Word using "ctr and V". > > > > Repeat the process with line 4 and save or paste the bmp "Blend > > Colors.bmp" > > Let me know if this doesn't work in some environments. > > > > Linda > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of Linda > Alvord > > Sent: Tuesday, March 25, 2014 11:06 AM > > To: [email protected] > > Subject: [Jprogramming] Making Crayons > > > > Some short cuts I have learned: > > > > > > > > Open a new temp in jqt. Copy and paste 4 J lines below into the > file. > > Use Run on each of the first three lines. You should have an image > called > > 'Colors 8' Now place cursor on the image and press Ctrl and S . The > > image is now in your temp folder with the name 'viewmat'. > > > > > > > > require 'viewmat' > > > > ]P8=: 255* #:i.8 > > > > P8 viewmat (i.8);'B b g' > > > > P8 viewmat (i.5000);'Colors 8 Blend' > > > > > > > > Open any program that works with images. " Paint" is simple and works > well. > > Open "j 801 - user" and "temp" . Select "viewmat" . Now you can > save > > your image with the name "Box of Crayons" as a bmp with the name > > "Colors 8.bmp" > > > > > > > > Also, you can run the third line. With the image active, use "print > > screen" using "alt and prt sc" and paste the entire image in a document > > like word using "ctr and V". > > > > > > > > Let me know if this doesn't work in some environments. > > > > > > > > Linda > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
