Warning, /pim/libksieve/src/ksieveui/autocreatescripts/tests/scripts/test-convert.siv is written in an unsupported language. File is not indexed.
0001 require "convert"; 0002 0003 #SCRIPTNAME: test-convert 0004 #Script name: test-convert 0005 0006 if allof (convert "image/png" "image/bmp" ["pix-x=305","pix-y=194"] 0007 , convert "image/tiff" "image/png" ["pix-x=310","pix-y=210"] 0008 , convert "image/jpeg" "image/png" ["pix-x=2","pix-y=200"] 0009 ) 0010 { 0011 stop; 0012 }