Menu

#776 DWG Preview - DWG bitmap preview colors are very dull ( not vivid)

v 8.0
closed-fixed
DWG Preview (1)
5
2015-06-09
2015-06-05
No

i am porting a VBA project to Lisp / open DCL. using a DWG preview object to display dwg's Tumbnail. Colors in VBA are very vivid. not so in OPENDCL.
looking how to improve image quality. see attached doc showing images and source code ( VBA <-> lisp/OPENDCL )

1 Attachments

Related

Bugs: #776

Discussion

  • Owen Wengerd

    Owen Wengerd - 2015-06-05

    How does the built-in file dialog display the preview? How were they created (i.e. from which version of AutoCAD)? Can you attach a small sample?

     
    • jacob unkelman

      jacob unkelman - 2015-06-07

      Hi Owen,

      thanks for the fast respond.
      please find attached 2 of the dwg blocks. they were generated by different
      autocad version ( 2007 etc). saved as 2000 version.
      hope it answered your question.
      the problem is with the Thumbnail display. the dwg display is ok but much
      more slower ( block object )

      and again, thanks for you answer

       

      Last edit: Owen Wengerd 2015-06-08
  • Owen Wengerd

    Owen Wengerd - 2015-06-09

    After some experimentation, I've concluded that the problem is primarily due to the algorithm used to shrink the thumbnail image to fit the control canvas. Perhaps you can remedy the situation by sizing the thumbnail images to fit your controls so that no shrinking is necessary. The THUMBSIZE system variable could be useful for that.

    I did notice that a simple change in the stretching mode improved the resulting image in the black background case. The next build of OpenDCL will use a different stretch mode when it detects a black background (other background colors will see no change). That small change should improve the situation a little bit.

    The thumbnail image processing currently uses the GDI library included with Windows. It's conceivable that third party image processing code could be added in the future, but for now I'm afraid my limited experience with image processing makes further enhancements unlikely.

     
  • Owen Wengerd

    Owen Wengerd - 2015-06-09
    • status: open --> closed-fixed
    • assigned_to: Owen Wengerd
     
    • jacob unkelman

      jacob unkelman - 2015-06-14

      Dear Owen.

      Thanks for your detailed answer

      Jacob Dunkelman
      TBM Software Ltd.
      Tel: 972-3-5617090 Fax: 972-3-5617093
      www.tbm.co.il http://www.tbm.co.il/
      Skype: tbm.tbmjacob
      https://www.facebook.com/Tbmisrael?fref=ts


      From: Owen Wengerd [mailto:owenwengerd@users.sf.net]
      Sent: Tuesday, June 09, 2015 4:46 AM
      To: [opendcl:bugs]
      Subject: [opendcl:bugs] #776 DWG Preview - DWG bitmap preview colors are
      very dull ( not vivid)

      • status: open --> closed-fixed

      • assigned_to: Owen Wengerd

      • Comment:

      After some experimentation, I've concluded that the problem is primarily due
      to the algorithm used to shrink the thumbnail image to fit the control
      canvas. Perhaps you can remedy the situation by sizing the thumbnail images
      to fit your controls so that no shrinking is necessary. The THUMBSIZE system
      variable could be useful for that.

      I did notice that a simple change in the stretching mode improved the
      resulting image in the black background case. The next build of OpenDCL will
      use a different stretch mode when it detects a black background (other
      background colors will see no change). That small change should improve the
      situation a little bit.

      The thumbnail image processing currently uses the GDI library included with
      Windows. It's conceivable that third party image processing code could be
      added in the future, but for now I'm afraid my limited experience with image
      processing makes further enhancements unlikely.


      [bugs:#776] http://sourceforge.net/p/opendcl/bugs/776 DWG Preview - DWG
      bitmap preview colors are very dull ( not vivid)

      Status: closed-fixed
      Group: v 8.0
      Labels: DWG Preview
      Created: Fri Jun 05, 2015 11:41 AM UTC by jacob unkelman
      Last Updated: Fri Jun 05, 2015 08:27 PM UTC
      Owner: Owen Wengerd

      i am porting a VBA project to Lisp / open DCL. using a DWG preview object to
      display dwg's Tumbnail. Colors in VBA are very vivid. not so in OPENDCL.
      looking how to improve image quality. see attached doc showing images and
      source code ( VBA <-> lisp/OPENDCL )


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/opendcl/bugs/776/
      https://sourceforge.net/p/opendcl/bugs/776

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/
      https://sourceforge.net/auth/subscriptions

      No virus found in this message.
      Checked by AVG - www.avg.com
      Version: 2015.0.5961 / Virus Database: 4355/9975 - Release Date: 06/08/15

       

      Related

      Bugs: #776


Log in to post a comment.