Jump to content

toe_head2001

Administrator
  • Posts

    5,020
  • Joined

  • Last visited

  • Days Won

    155

Posts posted by toe_head2001

  1. 23 hours ago, YBB said:

    Also, any chance of adding support for CODE 128?

     

    It's possible, but adding new functionality to this plugin is not high on my list of priorities.

     

    This plugin needs a complete rewrite too.

    Sepcot originally created it 16 years ago, and so it uses some outdated coding conventions.  Then I retrofitted UPC functionality into it... in a very hacky way.

  2. According to Microsoft's documentation, a value of 0 is acceptable for an uncompressed RGB bitmap.

    https://learn.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapinfoheader

     

     

    Your friend should submit a bug report for whatever software he is using.

    As a workaround, he can also re-encode the bitmap using a tool like Imagemagick, which is included by default with many GNU/Linux distros.

    • Like 1
    • Upvote 1
  3. Let's make sure you understand what you're asking for...

     

    With 3 character HEX codes, each R, G, or B range is limited to 1 of 16 possible values. So only a total of 4,096 colors can be represented.

     

    16^3 = 4,096 possible colors

     

    With the standard 6 character HEX, it's 1 of 256 possible values for each of the 3 (R, G, and B).

     

    256^3 = 16,777,216 possible colors

  4. Hi @todor-dk,

     

    Although PerMonitorV2 can be enabled in WinForms, it's not actually well supported. Many controls will recalculate their sizes incorrectly, and the the UI becomes unusable.

     

    Fixing the PerMonitorV2 bugs remains a priority for WinForms team/contributors, so hopefully it will be in a good state when dotnet 8 is released in November.

     

    https://github.com/dotnet/winforms/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+PerMonitorV2

×
×
  • Create New...