Here's a stack I created in LiveCode 7.1.4 (on Linux) with jazzy optical effects using INK
that does not work in LiveCode 9.5.0.
-
-
Pretty cheesed off.
Why has LiveCode, several times, given with one hand while taking away with the other?
Inks 9.5.0
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 10099
- Joined: Fri Feb 19, 2010 10:17 am
Inks 9.5.0
- Attachments
-
- INKS.livecode.zip
- Here's the stack.
- (42.75 KiB) Downloaded 179 times
Re: Inks 9.5.0
From the (6.7!) dictionary:
We were able to continue to support them for a long time after that, but when we last updated Skia significantly (to support Emoji rendering) it was not possible to keep support for these inks.
Chances are you can probably get similar effects using the 'image processing' or 'structural' blend modes which are supported.
All these inks were deprecated a very long time ago (srcCopy is the exception as it is the same as blendSrcOver) because they have no direct equivalents anymore in the APIs we use.Bitwise - These inks have been deprecated from version 5.0
* clear
* noop
* notSrcAnd
* notSrcAndReverse
* notSrcCopy
* notSrcOr
* notSrcOrReverse
* notSrcXor
* reverse
* set
* srcAnd
* srcAndReverse
* srcCopy
* srcOr
* srcOrReverse
* srcXor
Arithmetc: - These inks have been deprecated from version 5.0
* blend
* addPin
* addOver
* subPin
* transparent
* adMin
* addMax
We were able to continue to support them for a long time after that, but when we last updated Skia significantly (to support Emoji rendering) it was not possible to keep support for these inks.
Chances are you can probably get similar effects using the 'image processing' or 'structural' blend modes which are supported.
-
- Livecode Opensource Backer
- Posts: 10099
- Joined: Fri Feb 19, 2010 10:17 am
Re: Inks 9.5.0
Gotcha.Chances are you can probably get similar effects using the 'image processing' or 'structural' blend modes which are supported.
