richard terry a écrit :
> Hi all,
> 
> i wondered if anyone could tell me how to comparea picture1 to picture 2 and 
> tell if they were different (ie one had been changed in some way?

The fastest way is to use cmp (comes from 'diff' package): 
cmp pic1 pic2
and test the returned value

-- 
Do what thou wilt shall be the whole of the Law.
                -- Aleister Crowley

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to