gazebosim / gz-rendering

C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.
https://gazebosim.org
Apache License 2.0
50 stars 48 forks source link

Use ign-common Image pixelformats #10

Open osrf-migration opened 6 years ago

osrf-migration commented 6 years ago

Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).


PixelFormats are defined both in ignition::common::Image and ignition::rendering::PixelFormats.

For consistency, it would be nice to use the version in ignition common. This will also help ignition::msgs.

osrf-migration commented 6 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


There is a related issue on ign-msgs:

https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-msgs/issues/10/move-image-pixelformat-here-to-remove (ignitionrobotics/ign-msgs#10)

osrf-migration commented 6 years ago

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


I'll port the changes back to common and remove these classes in ign-rendering

osrf-migration commented 5 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).