Jump to content

newbie advice regarding real time graphics editor


Boyd

Recommended Posts

All of the "plugins" I have found revolve around supporting and or rendering different file formats or image manipulation.  Which is fine but not what I am looking for.

 

Paint.net as an image editor is fine.

 

What I need to do is "overlay" the graphics image with "components."

The components would represent guages, thermometers, lightswitches, fans, pumps, etc.

Within the editor I need to assign "point names" to these components.

At the "save" function, the static image is saved in one format ( bmp, png, jpeg, etc ) but the "dynamic" definitions must be saved in another: either in a binary file or in a collection of sql database items.

The "components" must remain "components" on subsequent edits, not morphed into the background image.

 

 

A display utility to read these image and component structures, access the database and render the final image, refresh as database values change, is a separate project, beyond the scope of this post.

 

 

So my question is the best way to go about this.  For starters, I suspect I would create a DLL that creates a new menu item on the Paint.net menu bar.  That's my first stumbling block: how to import a new "menu item?"

 

Also, I presume the "component" placement would be done as a "layer" so as to keep separate from the static background image.

 

Words of wisdom, particularly how to create and import a new Menu item?

 

Boyd

Link to comment
Share on other sites

You cannot add menu items to Paint.NET. Only effects, adjustments and file types.

 

And I agree with Zagna: You don't want Paint.NET. You want software that's actually designed to do this stuff.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...