I want to use a jpeg as a morph
- I saw references to webBrowser doing this, but I don't see it in 4.5 - is there an example anywhere of making an image morph from a local jpeg on disk?
Thanks, Sean
-- View this message in context: http://forum.selflanguage.org/Images-and-webBrowser-tp7572617.html Sent from the Self mailing list archive at Nabble.com.
On Fri, Feb 21, 2014 at 5:01 AM, SeanDeNigris sean@clipperadams.com wrote:
- is there an example anywhere of making an image morph from a local jpeg on
disk?
There's an example here:
http://bluishcoder.co.nz/2009/07/27/displaying-images-with-self.html
Chris Double wrote
There's an example here:
Thank you for the reply. I had seen that, but there are no implementors of either copyFromGIFFile: or asURL in Self 4.5 and the github link to the webbrowser branch was 404.
-- View this message in context: http://forum.selflanguage.org/Images-and-webBrowser-tp7572617p7572619.html Sent from the Self mailing list archive at Nabble.com.
On Fri, Feb 21, 2014 at 12:17 PM, SeanDeNigris sean@clipperadams.com wrote:
Thank you for the reply. I had seen that, but there are no implementors of either copyFromGIFFile: or asURL in Self 4.5 and the github link to the webbrowser branch was 404.
The changes in the branch have been merged into the Self master branch. To see the code you need to load the webBrowser source with:
bootstrap read: 'webBrowser/webBrowser' From: 'applications'
You should then be able to find 'copyFromGIFFile:'.
Chris Double wrote
bootstrap read: 'webBrowser/webBrowser' From: 'applications' ... You should then be able to find 'copyFromGIFFile:'.
Hmm... In a shell evaluator, I did a "Get It" on the statement in the first line, but didn't get any feedback that anything had happened. Afterward, the system still reported no implementors of copyFromGIFFile:
-- View this message in context: http://forum.selflanguage.org/Images-and-webBrowser-tp7572617p7572624.html Sent from the Self mailing list archive at Nabble.com.
On Fri, Feb 21, 2014 at 6:21 PM, SeanDeNigris sean@clipperadams.com wrote:
Hmm... In a shell evaluator, I did a "Get It" on the statement in the first line, but didn't get any feedback that anything had happened. Afterward, the system still reported no implementors of copyFromGIFFile:
The snippet I pasted assumes your current working directory is the 'objects' directory from the Self source and that 'objects/applications/webBrowser/webBrowser.self' exists. Are you using a source distribution? What platform?
self-interest@lists.selflanguage.org