Skip to main content
Solved

Why is my DWG to DWG translation writing out PNG files?

  • August 31, 2017
  • 1 reply
  • 32 views

fmelizard
Safer
Forum|alt.badge.img+20

Why is my DWG to DWG translation writing out PNG files? I am not reading in any PNGs anywhere in my workspace - how can I disable this?

 

Write Thumbnail Image is set to No.

Best answer by rylanatsafe

Great question, @FMELizard!

With the assistance of our development team, I think we have identified the reason:

If the source dataset has embedded rasters when doing an A -> A translation we can't embed them so they will be written out as separate files and referenced.

The rasters will always be read as there is no specific option to enable/disable them. If the Reader is set to Group Entities By Geometry, it will be possible to disable the Raster feature type. An easier way might be to filter out features with an 'autocad_entity' value of 'autocad_raster' – or filter by geometry to remove features with IFMERaster geometry.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 671 replies
  • Best Answer
  • August 31, 2017

Great question, @FMELizard!

With the assistance of our development team, I think we have identified the reason:

If the source dataset has embedded rasters when doing an A -> A translation we can't embed them so they will be written out as separate files and referenced.

The rasters will always be read as there is no specific option to enable/disable them. If the Reader is set to Group Entities By Geometry, it will be possible to disable the Raster feature type. An easier way might be to filter out features with an 'autocad_entity' value of 'autocad_raster' – or filter by geometry to remove features with IFMERaster geometry.