Kogan Posted November 5, 2010 Share Posted November 5, 2010 I'd like to change the point of origin for my images to be the bottom left and start at 1/1 instead of 0/0. How would I go about doing this? Link to comment Share on other sites More sharing options...
pyrochild Posted November 5, 2010 Share Posted November 5, 2010 ... Why? ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
Toli Posted November 6, 2010 Share Posted November 6, 2010 1. The point of origin should always be 0, 0. 2. BottomLeft is only valid for bmp files and they are very seldom used. Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 6, 2010 Share Posted November 6, 2010 You can't. The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Kogan Posted November 7, 2010 Author Share Posted November 7, 2010 ... Why? Because some other bits of software operate only in the positive realm of the Cartesian coordinate system, and I like to use paint.net to plot this information. 1. The point of origin should always be 0, 0. 2. BottomLeft is only valid for bmp files and they are very seldom used. I'd use a bmp if that's what is required. How do I go about setting it up to use Bottom Left? You can't. Why not? How about if I was only looking to change the output displayed text string as it makes it's way to the interface inside the program, and not saving any special flag to the file itself once it is saved, does that change the potential of what I am trying to accomplish? Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 7, 2010 Share Posted November 7, 2010 Why not? Because this functionality does not exist. The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted November 8, 2010 Share Posted November 8, 2010 Workaround: Cursor X,Y coordinates are shown in the status bar; add one to x to get your newX. NewY = image height - shown y. How many coordinates are you dealing with? ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Ossobuko Posted December 4, 2016 Share Posted December 4, 2016 Layers > flip vertical Anything else? Link to comment Share on other sites More sharing options...
BoltBait Posted December 4, 2016 Share Posted December 4, 2016 This thread is 6 years old. Please let it die. Forum rules: Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Recommended Posts