Ignore:
Timestamp:
Sep 5, 2020, 12:39:05 AM (4 years ago)
Author:
chronos
Message:
  • Added: Action to convert magenta transparency png images to images with alpha channel.
Location:
tools/Image resize
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/Image resize

    • Property svn:ignore set to
      lib
      ImageResize
      ImageResize.lps
      ImageResize.res
  • tools/Image resize/ImageResize.lpr

    r181 r276  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain
     10  Forms, UFormMain, UBitmapSet
    1111  { you can add units after this };
    1212
     
    1717  Application.Scaled:=True;
    1818  Application.Initialize;
    19   Application.CreateForm(TForm1, Form1);
     19  Application.CreateForm(TFormMain, FormMain);
    2020  Application.Run;
    2121end.
Note: See TracChangeset for help on using the changeset viewer.