Jump to content
Paint.NET 5.1 is now available! ×

Recommended Posts

Posted

I'm working in a game engine that measures the Y axis with 0 being at the bottom of the screen and I have been using PDN to mock up screens before coding them.

Is there any way to make the ruler in PDN measure vertically starting at 0 at the bottom of the image?

 

Thanks

Posted
1 hour ago, chuckyhacks said:

Is there any way to make the ruler in PDN measure vertically starting at 0 at the bottom of the image?

 

There is not.

The standard convention for image editors is that the 0,0 coordinates correspond to the top left of the image.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Posted

I agree with the original comment that it would be a useful option, since it corresponds to that standard mathematical convention for graphs. I sometimes wish that computer graphics hadn't chosen the y-down coordinate system. Of course, that's a ship that sailed long ago.

  • Like 1
Posted (edited)
1 hour ago, MJW said:

I agree with the original comment that it would be a useful option, since it corresponds to that standard mathematical convention for graphs. I sometimes wish that computer graphics hadn't chosen the y-down coordinate system. Of course, that's a ship that sailed long ago.

The y-coordinate is what confused me when I started out with image processing. I then, learned to work with it.

Edited by Reptillian

G'MIC Filter Developer

 

I am away from this forum for undetermined amount of time: If you really need anything related to my PDN plugin or my G'MIC filter within G'MIC plugin, then you can contact me via Paint.NET discord, and mention me.

  • Solution
Posted
9 hours ago, chuckyhacks said:

I'm working in a game engine that measures the Y axis with 0 being at the bottom of the screen and I have been using PDN to mock up screens


How feasible is it for you to mock up your screen upside down; at least when you need to do a measurement?

It's very quick to do Image | Flip Vertical  by pressing Alt+I  V

You could then do the part of the drawing that requires measurement with the Y-axis in the desired orientation and afterwards flip back to view your screen.
 

Posted
6 hours ago, Tactilis said:


How feasible is it for you to mock up your screen upside down; at least when you need to do a measurement?

It's very quick to do Image | Flip Vertical  by pressing Alt+I  V

You could then do the part of the drawing that requires measurement with the Y-axis in the desired orientation and afterwards flip back to view your screen.
 

 

This feels like as much of a distraction as doing the "subtract from 720" math I currently do in my head; but maybe I'll develop muscle memory for it. I'll give it a go, thanks!

  • Upvote 1
Posted

Ctrl + Alt + flips your screen upside-down (the mouse is reversed too). No, I'm not being mischevious, try it in combination with Ctrl + H + H ;)

 

Brilliant, no? :mrgreen:

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...