AFTERGRASP: IMAGEDATA direct access

8 views
Skip to first unread message

John Bridges

unread,
Jan 29, 2013, 7:11:04 PM1/29/13
to after...@googlegroups.com
New build of AfterGRASP is up for download:
 
 
agsetup_20130129.exe
 
----------------------------------------------------------------------------
Fri, 18 January 2013

New element for images "->IMAGEDATA", gives the entire image bitmap data
as a string. Useful for things like creating a checksum to compare images.

color red
imagenew 100 100 testred
color green
imagenew 100 100 testgreen
messagebox strhex(strsha2(testred->imagedata)) red
messagebox strhex(strsha2(testgreen->imagedata)) green

----------------------------------------------------------------------------
Thu, 03 January 2013

STRHTMLREPAIR now removes any inner <A></A> tags inside nested <A></A> tags.

For instance:

 local test "<a href=hello><a href=goodbye>one</a>two</a>"
 messagebox strhtmlclean(@test)

produces "<a href=hello>onetwo</a>"


----------------------------------------------------------------------------

Reply all
Reply to author
Forward
0 new messages