[Jprogramming] Making "crayons" and mixing colors

2015-07-08 Thread Linda Alvord
JTECH Grade 4 begins in a blaze of color. Using green, red and blue you can make 8 colors (binary counting). Use a GRB palette and the colors are arranged from light to dark. Mix the colors and get 28 new colors. Take a look... In JHS it develops as a "story". load 'viewmat' RGB=:|.255*#:i.8 NRG

Re: [Jprogramming] Making Crayons

2014-03-26 Thread Linda Alvord
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 wrote: > Photoshop inserts bmp images without the border and name. The border that > shows the image

Re: [Jprogramming] Making Crayons

2014-03-25 Thread bill lam
order. > > You may need some other software for accepting images. > > Linda > > -Original Message- > From: programming-boun...@forums.jsoftware.com > [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of bill lam > Sent: Tuesday, March 25, 2014 12:32 PM >

Re: [Jprogramming] Making Crayons

2014-03-25 Thread Raul Miller
ng-boun...@forums.jsoftware.com [mailto: > programming-boun...@forums.jsoftware.com] On Behalf Of Linda Alvord > Sent: Tuesday, March 25, 2014 2:01 PM > To: programm...@jsoftware.com > Subject: Re: [Jprogramming] Making Crayons > > Paint or Outlook have the same behavior. > > 1. Go

Re: [Jprogramming] Making Crayons

2014-03-25 Thread Linda Alvord
...@forums.jsoftware.com] On Behalf Of Linda Alvord Sent: Tuesday, March 25, 2014 2:01 PM To: programm...@jsoftware.com 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 > gr

Re: [Jprogramming] Making Crayons

2014-03-25 Thread Linda Alvord
From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of bill lam Sent: Tuesday, March 25, 2014 12:32 PM To: programm...@jsoftware.com Subject: Re: [Jprogramming] Making Crayons Sorry I don't understand your problem and I don't use wo

Re: [Jprogramming] Making Crayons

2014-03-25 Thread bill lam
forums.jsoftware.com] On Behalf Of Linda Alvord > Sent: Tuesday, March 25, 2014 11:40 AM > To: programm...@jsoftware.com > Subject: Re: [Jprogramming] Making Crayons > > Thanks Bill, Please not his post and update! Linda > > -Original Message- > From: programming-bou

Re: [Jprogramming] Making Crayons

2014-03-25 Thread Linda Alvord
om: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Linda Alvord Sent: Tuesday, March 25, 2014 11:40 AM To: programm...@jsoftware.com Subject: Re: [Jprogramming] Making Crayons Thanks Bill, Please not his post and update! Linda -Origin

Re: [Jprogramming] Making Crayons

2014-03-25 Thread Linda Alvord
: [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

Re: [Jprogramming] Making Crayons

2014-03-25 Thread Linda Alvord
-Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Linda Alvord Sent: Tuesday, March 25, 2014 11:06 AM To: programm...@jsoftware.com Subject: [Jprogramming] Making Crayons Some short cuts I have learned: Open

Re: [Jprogramming] Making Crayons

2014-03-25 Thread bill lam
the latest veiwmat version 1.0.46 should already save with file name same as the title, in your example the names should be 'B b g.bmp' 'Colors 8 Blend.bmp' no "Paint" is needed. This should work in all desktop platforms with ctrl means cmd in Mac. Вт, 25 мар 2014, Linda

[Jprogramming] Making Crayons

2014-03-25 Thread Linda Alvord
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 th