alimrb Posted February 18, 2006 Posted February 18, 2006 can fm compare 2 picture together? if can, how can i do that in find mode?
Raybaudi Posted February 19, 2006 Posted February 19, 2006 Hi what about this calc ? (assuming that image1 and image2 are the names of two container fields) Case( ValueCount ( image1 ) ≠ ValueCount ( image2 );"can't compare"; Exact ( image1; image2 ) = 1;"Images match"; "Images don't match" )
Genx Posted February 19, 2006 Posted February 19, 2006 ... note that if you have the same picture referenced in a container and one stored ... it will evaluate to false... they must both be either stored or referenced.. ~genx
Raybaudi Posted February 19, 2006 Posted February 19, 2006 ... note that if you have the same picture referenced in a container and one stored ... it will evaluate to false... they must both be either stored or referenced.. Not exactly... the first Case statmenth avoid this ! [color:red]ValueCount ( image1 ) ≠ ValueCount ( image2 );"can't compare";
Recommended Posts
This topic is 6915 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now