gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 620 forks source link

Image preview plugin to 0.9.X #184

Closed totetmatt closed 6 years ago

totetmatt commented 6 years ago

== Transition to 0.9.X == Main work was to make the plugin transition to 0.9.X.

Main issue was the renderImageProcessing (ImageNode.java) function as now the default rendering engine is G2DTarget. It makes the old Processing trick unusable anymore. Therefore, it's now using fully the awt.Graphic2D to render the image on preview and PNG rendering.

No big issue with PDF and SVG rendering.

== UX Changes ==

== To Keep in Mind ==

Open to enhancement proposition before merging.

eduramiba commented 6 years ago

Thanks for the pull request! I hope to have some time soon to check all your requests.

eduramiba commented 6 years ago

Merged with improvements, thanks!