Skip to content

Commit

Permalink
Impelementation von ImageMagickCompare
Browse files Browse the repository at this point in the history
======================================
 - ImageMagikCompare implementiert -> kostenlos
 - Funktionsprinzip und Readme akualisiert
 - Version 0.0.4 vorbereitet
TODO:
 - Log mit Maske ergänzen
 - Handbücher
 - Englische und Französische Version
  • Loading branch information
Chlara committed Sep 9, 2015
1 parent 28ffa4b commit 5bd6fa1
Show file tree
Hide file tree
Showing 41 changed files with 775 additions and 543 deletions.
263 changes: 158 additions & 105 deletions KOST-Simy/src/main/java/ch/kostceco/tools/kostsimy/KOSTSimy.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* == KOST-Simy =================================================================================
* The KOST-Simy application is used for Compare TIFF, JPEG and PDF/A-Files. Copyright (C) 2015
* Claire Röthlisberger (KOST-CECO)
* The KOST-Simy application is used for Compare Image-Files. Copyright (C) 2015 Claire
* Röthlisberger (KOST-CECO)
* -----------------------------------------------------------------------------------------------
* KOST-Simy is a development of the KOST-CECO. All rights rest with the KOST-CECO. This application
* is free software: you can redistribute it and/or modify it under the terms of the GNU General
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* == KOST-Simy =================================================================================
* The KOST-Simy application is used for Compare TIFF, JPEG and PDF/A-Files. Copyright (C) 2015
* Claire Röthlisberger (KOST-CECO)
* The KOST-Simy application is used for Compare Image-Files. Copyright (C) 2015 Claire
* Röthlisberger (KOST-CECO)
* -----------------------------------------------------------------------------------------------
* KOST-Simy is a development of the KOST-CECO. All rights rest with the KOST-CECO. This application
* is free software: you can redistribute it and/or modify it under the terms of the GNU General
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* == KOST-Simy =================================================================================
* The KOST-Simy application is used for Compare TIFF, JPEG and PDF/A-Files. Copyright (C) 2015
* Claire Röthlisberger (KOST-CECO)
* The KOST-Simy application is used for Compare Image-Files. Copyright (C) 2015 Claire
* Röthlisberger (KOST-CECO)
* -----------------------------------------------------------------------------------------------
* KOST-Simy is a development of the KOST-CECO. All rights rest with the KOST-CECO. This application
* is free software: you can redistribute it and/or modify it under the terms of the GNU General
Expand All @@ -13,14 +13,14 @@
* see <http://www.gnu.org/licenses/>.
* ============================================================================================== */

package ch.kostceco.tools.kostsimy.comparison.moduleci;
package ch.kostceco.tools.kostsimy.comparison.moduleim;

import java.io.File;

import ch.kostceco.tools.kostsimy.comparison.ComparisonModule;
import ch.kostceco.tools.kostsimy.exception.moduleci.CompareImageException;
import ch.kostceco.tools.kostsimy.exception.moduleim.CompareImageException;

/** Vergleicht die beiden Bilder mit CompareImageCommandLine und wertet den Report aus
/** Vergleicht die beiden Bilder mit ImageMagick Compare und wertet das Resultat aus
*
* @author Rc Claire Röthlisberger, KOST-CECO */

Expand Down

0 comments on commit 5bd6fa1

Please sign in to comment.