Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imgMap_Screen shot20170515 #12

Open
YujiSODE opened this issue May 15, 2017 · 3 comments
Open

imgMap_Screen shot20170515 #12

YujiSODE opened this issue May 15, 2017 · 3 comments

Comments

@YujiSODE
Copy link
Owner

imgmap_screenshot20170515
imgMap_screenShot20170515.png

@YujiSODE
Copy link
Owner Author

YujiSODE commented May 15, 2017

imgMap_screenShot20170515.png

a screen shot using canvasFrm.html.

Log

  1. var y1=imgMap('sample1');
  2. var y2=imgMap('sample2');
  3. var x1;
  4. y1.cvs2Map('1000'); //'1000'=1*R 0*G 0*B 0*a
  5. x1=y1();
  6. y2.map2Cvs(x1.outputMap);

Repository owner locked and limited conversation to collaborators May 15, 2017
@YujiSODE
Copy link
Owner Author

imgmap_screenshot20170520
imgMap_screenShot20170520.png

@YujiSODE
Copy link
Owner Author

imgMap_screenShot20170520.png

a screen shot using canvasFrm.html.

Log

  1. var y1=imgMap('sample1'),y2=imgMap('sample2'),x1;
  2. y1.cvs2Map('0010'); //'0010'=0*R 0*G 1*B 0*a
  3. x1=y1();
  4. y2.map2Cvs(x1.outputMap.replace(/[^123@]/g,0));

@YujiSODE YujiSODE changed the title Screen shot20170515 imgMap_Screen shot20170515 May 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant