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/uformmain.lfm

    r181 r276  
    1 object Form1: TForm1
     1object FormMain: TFormMain
    22  Left = 534
    3   Height = 300
     3  Height = 312
    44  Top = 388
    5   Width = 400
    6   Caption = 'Form1'
    7   DesignTimePPI = 120
     5  Width = 417
     6  Caption = 'Image resize'
     7  ClientHeight = 312
     8  ClientWidth = 417
     9  DesignTimePPI = 125
    810  OnShow = FormShow
    9   LCLVersion = '2.0.6.0'
     11  LCLVersion = '2.0.10.0'
     12  object ButtonResize: TButton
     13    Left = 16
     14    Height = 33
     15    Top = 16
     16    Width = 98
     17    Caption = 'Resize'
     18    OnClick = ButtonResizeClick
     19    TabOrder = 0
     20  end
     21  object ButtonAlpha: TButton
     22    Left = 16
     23    Height = 33
     24    Top = 64
     25    Width = 144
     26    Caption = 'Alpha channel'
     27    OnClick = ButtonAlphaClick
     28    TabOrder = 1
     29  end
    1030end
Note: See TracChangeset for help on using the changeset viewer.