Jump to content

TechnoRobbo

Members
  • Posts

    1,740
  • Joined

  • Last visited

  • Days Won

    133

Everything posted by TechnoRobbo

  1. Trevor - I uploaded 3.03 - hopefully it fixes the problem Also - Make sure you zoom in using Alpha Cutter not PDN
  2. try this: updated below it will find the upper left hand coordinates of the bounding box, it will give you 2 replies cause PDN calls it twice (once for the thumbnail?) but the same set of coords make sure there's no active selection it will work with PDN 4 I think It's too user specific to make it into a topic
  3. TechnoRobbo's PanoPDN Panoramic Viewer Menu: Effects- > Photo This plugin converts equirectangular images into a texture map and renders them in direct3d. Download images Equirectangular images are also known as spherical images spherical projections plate carree 360X180 Panorama Equirectangular Projection Search under those names. Equirectangular Images can be downloaded on Google Images or here http://www.flickr.com/groups/equirectangular/ Or Create Your Own If you want to create your own panoramics download Microsoft ICE http://research.micr...groups/ivm/ice/ It will stitch multiple photos into a spherical panoramic. music by TechnoRobbo image by Alexandre Duret-Lutz http://commons.wikimedia.org/wiki/File:%C3%89glise_Notre_Dame_de_Bordeaux.jpg *I'm sorry it is not known as Mercator Projection Only images with 2:1 aspect ratios are processed. If it's a true Spherical image but it's been stretched then resize it to 2:1 The higher the resolution the better tested up at 12000X6000 pixels Install the TRsPanoPDN & TRPANOVIEW Plugin in Effects folder TRsPanoPDN.zip If the viewer does not start , It may be necessary to update your Direct-X http://support.microsoft.com/kb/179113 Source Code for Programmers converter: TRPANOVIEWSrc.zip viewer: TRsPanoPDNSrc.zip
  4. Here it is. It's called TR's SphereCuber converts a spherical image into 6 cube image files It works great but I have to make the file save routine trap bad file names - then I'll release it but first I'll finish the Pano Viewer I also used it to make 3D paper boxes Now a Topic - http://forums.getpaint.net/index.php?/topic/28104-trs-spherecuber-spherical-view-to-cube-view-converter/?p=406817
  5. Trevor, I have a plugin ready to roll out that converts a spherical image into 6 cube image files - I used it as a testing ground for this code - that may be good for using blender. I can post it as a pre-release in this topic when I get home tonight. I never totally error trapped that interface so make sure you put in a valid output filename.
  6. New Version of the test (1.0.0.1) was uploaded - for future compatibility you must Install the TRsPanoPDN Plugin in Effects folder and the TRPANOVIEW Viewer in the "Documents\paint.net User Files " folder.
  7. Quick Question for Rick: is it ok to use the InvariantStrings.EffectsSubDir string? Or will this be deprecated anytime soon?
  8. I'm working on a panoramic Viewer called TR's PanoPDN I'm still tweaking it. Here's a pre-release version. Comments and suggestions are welcome. Menu: Effects- > Photo This plugin converts equirectangular images into a texture map and renders them in direct3d. Equirectangular images are also known as spherical images, spherical projections, plate carree. Search under those names. Equirectangular Images can be downloaded on Google Images or here http://www.flickr.com/groups/equirectangular/ If you want to create your own panoramics download Microsoft ICE http://research.microsoft.com/en-us/um/redmond/groups/ivm/ice/ It will stitch multiple photos into a spherical panoramic. Only images with 2:1 aspect ratios are processed. If it's a true Spherical image but it's been stretched then resize it to 2:1 The higher the resolution the better Install the TRsPanoPDN Plugin in Effects folder and the TRPANOVIEW Viewer in the "Documents\paint.net User Files " folder All downloads Moved to Plugin Topic Source Codes
  9. that's correct actually due to the limitations of C# and the clipboard it does not use Alpha Channel it uses a Key Color - in this case it's pure white or RGB 255,255,255.
  10. Thanks for the heads up, I will look into it when I get home. By the way the Pixey that crash log posted was for Curtis Black's Displacement.
  11. Paste Fill has been updated to V 1.2 - should work quicker too.
  12. I misspelled sphere in config - I read the correct label in the code. I'll make a revision in the config file , plugin remains the same. You can Either re-download or change it yourself. It would work with the bad config because it will ignore the bad label and use the default. But if you don't change the Config file label for [sHERE2CUBE] to [sPHERE2CUBE] it will ignore the custom droplet and use the original. oops.
  13. Version 1.3 ThreeSixtySrc.zip It will overwrite files with same name Config file allows you to define Droplet to use. [Krpano] C:\krpano-1.17.pr2 [Output] C:\360 [CUBE2SPHERE] Convert CUBE to SPHERE droplet.bat [SPHERE2CUBE] Convert SPHERE to CUBE droplet.bat Source Code for Programmers : ThreeSixtySrc.zip ThreeSixty.zip
  14. that maybe tougher than you think since the droplets require an 8.3 naming convention - I'll have to experiment to see if I can mix an 8.3 path with a long file name.
  15. Yes that is transparency. Without seeing the image I can't tell you for sure but my best guess is that color was white and transparent. In PDN the colors consist of 4 channels, Red Green Blue and Alpha. Alpha is the transparency channel. If Red Green and Blue are 100% and Alpha is 0% then it is white and invisible.
  16. It looks like it can be deleted. If you import an image (Layers-> Import from File) as opposed to opening an image from the File Menu, a new layer would be created.
  17. This is the revision - Version1.1 <removed for newer version> it contains the plugin and the config file , extract both to effects folder. the config file now looks like this try changing the output folder to something like this C:\Output if the plugin doesn't find that folder, it defaults to the Documents folder for the user This is the VS Source Code for the Curious programmers <newer version available>
  18. Most of those steps can't be accomplished by a plugin. Macros and Droplets are in Rick Brewster's wheel house if he so chooses to add them. The Original layer cannot be replaced because the output will always be twice as wide as the input.
×
×
  • Create New...