Jump to content

chmichael

Members
  • Content Count

    66
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by chmichael


  1. 1 hour ago, Renate Schaaf said:

    Do you mean to Jpeg or Png? A video-format would not make any sense for a single image. 

    NVidea-chips can apparently do that, but I don't know of any Windows-API which supports that.

    If you want to encode to Png or Jpeg a bit faster than with TPngImage or TJpegImage use a TWicImage.

    Look at this nice post on Stackoveflow for a way to set the compression quality for Jpeg using TWicImage:

    https://stackoverflow.com/questions/42225924/twicimage-how-to-set-jpeg-compression-quality

    I was hoping i could use H264/5 hardware encoder/decoder for a single image. It should be faster and smaller than turbo-jpeg.
     


  2. 4 hours ago, Angus Robertson said:

    ICS deliberately does not offer sync version of the low level Winsock functions, only high level protocols like HTTP and FTP. 

      

    There is a blocking version of DnsLookup, but no timeout is possible since the OS function waits up to 30 seconds or more for DNS servers to respond to queries, So you need to implement your own abort on timeout.  Or use the TDnsQuery component

      

    Angus 

     

    Where is the blocking function ?

    Also wouldn't be nice to have a timeout for that ?


  3. On 9/1/2022 at 11:18 AM, Sherlock said:

    Out of curiosity: How would binaries created with this fare on a Ryzen processor? Are Intel and AMD still 100% compatible? AFAIK Ryzen had problems on Win11 well into this summer, but that was because of TPM.

    They fixed ryzen problems with bios updates. I'm running the library (SeaMM & SeaRTL) on my Ryzen 5800 and it's working fine!


  4. 14 hours ago, Dave Nottage said:

    What do you consider "alive"?


    The last commit was April 27th, which isn't a real long time ago. The last issue closed was March 12th, and before that October 2021.

     

    There some bugs in the github issues list for months


  5. On 2/9/2021 at 5:47 PM, c0d3r said:

    As usual I sent email to Kim last week, no response.  Wish me luck if I get response.  Try registrating to its forum to ask questions, nope,  my work email was used and can't register,  try 'Forgot/Lost Password' link,  Oops,  your email doesn't exist.  I sent email to Kim about registration issue on Sunday,  lets see when I would get the response, so far no any response. 

      

    EDIT:   Oh, Oh,  the only email I can always get from him was the email that asking me to pay the annual subscription fee on due date.

     

    Well i made him notice you! Post the report on his forums and if it's an Indy bug i'm sure that @Remy Lebeau will help!

    • Thanks 1
×