GreycLab / gmic

GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing
Other
69 stars 12 forks source link

Variable to determine what threaded model is a math parser using? #9

Closed Reptorian1125 closed 1 year ago

Reptorian1125 commented 1 year ago

At the moment, I would like to have a variable within the math parser which is a constant, and tells me whether it is a multi-threaded process or not. I know that behind the scene, when the processing mode is not specified, G'MIC will choose it for you automatically. And I'm working on a code which contains conditionals in order to get around this.

Reptorian1125 commented 1 year ago

Never mind. It's not needed as I checked my code again.