home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / Plugins / FFL / Sapphire / andrew5.ffl < prev    next >
Encoding:
Text File  |  2001-04-03  |  9.7 KB  |  583 lines

  1. FFL1.0
  2. 20
  3. AddoSub.8bf
  4. Andrew's Filters Part5
  5. Add Or Sub...
  6. AB
  7. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  8.  
  9.  
  10.  
  11.  
  12. Add
  13. Sub
  14. Red Mix
  15. Green Mix
  16. Blue Mix
  17. Red Mix 1
  18. Green Mix 1
  19. Blue Mix 1
  20. 97
  21. 83
  22. 211
  23. 25
  24. 210
  25. 240
  26. 12
  27. 16
  28. mix(c,mix(add(c,(r+g+b)/3,ctl(0))|sub(c,(r+g+b)/3,ctl(1)),c,ctl(2),100),ctl(5),100)
  29. mix(c,mix(add(c,(r+g+b)/3,ctl(0))|sub(c,(r+g+b)/3,ctl(1)),c,ctl(3),100),ctl(6),100)
  30. mix(c,mix(add(c,(r+g+b)/3,ctl(0))|sub(c,(r+g+b)/3,ctl(1)),c,ctl(4),100),ctl(7),100)
  31. a
  32. Clio.8bf
  33. Andrew's Filters Part5
  34. Clio...
  35. AB
  36. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  37.  
  38.  
  39.  
  40.  
  41. Red x
  42. Red y
  43. Green x
  44. Green y
  45. Blue x
  46. Blue y
  47. Mix 1
  48. Mix 2
  49. 17
  50. 5
  51. 9
  52. 14
  53. 0
  54. 8
  55. 14
  56. 16
  57. mix(c,sin(x*ctl(0)-sin(y*ctl(1))),ctl(6),ctl(7))
  58. mix(c,sin(x*ctl(2)-sin(y*ctl(3))),ctl(6),ctl(7))
  59. mix(c,sin(x*ctl(4)-sin(y*ctl(5))),ctl(6),ctl(7))
  60. a
  61. CirrTime.8bf
  62. Andrew's Filters Part5
  63. Circular Times...
  64. AB
  65. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  66.  
  67.  
  68.  
  69.  
  70. Red 1
  71. Red 2
  72. Green 1
  73. Green 2
  74. Blue 1
  75. Blue 2
  76. Mix 1
  77. Mix 2
  78. 51
  79. 42
  80. 22
  81. 11
  82. 14
  83. 14
  84. 85
  85. 75
  86. mix((r+g+b)/3,c>ctl(0)?sin(ctl(1)*abs(m)):c,ctl(6),ctl(7))
  87. mix((r+g+b)/3,c>ctl(2)?sin(ctl(3)*abs(m)):c,ctl(6),ctl(7))
  88. mix((r+g+b)/3,c>ctl(4)?sin(ctl(5)*abs(m)):c,ctl(6),ctl(7))
  89. a
  90. CiSTime.8bf
  91. Andrew's Filters Part5
  92. Circles In The Sands Of Time...
  93. AB
  94. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  95.  
  96.  
  97.  
  98.  
  99. d
  100. m
  101. Factor
  102. Shift
  103. Shift 1
  104. Red
  105. Green
  106. Blue
  107. 33
  108. 24
  109. 192
  110. 228
  111. 43
  112. 104
  113. 230
  114. 218
  115. mix(c,ctl(2)*(sin(ctl(0)*abs(d))-sin(ctl(1)*m))/(sin((m+val(3,-100,100))*ctl(0))-sin((abs(d)+val(4,-100,100))*ctl(1))),ctl(5),255)
  116. mix(c,ctl(2)*(sin(ctl(0)*abs(d))-sin(ctl(1)*m))/(sin((m+val(3,-100,100))*ctl(0))-sin((abs(d)+val(4,-100,100))*ctl(1))),ctl(6),255)
  117. mix(c,ctl(2)*(sin(ctl(0)*abs(d))-sin(ctl(1)*m))/(sin((m+val(3,-100,100))*ctl(0))-sin((abs(d)+val(4,-100,100))*ctl(1))),ctl(7),255)
  118. a
  119. FadedDy.8bf
  120. Andrew's Filters Part5
  121. Faded Day...
  122. AB
  123. Andrew Buckle (c) 1999
  124.  
  125.  
  126.  
  127.  
  128. Threshold R
  129. Threshold G
  130. Threshold B
  131. Red Mix
  132. Green Mix
  133. Blue Mix
  134. Overall
  135.  
  136. 32
  137. 20
  138. 13
  139. 153
  140. 215
  141. 149
  142. 19
  143. 0
  144. mix(r,((r>ctl(0)?r:0)+(g>ctl(1)?g:0)+(b>ctl(2)?b:0))/3,ctl(3),ctl(6))
  145. mix(r,((r>ctl(0)?r:0)+(g>ctl(1)?g:0)+(b>ctl(2)?b:0))/3,ctl(4),ctl(6))
  146. mix(r,((r>ctl(0)?r:0)+(g>ctl(1)?g:0)+(b>ctl(2)?b:0))/3,ctl(5),ctl(6))
  147. a
  148. DreaRea.8bf
  149. Andrew's Filters Part5
  150. Dreamer's Realm...
  151. AB
  152. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  153.  
  154.  
  155.  
  156.  
  157. x
  158. d
  159. m
  160. y
  161. Red
  162. Green
  163. Blue
  164. Mix
  165. 31
  166. 5
  167. 10
  168. 21
  169. 209
  170. 178
  171. 157
  172. 172
  173. mix(c,sin(x*ctl(0)+abs(d)*ctl(1)-m*ctl(2)-sin(y*ctl(3))),ctl(4),ctl(7))
  174. mix(c,sin(x*ctl(0)+abs(d)*ctl(1)-m*ctl(2)-sin(y*ctl(3))),ctl(5),ctl(7))
  175. mix(c,sin(x*ctl(0)+abs(d)*ctl(1)-m*ctl(2)-sin(y*ctl(3))),ctl(6),ctl(7))
  176. a
  177. DSiEmbs.8bf
  178. Andrew's Filters Part5
  179. Diagonal Sine Emboss...
  180. AB
  181. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  182.  
  183.  
  184.  
  185.  
  186. x
  187. y
  188. Factor
  189. Shift
  190. Shift 1
  191. Red
  192. Green
  193. Blue
  194. 14
  195. 13
  196. 148
  197. 119
  198. 158
  199. 75
  200. 210
  201. 131
  202. mix(c,ctl(2)*(sin(ctl(0)*x)-sin(ctl(1)*y))/(sin((y+val(3,-100,100))*ctl(0))-sin((x+val(4,-100,100))*ctl(1))),ctl(5),255)
  203. mix(c,ctl(2)*(sin(ctl(0)*x)-sin(ctl(1)*y))/(sin((y+val(3,-100,100))*ctl(0))-sin((x+val(4,-100,100))*ctl(1))),ctl(6),255)
  204. mix(c,ctl(2)*(sin(ctl(0)*x)-sin(ctl(1)*y))/(sin((y+val(3,-100,100))*ctl(0))-sin((x+val(4,-100,100))*ctl(1))),ctl(7),255)
  205. a
  206. EAgain.8bf
  207. Andrew's Filters Part5
  208. Emboss Again...
  209. AB
  210. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  211.  
  212.  
  213.  
  214.  
  215. x
  216. y
  217. Red
  218. Green
  219. Blue
  220. Red Mix
  221. Green Mix
  222. Blue Mix
  223. 161
  224. 150
  225. 37
  226. 146
  227. 235
  228. 15
  229. 8
  230. 113
  231. mix(c,ctl(2)*c/(src(x+val(0,-10,10),y+val(1,-10,10),z)),ctl(5),100)
  232. mix(c,ctl(3)*c/(src(x+val(0,-10,10),y+val(1,-10,10),z)),ctl(6),100)
  233. mix(c,ctl(4)*c/(src(x+val(0,-10,10),y+val(1,-10,10),z)),ctl(7),100)
  234. a
  235. RCuttin.8bf
  236. Andrew's Filters Part5
  237. Random Cuttings...
  238. AB
  239. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  240.  
  241.  
  242.  
  243.  
  244. Red
  245. Green
  246. Blue
  247. Red
  248. Green
  249. Blue
  250. Mix 1
  251. Mix 2
  252. 206
  253. 222
  254. 95
  255. 155
  256. 75
  257. 175
  258. 201
  259. 62
  260. mix((r+g+b)/3,255-(c>ctl(0)?rnd(0,100):ctl(3)),ctl(6),ctl(7))
  261. mix((r+g+b)/3,255-(c>ctl(1)?rnd(0,100):ctl(4)),ctl(6),ctl(7))
  262. mix((r+g+b)/3,255-(c>ctl(2)?rnd(0,100):ctl(5)),ctl(6),ctl(7))
  263. a
  264. NegativeFsh.8bf
  265. Andrew's Filters Part5
  266. Negative Fashion...
  267. AB
  268. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com) ABEX 98
  269.  
  270.  
  271.  
  272.  
  273. Red
  274. Green
  275. Blue
  276. Mix 1
  277. Mix 2
  278. Mix 3
  279. Source
  280. Negative
  281. 208
  282. 7
  283. 51
  284. 191
  285. 67
  286. 181
  287. 221
  288. 213
  289. mix(ctl(7)-c,mix(mix(((r-(g+b))/3),((g-(r+b))/3),ctl(0),ctl(1)),((b-(r+b))/3),ctl(2),ctl(3)),ctl(6),100)
  290. mix(ctl(7)-c,mix(mix(((r-(g+b))/3),((g-(r+b))/3),ctl(0),ctl(1)),((b-(r+b))/3),ctl(2),ctl(4)),ctl(6),100)
  291. mix(ctl(7)-c,mix(mix(((r-(g+b))/3),((g-(r+b))/3),ctl(0),ctl(1)),((b-(r+b))/3),ctl(2),ctl(5)),ctl(6),100)
  292. a
  293. OCFashSt.8bf
  294. Andrew's Filters Part5
  295. Off Centre FashionShot...
  296. AB
  297. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  298.  
  299.  
  300.  
  301.  
  302. Red
  303. Green
  304. Blue
  305. Mixer 1
  306. Mixer 2
  307. Mixer 3
  308. Source Mix
  309. Source Mix 1
  310. 208
  311. 87
  312. 168
  313. 192
  314. 143
  315. 84
  316. 71
  317. 117
  318. mix(c,mix(mix(((r-(g+b))/3),((g-(r+b))/3),ctl(0),ctl(1)),((b-(r+b))/3),ctl(2),ctl(3)),ctl(6),ctl(7))
  319. mix(c,mix(mix(((r-(g+b))/3),((g-(r+b))/3),ctl(0),ctl(1)),((b-(r+b))/3),ctl(2),ctl(4)),ctl(6),ctl(7))
  320. mix(c,mix(mix(((r-(g+b))/3),((g-(r+b))/3),ctl(0),ctl(1)),((b-(r+b))/3),ctl(2),ctl(5)),ctl(6),ctl(7))
  321. a
  322. OffsPara.8bf
  323. Andrew's Filters Part5
  324. Offset In Paradise...
  325. AB
  326. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  327.  
  328.  
  329.  
  330.  
  331. x
  332. y
  333. Mix 1
  334. Mix 2
  335. Add Reverse
  336. Red Mix
  337. Green Mix
  338. Blue Mix
  339. 61
  340. 93
  341. 39
  342. 207
  343. 88
  344. 134
  345. 81
  346. 2
  347. mix(c,add(mix(c,src(x+val(0,-50,50),y+val(1,-50,50),z),ctl(2),ctl(3)),ctl(4),255-c),ctl(5),100)
  348. mix(c,add(mix(c,src(x+val(0,-50,50),y+val(1,-50,50),z),ctl(2),ctl(3)),ctl(4),255-c),ctl(6),100)
  349. mix(c,add(mix(c,src(x+val(0,-50,50),y+val(1,-50,50),z),ctl(2),ctl(3)),ctl(4),255-c),ctl(7),100)
  350. a
  351. InGroove.8bf
  352. Andrew's Filters Part5
  353. Into The Groove 2...
  354. AB
  355. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  356.  
  357.  
  358.  
  359.  
  360. d
  361. m
  362. Red
  363. Green
  364. Blue
  365. Mix 1
  366. Mix 2
  367.  
  368. 30
  369. 38
  370. 120
  371. 204
  372. 64
  373. 82
  374. 101
  375. 197
  376. mix(c,ctl(2)*sin(abs(d)*ctl(0))/sin(m*ctl(1)),ctl(5),ctl(6))
  377. mix(c,ctl(3)*sin(abs(d)*ctl(0))/sin(m*ctl(1)),ctl(5),ctl(6))
  378. mix(c,ctl(4)*sin(abs(d)*ctl(0))/sin(m*ctl(1)),ctl(5),ctl(6))
  379. a
  380. InOtFilt.8bf
  381. Andrew's Filters Part5
  382. In And Out Of Filters...
  383. AB
  384. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  385.  
  386.  
  387.  
  388.  
  389. Mix
  390. Mix 1
  391. Factor
  392. Mix
  393. Mix 2
  394. Factor
  395. Mix A
  396. Mix B
  397. 26
  398. 11
  399. 33
  400. 119
  401. 86
  402. 78
  403. 90
  404. 79
  405. mix(c,sin(ctl(2)*mix(x-y,y-x,ctl(0),ctl(1)))-sin(ctl(5)*mix(y,x,ctl(3),ctl(4))),ctl(6),ctl(7))
  406. mix(c,sin(ctl(2)*mix(x-y,y-x,ctl(0),ctl(1)))-sin(ctl(5)*mix(y,x,ctl(3),ctl(4))),ctl(6),ctl(7))
  407. mix(c,sin(ctl(2)*mix(x-y,y-x,ctl(0),ctl(1)))-sin(ctl(5)*mix(y,x,ctl(3),ctl(4))),ctl(6),ctl(7))
  408. a
  409. LiWorkin.8bf
  410. Andrew's Filters Part5
  411. Lines Working...
  412. AB
  413. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  414.  
  415.  
  416.  
  417.  
  418. Factor
  419. x
  420. y
  421. Mix 1
  422. Mix 2
  423.  
  424.  
  425.  
  426. 16
  427. 77
  428. 96
  429. 31
  430. 41
  431. 0
  432. 0
  433. 0
  434. mix(c,sin(x-sin(mix(x,y,ctl(1),ctl(2))*ctl(0))),ctl(3),ctl(4))
  435. mix(c,sin(x-sin(mix(x,y,ctl(1),ctl(2))*ctl(0))),ctl(3),ctl(4))
  436. mix(c,sin(x-sin(mix(x,y,ctl(1),ctl(2))*ctl(0))),ctl(3),ctl(4))
  437. a
  438. ModSitua.8bf
  439. Andrew's Filters Part5
  440. Module Situation...
  441. AB
  442. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  443.  
  444.  
  445.  
  446.  
  447. x
  448. y
  449. Red Mix
  450. Green Mix
  451. Blue Mix
  452. Mix
  453. Mix 1
  454. Mix 2
  455. 136
  456. 126
  457. 45
  458. 8
  459. 34
  460. 175
  461. 237
  462. 44
  463. mix((r+g+b)/3,mix(c,c%src(x+val(0,-50,50),y+val(1,-50,50),z),ctl(2),ctl(5)),ctl(6),ctl(7))
  464. mix((r+g+b)/3,mix(c,c%src(x+val(0,-50,50),y+val(1,-50,50),z),ctl(3),ctl(5)),ctl(6),ctl(7))
  465. mix((r+g+b)/3,mix(c,c%src(x+val(0,-50,50),y+val(1,-50,50),z),ctl(4),ctl(5)),ctl(6),ctl(7))
  466. a
  467. SFuzShr.8bf
  468. Andrew's Filters Part5
  469. Slightly Fuzzy Sharpens...
  470. AB
  471. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  472.  
  473.  
  474.  
  475.  
  476. Red 1
  477. Red 2
  478. Green 1
  479. Green 2
  480. Blue 1
  481. Blue 2
  482. Move Randomly
  483. Mix 2
  484. 56
  485. 31
  486. 45
  487. 49
  488. 95
  489. 75
  490. 27
  491. 129
  492. mix(c,sin(2*c-src(x+rnd(0,ctl(6)),y+rnd(0,ctl(6)),z)*ctl(0)/ctl(1)),ctl(7),100)
  493. mix(c,sin(2*c-src(x+rnd(0,ctl(6)),y+rnd(0,ctl(6)),z)*ctl(2)/ctl(3)),ctl(7),100)
  494. mix(c,sin(2*c-src(x+rnd(0,ctl(6)),y+rnd(0,ctl(6)),z)*ctl(3)/ctl(4)),ctl(7),100)
  495. a
  496. ReaGlow.8bf
  497. Andrew's Filters Part5
  498. Really Glow...
  499. AB
  500. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  501.  
  502.  
  503.  
  504.  
  505. Grey
  506. m
  507. Red
  508. Green
  509. Blue
  510. Mix 1
  511. Mix 2
  512. Something
  513. 31
  514. 30
  515. 84
  516. 85
  517. 79
  518. 21
  519. 23
  520. 22
  521. mix(mix(r+g+b,c,ctl(5),ctl(6)),val(7,512,255)-ctl(1)*m*(ctl(0)+(r+g+b))/(4*M),ctl(2),100)
  522. mix(mix(r+g+b,c,ctl(5),ctl(6)),val(7,512,255)-ctl(1)*m*(ctl(0)+(r+g+b))/(4*M),ctl(3),100)
  523. mix(mix(r+g+b,c,ctl(5),ctl(6)),val(7,512,255)-ctl(1)*m*(ctl(0)+(r+g+b))/(4*M),ctl(4),100)
  524. a
  525. RGBShf1.8bf
  526. Andrew's Filters Part5
  527. RGB Shifter...
  528. AB
  529. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  530.  
  531.  
  532.  
  533.  
  534. Red
  535. Green
  536. Blue
  537. Mix 1
  538. Mix 2
  539. Mix 3
  540. Mix 4
  541.  
  542. 115
  543. 136
  544. 115
  545. 147
  546. 36
  547. 77
  548. 187
  549. 44
  550. mix(c,mix((r+g+b)/3,(src(x+val(0,-30,30),y+val(0,-30,30),0)+src(x+val(1,-30,30),y+val(1,-30,30),1)+src(x+val(2,-30,30),y+val(2,-30,30),2))/3,ctl(3),ctl(4)),ctl(5),ctl(6))
  551. mix(c,mix((r+g+b)/3,(src(x+val(0,-30,30),y+val(0,-30,30),0)+src(x+val(1,-30,30),y+val(1,-30,30),1)+src(x+val(2,-30,30),y+val(2,-30,30),2))/3,ctl(3),ctl(4)),ctl(5),ctl(6))
  552. mix(c,mix((r+g+b)/3,(src(x+val(0,-30,30),y+val(0,-30,30),0)+src(x+val(1,-30,30),y+val(1,-30,30),1)+src(x+val(2,-30,30),y+val(2,-30,30),2))/3,ctl(3),ctl(4)),ctl(5),ctl(6))
  553. a
  554. MaGrAtt.8bf
  555. Andrew's Filters Part5
  556. Making A Grey Attempt...
  557. AB
  558. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  559.  
  560.  
  561.  
  562.  
  563. Mix
  564. Green
  565. Blue
  566. Mix
  567. Red Mix
  568. Green Mix
  569. Blue Mix
  570. Red
  571. 45
  572. 184
  573. 134
  574. 56
  575. 107
  576. 111
  577. 133
  578. 206
  579. mix(c,src(x+val(7,-20,20),y+val(7,-20,20),0)+src(x+val(1,-20,20),y+val(1,-20,20),1)+src(x+val(2,-20,20),y+val(2,-20,20),2),ctl(0),100)-mix(c,ctl(3),ctl(4),100)
  580. mix(c,src(x+val(7,-20,20),y+val(7,-20,20),0)+src(x+val(1,-20,20),y+val(1,-20,20),1)+src(x+val(2,-20,20),y+val(2,-20,20),2),ctl(0),100)-mix(c,ctl(3),ctl(5),100)
  581. mix(c,src(x+val(7,-20,20),y+val(7,-20,20),0)+src(x+val(1,-20,20),y+val(1,-20,20),1)+src(x+val(2,-20,20),y+val(2,-20,20),2),ctl(0),100)-mix(c,ctl(3),ctl(6),100)
  582. a
  583.