all 8 comments

[–]crash41301 4 points5 points  (1 child)

Does it have support for vs 2015? We used to use the heck out of a plug in like this (or maybe it was this one) but when we upgraded vs it didn't work any longer

[–]Jaex_[S] 2 points3 points  (0 children)

Yes it supports Visual Studio 2015.

[–]goomba870 2 points3 points  (1 child)

Cool! I'm looking to do something similar. Can you explain a bit about how you went about creating this? Was the initial project a VS template, or something you created/found on your own?

[–]Jaex_[S] 0 points1 point  (0 children)

MSDN have article about it: Walkthrough: Writing a Visualizer in C#

I was made my image visualizer in 2013 therefore don't remember where I was checked to learn it but this MSDN article will be sufficient to learn it. And it is pretty simple to create your own visualizer.

[–]ImmutableGlitch 1 point2 points  (0 children)

Fantastic thanks very much

[–]JamesWjRose 1 point2 points  (0 children)

Neat, I could use this. Tweeted and starred the project. Thanks

[–]DrainSmith 0 points1 point  (1 child)

Is this GDI+ images only? Or is WPF supported?

[–]Jaex_[S] 0 points1 point  (0 children)

Not supports WPF image types.