Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "GetNameOfProcess" #4

Closed
tannerhelland opened this issue Jul 6, 2012 · 1 comment
Closed

Implement "GetNameOfProcess" #4

tannerhelland opened this issue Jul 6, 2012 · 1 comment

Comments

@tannerhelland
Copy link
Owner

Right now, PhotoDemon's software processor deals only in numerical constants. It has no way of knowing that process command #416 is "Gaussian Blur", for example. The plan is to implement a "GetNameOfProcess" function; pass it the numerical constant of a Process call, and it returns a string describing that action. That string could then be used to populate all sorts of things - like the Undo/Redo/Repeat Last Action/Fade Last Filter commands.

Note that this feature is a prerequisite for the planned visual macro editor.

tannerhelland added a commit that referenced this issue Aug 12, 2012
The function isn't actually called anywhere yet (making use of it will
require some deep plumbing adjustments) but it's built, tested, and
functional.
@tannerhelland
Copy link
Owner Author

Closed as of abf0985

tannerhelland added a commit that referenced this issue Aug 21, 2012
The function isn't actually called anywhere yet (making use of it will
require some deep plumbing adjustments) but it's built, tested, and
functional.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant