Welcome to TalkGraphics.com
Results 1 to 10 of 71

Hybrid View

  1. #1

    Default Re: DESIGNER PRO 16 !

    Quote Originally Posted by Rob-Xar View Post
    Hi Everyone, sorry for the delay, spent most of last week with a cold and then come back to the hectic release of V16!

    <nipperdesnip>
    We will only offer Xara in 64 bit from now on also. I'm afraid we will no longer be offering 32 bit versions of Xara.

    Please let me know if you have any questions!

    Kind Regards
    Rob
    I have two questions: since you only offer 64-bit versions from now on, will the width/height limit of 16.000 pixels for an exported image be removed as well? And will the colour channels be upgraded from 8bit/channel to 16 bit/channel?

  2. #2
    Join Date
    Sep 2006
    Location
    Alexandria, VA, USA
    Posts
    968

    Default Re: DESIGNER PRO 16 !

    What Fred said...+1 Please!
    Other Fred
    ~Fred

  3. #3

    Default Re: DESIGNER PRO 16 !

    Quote Originally Posted by Fred vanderZee View Post
    I have two questions: since you only offer 64-bit versions from now on, will the width/height limit of 16.000 pixels for an exported image be removed as well? And will the colour channels be upgraded from 8bit/channel to 16 bit/channel?
    The maximum export size of an image is exactly 16.383 pixels.
    So I had a little fun with numbers: taking a signed 16 bit integer and turning it into binary you get [0]111 1111 1111 1111 (the [0] is the sign bit, decimal number is 32.767).
    Now use the second leftmost bit as a signal bit as well, so you don't use it in calculating integers: you get [00]11 1111 1111 1111. The decimal value is (drum roll)... 16.383! Coincidence? I think not.

    So doing this for a 64 bit number, we would get [00]11 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 1111, which is 4.611.686.018.427.387.904 pixels.
    To be honest, I would settle for the 32 bit version with the 2 signal bits. 2^30 = 1.073.741.824 pixels/height for an image would be quite OK for me. In 16bit/channel of course

  4. #4
    Join Date
    Nov 2013
    Location
    Hertfordshire, UK
    Posts
    1,488

    Default Re: DESIGNER PRO 16 !

    I believe the image size is a limitation with gdraw but unfortunately I don't know the specifics of it. I can definitely put it in as a improvement request to developers though.

    Thanks
    Rob

  5. #5
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,522

    Default Re: DESIGNER PRO 16 !

    And 16-bit color support, Rob.

  6. #6

    Default Re: DESIGNER PRO 16 !

    Quote Originally Posted by Rob-Xar View Post
    I believe the image size is a limitation with gdraw but unfortunately I don't know the specifics of it. I can definitely put it in as a improvement request to developers though.

    Thanks
    Rob
    Thanks, Rob!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •