Ignore:
Timestamp:
Mar 31, 2021, 7:21:45 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Image resize tool scale up using xbrzscale tool.
  • Modified: Various improvements of generation of scaled up tiles.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • tools/Image resize/UFormMain.lfm

    r332 r333  
    11object FormMain: TFormMain
    22  Left = 534
    3   Height = 312
     3  Height = 359
    44  Top = 388
    5   Width = 417
     5  Width = 480
    66  Caption = 'Image resize'
    7   ClientHeight = 312
    8   ClientWidth = 417
    9   DesignTimePPI = 125
     7  ClientHeight = 359
     8  ClientWidth = 480
     9  DesignTimePPI = 144
    1010  OnShow = FormShow
    11   LCLVersion = '2.0.10.0'
     11  LCLVersion = '2.0.12.0'
    1212  object ButtonResize: TButton
    13     Left = 16
    14     Height = 33
    15     Top = 16
    16     Width = 98
     13    Left = 18
     14    Height = 38
     15    Top = 18
     16    Width = 113
    1717    Caption = 'Resize'
    1818    OnClick = ButtonResizeClick
     19    ParentFont = False
    1920    TabOrder = 0
    2021  end
    2122  object ButtonAlpha: TButton
    22     Left = 16
    23     Height = 33
    24     Top = 64
    25     Width = 144
     23    Left = 18
     24    Height = 38
     25    Top = 74
     26    Width = 166
    2627    Caption = 'Alpha channel'
    2728    OnClick = ButtonAlphaClick
     29    ParentFont = False
    2830    TabOrder = 1
    2931  end
     32  object ButtonTile: TButton
     33    Left = 18
     34    Height = 38
     35    Top = 126
     36    Width = 153
     37    Caption = 'Process tile'
     38    OnClick = ButtonTileClick
     39    TabOrder = 2
     40  end
    3041end
Note: See TracChangeset for help on using the changeset viewer.