Skip to content

Commit

Permalink
Перемещение юнита в папку
Browse files Browse the repository at this point in the history
  • Loading branch information
zedxxx committed Aug 6, 2021
1 parent f8ed356 commit 7b4bb45
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions SASPlanet.104.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,7 @@
<DCCReference Include="Src\RegionProcess\Combine\u_BitmapMapCombinerKMZ.pas"/>
<DCCReference Include="Src\RegionProcess\Combine\u_BitmapMapCombinerPNG.pas"/>
<DCCReference Include="Src\RegionProcess\Combine\u_BitmapMapCombinerRAW.pas"/>
<DCCReference Include="Src\RegionProcess\Combine\u_BmpWriter.pas"/>
<DCCReference Include="Src\RegionProcess\Combine\u_CalcWFileParams.pas"/>
<DCCReference Include="Src\RegionProcess\Combine\u_ECWJP2Write.pas"/>
<DCCReference Include="Src\RegionProcess\Combine\u_ImageLineProvider.pas"/>
Expand Down
1 change: 1 addition & 0 deletions SASPlanet.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ uses
u_BitmapMapCombinerKMZ in 'Src\RegionProcess\Combine\u_BitmapMapCombinerKMZ.pas',
u_BitmapMapCombinerPNG in 'Src\RegionProcess\Combine\u_BitmapMapCombinerPNG.pas',
u_BitmapMapCombinerRAW in 'Src\RegionProcess\Combine\u_BitmapMapCombinerRAW.pas',
u_BmpWriter in 'Src\RegionProcess\Combine\u_BmpWriter.pas',
u_CalcWFileParams in 'Src\RegionProcess\Combine\u_CalcWFileParams.pas',
u_ECWJP2Write in 'Src\RegionProcess\Combine\u_ECWJP2Write.pas',
u_ImageLineProvider in 'Src\RegionProcess\Combine\u_ImageLineProvider.pas',
Expand Down
2 changes: 1 addition & 1 deletion Src/RegionProcess/Combine/u_BitmapMapCombinerBMP.pas
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ implementation
SysUtils,
Types,
gnugettext,
LibBMP,
t_CommonTypes,
i_ImageLineProvider,
i_NotifierOperation,
i_BitmapTileProvider,
u_ImageLineProvider,
u_BmpWriter,
u_BaseInterfacedObject,
u_GeoFunc,
u_ResStrings;
Expand Down
19 changes: 10 additions & 9 deletions Includes/LibBMP.pas → Src/RegionProcess/Combine/u_BmpWriter.pas
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{******************************************************************************}
{* SAS.Planet (SAS.Ïëàíåòà) *}
{* Copyright (C) 2007-2014, SAS.Planet development team. *}
{* This program is free software: you can redistribute it and/or modify *}
{* This file is part of SAS.Planet project. *}
{* *}
{* Copyright (C) 2007-2021, SAS.Planet development team. *}
{* *}
{* SAS.Planet is free software: you can redistribute it and/or modify *}
{* it under the terms of the GNU General Public License as published by *}
{* the Free Software Foundation, either version 3 of the License, or *}
{* (at your option) any later version. *}
{* *}
{* This program is distributed in the hope that it will be useful, *}
{* SAS.Planet is distributed in the hope that it will be useful, *}
{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
{* GNU General Public License for more details. *}
{* *}
{* You should have received a copy of the GNU General Public License *}
{* along with this program. If not, see <http://www.gnu.org/licenses/>. *}
{* along with SAS.Planet. If not, see <http://www.gnu.org/licenses/>. *}
{* *}
{* http://sasgis.org *}
{* info@sasgis.org *}
{* https://github.com/sasgis/sas.planet.src *}
{******************************************************************************}

unit LibBMP;
unit u_BmpWriter;

interface

Expand Down

0 comments on commit 7b4bb45

Please sign in to comment.