Jump to content

limelect

Members
  • Content Count

    948
  • Joined

  • Last visited

  • Days Won

    1

limelect last won the day on April 15 2022

limelect had the most liked content!

Community Reputation

54 Excellent

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Great as I am before D1.So sorry. But try to compile the ZIP and see for yourself I apologize
  2. Just close the page (form), do not save, and reopen In this case this is what I do
  3. see above
  4. Either you do not understand Delphi, or you did not open the zip
  5. Again, there is no viewable image on this form. Angord1.Visible:=True; D10.2.3 Try this source
  6. Can you see your picture? Dragging_and_Dropping_of_Images.zip
  7. limelect

    Error while loading Delphi IDE

    @Lars Fosdal which means I have to find the right DLL, although it used to work Thanks
  8. This has been mine for so many years
  9. limelect

    Error while loading Delphi IDE

    While loading Delphi, I get this error I traced the error to OverbyteIcsZLibDll.pas where it is called I have only one zlib.dll and many zlib1.dll (all over), but not in the BPL directory !!!! Where to place it (which one) in BPL directory?
  10. limelect

    PNG Chunks

    GR32_PortableNetworkGraphic.pas seems to be more extensive
  11. limelect

    PNG Chunks

    This is what I wrote
  12. limelect

    PNG Chunks

    While trying another project, I found that I do not understand PNG. As for that, I started writing a PNG TChunk investigating in Vcl.Imaging.pngimage and found out that it lacks many chunks. I used this pngnet-code-r26-trunk.zip c++ program as a reference and more. So my basic question is (if anyone knows) that Vcl.Imaging.pngimage has a full PNG specification, and if it lacks more chunks, does any other PAS PNG file have a full spec? Any recommendation?
  13. limelect

    Skia or else

    Let me elaborate I use the unit Png2Svg.Classes; from https://github.com/TextEditorPro/Png2Svg With PNG, it works great Obviously, with another format (jpg), for example, it does not altogh I load it into PNG The SVG result
×