displaying top 100 results
Tracker Issue Bug 72974:(Watson Migration Closure)Allow function argument to be able to specify cfimage as a type
2603106 CF-3036006 Language : CF Component Seth Bug 72974:(Watson Migration Closure)Allow function argument to be able to specify cfimage as a type Problem:
Allow function argument to be able to specify cfimage as a type.
Something like:
or
Method:
Result
Tracker Issue Bug 72975:(Watson Migration Closure)Allow ImageSetAntialiasing to accept true/false in addition to the current "on"/"off"
2603105 CF-3036007 CFIMAGE Seth Duffey Bug 72975:(Watson Migration Closure)Allow ImageSetAntialiasing to accept true/false in addition to the current "on"/"off" Problem:
Allow ImageSetAntialiasing to accept true/false in addition to the current "on"/"off"
Like this:
Image
Tracker Issue Bug 72976:(Watson Migration Closure)In imageRotate when x & y are set rotate does not work correctly
2603104 CF-3036008 Documentation Seth Duffey Bug 72976:(Watson Migration Closure)In imageRotate when x & y are set rotate does not work correctly Problem:
In imageRotate when x & y are set rotate does not work correctly.
Method:
Example, image does not rotate 90 degrees from 2,2
my
Tracker Issue Bug 72959:(Watson Migration Closure)Add an 'imageConvert' tag that could convert RBG to ARBG etc
2603117 CF-3035990 CFIMAGE Seth Duffey Bug 72959:(Watson Migration Closure)Add an 'imageConvert' tag that could convert RBG to ARBG etc Problem:
Add an 'imageConvert' tag that could convert RBG to ARBG etc
Maybe something like this:
imageConvert(myIndexColorImage,"ARGB");
Currently it is very