There is no problem. Both are useful. Sometimes you want just the color image. Other times you want to name the image and be able to insert it in a text. Unfortunately you can't send the image with a name in an e-mail.
Actually the crayons are a hint for anyone trying it answer my challenge. Thanks for your questions as I now know better where and how to use the images. If you use "Place" in Photoshop you only get the image. It is useful to know that the screen capture makes it possible to insert the entire image with the wrapper. Now I want to capture it and see if I can make it into a bigger bmp in photoshop and maybe I can make it as an attachment in an e-mail. Linda -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of bill lam Sent: Wednesday, March 26, 2014 2:34 AM To: Programming forum Subject: Re: [Jprogramming] Making Crayons Sorry, I still cannot see the problem is or is it related to J. Thanks. On Wed, Mar 26, 2014 at 3:39 AM, 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
