SUPER PRINT CONVERT

Convertisseur RGB vers CMYK Professionnel

Conversion Authentique Profils ICC Open Source Gratuit
v2.1 • Octobre 2025 • by Clémence Brunet & Simon Dupont-Gellert

SUPER PRINT CONVERT

Professional RGB to CMYK Converter

Authentic Conversion ICC Profiles Open Source Free
v2.1 • October 2025 • by Clémence Brunet & Simon Dupont-Gellert

スーパープリントコンバート

プロフェッショナル RGB から CMYK への変換

本格的な変換 ICC プロファイル オープンソース 無料
v2.1 • 2025年10月 • by Clémence Brunet & Simon Dupont-Gellert

Sélectionnez votre système d'exploitation

Select your operating system

オペレーティングシステムを選択

📥 TÉLÉCHARGEMENT DES FICHIERS WINDOWS

  • SUPERPRINTCONVERTER_v2.py
    Application principale • Interface graphique complète
    TÉLÉCHARGER
  • LANCER.bat
    🪟 Lanceur automatique Windows
    TÉLÉCHARGER
  • README.md
    📖 Documentation complète
    TÉLÉCHARGER

⚙️ INSTALLATION • Python 3

Étape 1 : Télécharger Python
  • Visitez https://www.python.org/downloads/
  • Cliquez sur "Download Python 3.x.x"
  • Lancez le fichier téléchargé
⚠️ CRITIQUE : Cocher "Add Python to PATH"

Lors de l'installation, cochez OBLIGATOIREMENT la case "Add Python 3.x to PATH" en bas de la fenêtre d'installation.

⚙️ INSTALLATION • Ghostscript (optionnel pour PDFs)

⚠️ IMPORTANT : Ghostscript est nécessaire UNIQUEMENT pour convertir des PDFs

Si vous convertissez seulement des images (JPG, PNG, TIFF), vous pouvez ignorer cette section.

Étape 1 : Télécharger Ghostscript
  • Visitez https://www.ghostscript.com/releases/gsdnld.html
  • Descendez jusqu'à la section "Ghostscript AGPL Release"
  • Téléchargez "Ghostscript 10.x.x for Windows (64 bit)" (environ 50 MB)
  • Le fichier s'appelle : gs10.xx.x-win64.exe
Étape 2 : Installation (CRITIQUE)
  • Double-cliquez sur le fichier gs10.xx.x-win64.exe
  • Cliquez sur "Next" dans la fenêtre de bienvenue
  • Acceptez la licence : cliquez sur "I Agree"
  • 🔴 CRITIQUE : Gardez le dossier d'installation PAR DÉFAUT
🔴 NE PAS CHANGER LE DOSSIER D'INSTALLATION

Dossier par défaut (CORRECT) :

C:\Program Files\gs\gs10.xx.x\

Ne PAS installer dans :

  • ❌ C:\Program Files (x86)\ - Version 32 bits, ne fonctionnera pas
  • ❌ C:\Users\VotreNom\Desktop\ - Ghostscript ne sera pas trouvé
  • ❌ D:\Programs\ - Chemin non standard, problèmes de PATH
  • ❌ Tout autre emplacement personnalisé

✅ GARDEZ LE CHEMIN PAR DÉFAUT

Étape 3 : Fin de l'installation
  • Cliquez sur "Install"
  • Acceptez les permissions administrateur (cliquez "Oui")
  • Attendez la fin de l'installation (1-2 minutes)
  • Cliquez sur "Finish"
  • Redémarrez votre ordinateur (important pour que Windows reconnaisse Ghostscript)
✅ Vérifier que Ghostscript fonctionne
  • Appuyez sur Windows + R
  • Tapez cmd et appuyez sur Entrée
  • Dans la fenêtre noire, tapez :
gs --version

✅ Si succès : Vous voyez "GPL Ghostscript 10.x.x"

❌ Si erreur : "gs n'est pas reconnu..." → Voir section dépannage ci-dessous

🔧 DÉPANNAGE : "gs n'est pas reconnu comme une commande"

Cela signifie que Windows ne trouve pas Ghostscript. Solutions :

Solution 1 : Redémarrer l'ordinateur (résout 90% des cas)

  • Redémarrez Windows complètement
  • Retestez avec : gs --version

Solution 2 : Ajouter manuellement au PATH

  • 1. Clic droit sur "Ce PC" ou "Poste de travail" dans l'Explorateur
  • 2. Cliquez sur "Propriétés"
  • 3. Cliquez sur "Paramètres système avancés" (à gauche)
  • 4. Cliquez sur "Variables d'environnement" (bouton en bas)
  • 5. Dans la section "Variables système" (en bas), trouvez et double-cliquez sur "Path"
  • 6. Cliquez sur "Nouveau"
  • 7. Ajoutez ce chemin EXACT (remplacez 10.xx.x par votre version) :
C:\Program Files\gs\gs10.03.1\bin

⚠️ Vérifiez le numéro de version dans C:\Program Files\gs\

  • 8. Cliquez "OK" sur toutes les fenêtres
  • 9. Redémarrez l'ordinateur
  • 10. Retestez : gs --version

Solution 3 : Vérifier que le dossier bin existe

  • Ouvrez l'Explorateur de fichiers
  • Allez dans : C:\Program Files\gs\
  • Vous devriez voir un dossier comme : gs10.03.1
  • À l'intérieur, vérifiez qu'il y a un dossier bin
  • Dans bin, vous devez voir gswin64c.exe
  • Si ce fichier existe, utilisez Solution 2 pour ajouter au PATH

Solution 4 : Réinstaller Ghostscript

  • Allez dans Panneau de configuration > Programmes > Désinstaller un programme
  • Désinstallez GPL Ghostscript
  • Redémarrez l'ordinateur
  • Réinstallez Ghostscript en gardant le chemin par défaut
  • Redémarrez à nouveau
💡 Astuce : SUPER PRINT CONVERT fonctionnera quand même sans Ghostscript

Si vous n'arrivez pas à installer Ghostscript :

  • ✅ Vous pourrez convertir les images (JPG, PNG, TIFF, GIF)
  • ❌ Les PDFs ne pourront pas être convertis
  • 💡 L'application affichera un message clair si un PDF est détecté sans Ghostscript

📁 ORGANISATION DES FICHIERS

Créer le dossier du projet
  • Ouvrez l'Explorateur de fichiers (Windows + E)
  • Allez dans "Documents" ou sur le "Bureau"
  • Clic droit > Nouveau > Dossier
  • Nommez-le "superprint"
  • Placez les 2 fichiers téléchargés dans ce dossier
  • Vérifiez que SUPERPRINTCONVERTER_v2.py et LANCER.bat sont au même niveau
Structure correcte : C:\Users\VotreNom\Documents\superprint\ ├── SUPERPRINTCONVERTER_v2.py └── LANCER.bat

🚀 LANCEMENT DE L'APPLICATION

Méthode simple (recommandée)
  • Ouvrez le dossier superprint
  • Double-cliquez sur LANCER.bat
  • Une fenêtre CMD noire s'ouvre (ne pas la fermer)
  • L'interface graphique s'ouvre automatiquement
  • Si Windows SmartScreen bloque : cliquez "Informations complémentaires" puis "Exécuter quand même"
Méthode manuelle (alternative)
  • Appuyez sur Windows + R
  • Tapez cmd et appuyez sur Entrée
  • Naviguez vers le dossier :
cd C:\Users\VotreNom\Documents\superprint python SUPERPRINTCONVERTER_v2.py

✅ VÉRIFICATION

Tester l'installation Python
  • Appuyez sur Windows + R
  • Tapez cmd et Entrée
  • Dans la fenêtre noire, tapez :
python --version

Vous devriez voir : Python 3.x.x

Si erreur "python n'est pas reconnu" : Réinstallez Python en cochant "Add to PATH"

📥 WINDOWS FILE DOWNLOAD

  • SUPERPRINTCONVERTER_v2.py
    Main application • Complete GUI
    DOWNLOAD
  • LANCER.bat
    🪟 Windows automatic launcher
    DOWNLOAD
  • README.md
    📖 Complete documentation
    DOWNLOAD

⚙️ INSTALLATION • Python 3

Step 1: Download Python
  • Visit https://www.python.org/downloads/
  • Click "Download Python 3.x.x"
  • Run the downloaded file
⚠️ CRITICAL: Check "Add Python to PATH"

During installation, you MUST check the "Add Python 3.x to PATH" box at the bottom of the installation window.

⚙️ INSTALLATION • Ghostscript (optional for PDFs)

⚠️ IMPORTANT: Ghostscript is ONLY needed to convert PDFs

If you only convert images (JPG, PNG, TIFF), you can skip this section.

Step 1: Download Ghostscript
  • Visit https://www.ghostscript.com/releases/gsdnld.html
  • Scroll to "Ghostscript AGPL Release" section
  • Download "Ghostscript 10.x.x for Windows (64 bit)" (~50 MB)
  • File name: gs10.xx.x-win64.exe
Step 2: Installation (CRITICAL)
  • Double-click gs10.xx.x-win64.exe
  • Click "Next" in the welcome window
  • Accept license: click "I Agree"
  • 🔴 CRITICAL: Keep the DEFAULT installation folder
🔴 DO NOT CHANGE THE INSTALLATION FOLDER

Default folder (CORRECT):

C:\Program Files\gs\gs10.xx.x\

Do NOT install in:

  • ❌ C:\Program Files (x86)\ - 32-bit version, won't work
  • ❌ C:\Users\YourName\Desktop\ - Ghostscript won't be found
  • ❌ D:\Programs\ - Non-standard path, PATH issues
  • ❌ Any other custom location

✅ KEEP THE DEFAULT PATH

Step 3: Complete installation
  • Click "Install"
  • Accept administrator permissions (click "Yes")
  • Wait for installation to complete (1-2 minutes)
  • Click "Finish"
  • Restart your computer (important for Windows to recognize Ghostscript)
✅ Verify Ghostscript works
  • Press Windows + R
  • Type cmd and press Enter
  • In the black window, type:
gs --version

✅ If success: You see "GPL Ghostscript 10.x.x"

❌ If error: "gs is not recognized..." → See troubleshooting below

🔧 TROUBLESHOOTING: "gs is not recognized as a command"

This means Windows cannot find Ghostscript. Solutions:

Solution 1: Restart computer (fixes 90% of cases)

  • Restart Windows completely
  • Test again with: gs --version

Solution 2: Manually add to PATH

  • 1. Right-click "This PC" in File Explorer
  • 2. Click "Properties"
  • 3. Click "Advanced system settings" (left side)
  • 4. Click "Environment Variables" (bottom button)
  • 5. In "System variables" (bottom), find and double-click "Path"
  • 6. Click "New"
  • 7. Add this EXACT path (replace 10.xx.x with your version):
C:\Program Files\gs\gs10.03.1\bin

⚠️ Check version number in C:\Program Files\gs\

  • 8. Click "OK" on all windows
  • 9. Restart computer
  • 10. Test again: gs --version

Solution 3: Verify bin folder exists

  • Open File Explorer
  • Go to: C:\Program Files\gs\
  • You should see a folder like: gs10.03.1
  • Inside, verify there's a bin folder
  • In bin, you must see gswin64c.exe
  • If this file exists, use Solution 2 to add to PATH
💡 Tip: SUPER PRINT CONVERT will work without Ghostscript

If you can't install Ghostscript:

  • ✅ You can convert images (JPG, PNG, TIFF, GIF)
  • PDFs cannot be converted
  • 💡 The app will show a clear message if a PDF is detected without Ghostscript

📁 FILE ORGANIZATION

Create project folder
  • Open File Explorer (Windows + E)
  • Go to "Documents" or "Desktop"
  • Right-click > New > Folder
  • Name it "superprint"
  • Place the 2 downloaded files in this folder
  • Verify SUPERPRINTCONVERTER_v2.py and LANCER.bat are at the same level
Correct structure: C:\Users\YourName\Documents\superprint\ ├── SUPERPRINTCONVERTER_v2.py └── LANCER.bat

🚀 LAUNCHING THE APPLICATION

Simple method (recommended)
  • Open the superprint folder
  • Double-click LANCER.bat
  • A black CMD window opens (don't close it)
  • The graphical interface opens automatically
  • If Windows SmartScreen blocks: click "More info" then "Run anyway"
Manual method (alternative)
  • Press Windows + R
  • Type cmd and press Enter
  • Navigate to the folder:
cd C:\Users\YourName\Documents\superprint python SUPERPRINTCONVERTER_v2.py

✅ VERIFICATION

Test Python installation
  • Press Windows + R
  • Type cmd and Enter
  • In the black window, type:
python --version

You should see: Python 3.x.x

If error "python is not recognized": Reinstall Python with "Add to PATH" checked

📥 Windowsファイルのダウンロード

⚙️ インストール • Python 3

ステップ 1: Python をダウンロード
  • https://www.python.org/downloads/ にアクセス
  • "Download Python 3.x.x" をクリック
  • ダウンロードしたファイルを実行
⚠️ 重要:「Add Python to PATH」にチェック

インストール時、ウィンドウ下部の「Add Python 3.x to PATH」のチェックボックスに必ずチェックを入れてください。

⚙️ インストール • Ghostscript(PDF用オプション)

⚠️ 重要:Ghostscript は PDF 変換にのみ必要

画像(JPG、PNG、TIFF)のみを変換する場合は、このセクションをスキップできます。

ステップ 1: Ghostscript をダウンロード
  • https://www.ghostscript.com/releases/gsdnld.html にアクセス
  • "Ghostscript AGPL Release" セクションまでスクロール
  • "Ghostscript 10.x.x for Windows (64 bit)" をダウンロード(約50 MB)
  • ファイル名: gs10.xx.x-win64.exe
ステップ 2: インストール(重要)
  • gs10.xx.x-win64.exe をダブルクリック
  • ようこそウィンドウで "Next" をクリック
  • ライセンスを承認: "I Agree" をクリック
  • 🔴 重要: デフォルトのインストールフォルダを保持
🔴 インストールフォルダを変更しないでください

デフォルトフォルダ(正しい):

C:\Program Files\gs\gs10.xx.x\

以下にインストールしないでください:

  • ❌ C:\Program Files (x86)\ - 32ビット版、動作しません
  • ❌ C:\Users\ユーザー名\Desktop\ - Ghostscript が見つかりません
  • ❌ D:\Programs\ - 非標準パス、PATH の問題
  • ❌ その他のカスタム場所

✅ デフォルトパスを保持してください

ステップ 3: インストールの完了
  • "Install" をクリック
  • 管理者権限を承認("はい" をクリック)
  • インストールが完了するまで待つ(1〜2分)
  • "Finish" をクリック
  • コンピューターを再起動(Windows が Ghostscript を認識するために重要)
✅ Ghostscript が動作することを確認
  • Windows + R を押す
  • cmd と入力してEnterを押す
  • 黒いウィンドウで次のように入力:
gs --version

✅ 成功の場合: "GPL Ghostscript 10.x.x" が表示されます

❌ エラーの場合: "gs は認識されていません..." → 下記のトラブルシューティングを参照

🔧 トラブルシューティング: "gs はコマンドとして認識されていません"

これは Windows が Ghostscript を見つけられないことを意味します。解決策:

解決策 1: コンピューターを再起動(90%のケースで解決)

  • Windows を完全に再起動
  • 再度テスト: gs --version

解決策 2: PATH に手動で追加

  • 1. エクスプローラーで "PC" を右クリック
  • 2. "プロパティ" をクリック
  • 3. "システムの詳細設定"(左側)をクリック
  • 4. "環境変数"(下部のボタン)をクリック
  • 5. "システム環境変数"(下部)で "Path" を見つけてダブルクリック
  • 6. "新規" をクリック
  • 7. この正確なパスを追加(10.xx.x をバージョンに置き換え):
C:\Program Files\gs\gs10.03.1\bin

⚠️ C:\Program Files\gs\ でバージョン番号を確認

  • 8. すべてのウィンドウで "OK" をクリック
  • 9. コンピューターを再起動
  • 10. 再度テスト: gs --version

解決策 3: bin フォルダが存在することを確認

  • エクスプローラーを開く
  • 移動先: C:\Program Files\gs\
  • 次のようなフォルダが表示されるはず: gs10.03.1
  • 内部に bin フォルダがあることを確認
  • bin 内に gswin64c.exe が必要
  • このファイルが存在する場合、解決策 2 を使用して PATH に追加
💡 ヒント: SUPER PRINT CONVERT は Ghostscript なしでも動作します

Ghostscript をインストールできない場合:

  • 画像(JPG、PNG、TIFF、GIF)を変換できます
  • PDF は変換できません
  • 💡 Ghostscript なしで PDF が検出されると、アプリに明確なメッセージが表示されます

📁 ファイルの整理

プロジェクトフォルダを作成
  • エクスプローラーを開く(Windows + E)
  • 「ドキュメント」または「デスクトップ」に移動
  • 右クリック > 新規作成 > フォルダー
  • "superprint" と名前を付ける
  • ダウンロードした2つのファイルをこのフォルダに配置
  • SUPERPRINTCONVERTER_v2.py と LANCER.bat が同じレベルにあることを確認
正しい構造: C:\Users\ユーザー名\Documents\superprint\ ├── SUPERPRINTCONVERTER_v2.py └── LANCER.bat

🚀 アプリケーションの起動

簡単な方法(推奨)
  • superprint フォルダを開く
  • LANCER.bat をダブルクリック
  • 黒いCMDウィンドウが開く(閉じないでください)
  • グラフィカルインターフェースが自動的に開きます
  • Windows SmartScreen がブロックする場合:「詳細情報」をクリックし、「実行」を選択
手動方法(代替)
  • Windows + R を押す
  • cmd と入力してEnterを押す
  • フォルダに移動:
cd C:\Users\ユーザー名\Documents\superprint python SUPERPRINTCONVERTER_v2.py

✅ 確認

Python インストールのテスト
  • Windows + R を押す
  • cmd と入力してEnter
  • 黒いウィンドウで次のように入力:
python --version

表示されるはず: Python 3.x.x

「python は認識されていません」エラーの場合:「Add to PATH」をチェックしてPythonを再インストール

📥 TÉLÉCHARGEMENT DES FICHIERS MAC

⚙️ MÉTHODE 1 : HOMEBREW (Recommandée)

Étape 1 : Installer Homebrew

Ouvrez le Terminal (Applications > Utilitaires > Terminal) et exécutez :

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Suivez les instructions à l'écran (mot de passe requis)

Étape 2 : Installer Python 3 et Ghostscript
brew install python3 ghostscript

L'installation prend 2-5 minutes

Étape 3 : Vérifier l'installation
python3 --version gs --version

Vous devriez voir les numéros de version

⚙️ MÉTHODE 2 : INSTALLATION MANUELLE

Pour Python
  • Visitez https://www.python.org/downloads/
  • Téléchargez "macOS 64-bit installer"
  • Ouvrez le fichier .pkg et suivez l'assistant
Pour Ghostscript
  • Visitez https://www.ghostscript.com/releases/gsdnld.html
  • Téléchargez la version macOS
  • Installez avec les paramètres par défaut

📁 ORGANISATION DES FICHIERS

Créer le dossier du projet
  • Ouvrez le Finder
  • Allez dans "Documents" ou "Bureau"
  • Créez un nouveau dossier : superprint
  • Placez les fichiers téléchargés dans ce dossier
Structure correcte : ~/Documents/superprint/ ├── SUPERPRINTCONVERTER_v2.py ├── LANCER.sh ├── GUIDE_MAC_RAPIDE.md └── GUIDE_MAC.md

🚀 LANCEMENT

🎯 MÉTHODE 1 : Double-clic sur LANCER.sh (Plus Simple)
  • Étape 1 : Ouvrez le Finder, allez dans le dossier superprint
  • Étape 2 : Clic droit sur LANCER.sh
  • Étape 3 : Sélectionnez "Ouvrir avec" → "Terminal"
  • Étape 4 : Si demandé, cliquez "Ouvrir" pour autoriser l'exécution

✅ Le script s'exécute, vérifie Python et lance l'application automatiquement

⌨️ MÉTHODE 2 : Ligne de commande (Recommandée)

Étape 1 : Ouvrir le Terminal

  • Appuyez sur ⌘ + Espace (Spotlight)
  • Tapez "Terminal" et appuyez sur Entrée
  • OU : Applications → Utilitaires → Terminal

Étape 2 : Aller dans le dossier

cd ~/Documents/superprint

Étape 3 : Rendre le fichier exécutable (1ère fois seulement)

chmod +x LANCER.sh

Étape 4 : Lancer le script

./LANCER.sh

✅ Le script vérifie Python, installe les dépendances et lance l'app

🐍 MÉTHODE 3 : Python direct (Alternative)

Option A : Depuis le Terminal

cd ~/Documents/superprint python3 SUPERPRINTCONVERTER_v2.py

Option B : Double-clic sur le fichier .py

  • Clic droit sur SUPERPRINTCONVERTER_v2.py
  • Sélectionnez "Ouvrir avec" → "Python Launcher"
  • Si Python Launcher n'apparaît pas : "Autre..." → cherchez Python dans /Applications/Python 3.x/

⚠️ Note : Cette méthode nécessite que Pillow et PyMuPDF soient déjà installés

🔧 DÉPANNAGE

Erreur : "python3: command not found"

Python n'est pas installé ou pas dans le PATH

brew install python3
Erreur : "Permission denied"

Le fichier n'est pas exécutable

chmod +x LANCER.sh
Erreur : "No module named 'PIL'"

Pillow n'est pas installé

python3 -m pip install pillow pymupdf

📥 DOWNLOAD MAC FILES

  • SUPERPRINTCONVERTER_v2.py
    Main application
    DOWNLOAD
  • LANCER.sh
    🍎 macOS automatic launcher
    DOWNLOAD
  • GUIDE_MAC_RAPIDE.md
    ⚡ Quick Mac guide (3 min)
    DOWNLOAD
  • GUIDE_MAC.md
    📘 Complete Mac troubleshooting guide
    DOWNLOAD
  • README.md
    📖 General documentation
    DOWNLOAD

⚙️ METHOD 1: HOMEBREW (Recommended)

Step 1: Install Homebrew

Open Terminal (Applications > Utilities > Terminal) and run:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Step 2: Install Python 3 and Ghostscript
brew install python3 ghostscript
Step 3: Verify installation
python3 --version gs --version

🚀 LAUNCH

🎯 METHOD 1: Double-click LANCER.sh (Easiest)
  • Step 1: Open Finder, go to the superprint folder
  • Step 2: Right-click on LANCER.sh
  • Step 3: Select "Open With" → "Terminal"
  • Step 4: If prompted, click "Open" to allow execution

✅ The script runs, checks Python and launches the app automatically

⌨️ METHOD 2: Command Line (Recommended)

Step 1: Open Terminal

  • Press ⌘ + Space (Spotlight)
  • Type "Terminal" and press Enter
  • OR: Applications → Utilities → Terminal

Step 2: Navigate to folder

cd ~/Documents/superprint

Step 3: Make file executable (first time only)

chmod +x LANCER.sh

Step 4: Run the script

./LANCER.sh

✅ Script checks Python, installs dependencies and launches app

🐍 METHOD 3: Direct Python (Alternative)

Option A: From Terminal

cd ~/Documents/superprint python3 SUPERPRINTCONVERTER_v2.py

Option B: Double-click the .py file

  • Right-click on SUPERPRINTCONVERTER_v2.py
  • Select "Open With" → "Python Launcher"
  • If Python Launcher doesn't appear: "Other..." → search Python in /Applications/Python 3.x/

⚠️ Note: This method requires Pillow and PyMuPDF to be already installed

📥 Macファイルのダウンロード

⚙️ 方法 1: HOMEBREW(推奨)

ステップ 1: Homebrew をインストール

ターミナルを開いて(アプリケーション > ユーティリティ > ターミナル)実行:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
ステップ 2: Python 3 と Ghostscript をインストール
brew install python3 ghostscript
ステップ 3: インストールを確認
python3 --version gs --version

🚀 起動

🎯 方法 1: LANCER.sh をダブルクリック(最も簡単)
  • ステップ 1: Finder を開き、superprint フォルダに移動
  • ステップ 2: LANCER.sh を右クリック
  • ステップ 3: 「このアプリケーションで開く」→「ターミナル」を選択
  • ステップ 4: プロンプトが表示されたら「開く」をクリックして実行を許可

✅ スクリプトが実行され、Python をチェックしてアプリを自動起動します

⌨️ 方法 2: コマンドライン(推奨)

ステップ 1: ターミナルを開く

  • ⌘ + Space を押す(Spotlight)
  • 「ターミナル」と入力してEnterキーを押す
  • または:アプリケーション → ユーティリティ → ターミナル

ステップ 2: フォルダに移動

cd ~/Documents/superprint

ステップ 3: ファイルを実行可能にする(初回のみ)

chmod +x LANCER.sh

ステップ 4: スクリプトを実行

./LANCER.sh

✅ スクリプトがPythonをチェックし、依存関係をインストールしてアプリを起動します

🐍 方法 3: Python直接実行(代替)

オプション A: ターミナルから

cd ~/Documents/superprint python3 SUPERPRINTCONVERTER_v2.py

オプション B: .pyファイルをダブルクリック

  • SUPERPRINTCONVERTER_v2.py を右クリック
  • 「このアプリケーションで開く」→「Python Launcher」を選択
  • Python Launcher が表示されない場合:「その他...」→ /Applications/Python 3.x/ でPythonを探す

⚠️ 注意:この方法にはPillowとPyMuPDFが既にインストールされている必要があります

📥 TÉLÉCHARGEMENT

⚙️ INSTALLATION • Ubuntu / Debian

Installer les dépendances

Ouvrez un Terminal et exécutez :

sudo apt update sudo apt install python3 python3-pip python3-tk ghostscript

Entrez votre mot de passe lorsque demandé

Vérifier l'installation
python3 --version gs --version

Vous devriez voir les numéros de version

⚙️ INSTALLATION • Fedora / Red Hat

sudo dnf install python3 python3-pip python3-tkinter ghostscript

⚙️ INSTALLATION • Arch Linux

sudo pacman -S python python-pip tk ghostscript

📁 ORGANISATION DES FICHIERS

Créer le dossier du projet
mkdir -p ~/Documents/SUPER\ PRINT\ CONVERT cd ~/Documents/SUPER\ PRINT\ CONVERT

Déplacez les fichiers téléchargés dans ce dossier

🚀 LANCEMENT

Méthode avec LANCER.sh (Recommandée)
cd ~/Documents/SUPER\ PRINT\ CONVERT chmod +x LANCER.sh ./LANCER.sh
Méthode manuelle (Alternative)
cd ~/Documents/SUPER\ PRINT\ CONVERT python3 SUPERPRINTCONVERTER_v2.py

📥 DOWNLOAD

  • SUPERPRINTCONVERTER_v2.py
    Main application
    DOWNLOAD
  • LANCER.sh
    Linux automatic launcher
    DOWNLOAD

⚙️ INSTALLATION • Ubuntu / Debian

Install dependencies
sudo apt update sudo apt install python3 python3-pip python3-tk ghostscript

🚀 LAUNCH

Using LANCER.sh (Recommended)
cd ~/Documents/SUPER\ PRINT\ CONVERT chmod +x LANCER.sh ./LANCER.sh

📥 ダウンロード

⚙️ インストール • Ubuntu / Debian

依存関係をインストール
sudo apt update sudo apt install python3 python3-pip python3-tk ghostscript

🚀 起動

LANCER.sh を使用(推奨)
cd ~/Documents/SUPER\ PRINT\ CONVERT chmod +x LANCER.sh ./LANCER.sh

📚 Documentation

📚 Documentation

📚 ドキュメント

Formats supportés

  • Images : JPG, JPEG, PNG, TIFF, TIF, GIF
  • Documents : PDF (nécessite Ghostscript)

Profils ICC inclus

  • FOGRA39 (ISO Coated v2) - Standard européen papier couché
  • FOGRA51 (PSO Coated v3) - Premium Europe
  • FOGRA52 (PSO Uncoated v3) - Papier non couché
  • FOGRA29 (Coldset News print) - Impression journal
  • GRACoL 2006 - Standard offset USA
  • SWOP v2 (US Web Coated) - Rotative USA
  • Japan Color 2001 Coated - Standard japonais couché
  • Japan Web Coated - Rotative Japon
  • Japan Color 2001 Uncoated - Standard japonais non couché
  • FOGRA27 (ISO 12647-2) - Ancien standard Europe
  • Standard - Conversion simple RGB→CMYK
  • Profil externe - Charger votre propre fichier .icc

Fonctionnalités de l'interface v2.1

  • Interface sombre premium - Design professionnel noir et blanc
  • 12 profils ICC - Sélection par liste déroulante
  • Drag & Drop - Glisser-déposer depuis le bureau (tkinterdnd2)
  • Bouton ℹ️ Info - Métadonnées détaillées pour chaque fichier
  • Reconversion illimitée - Convertir plusieurs fois avec différents profils
  • Dossier de sortie - Choisir un emplacement personnalisé
  • Multilingue - Français / English / 日本語
  • Icône personnalisée - Logo couronne SUPER PRINT CONVERTER

Installation de tkinterdnd2 (optionnel)

Pour activer le Drag & Drop depuis le bureau

Installez la bibliothèque tkinterdnd2 pour profiter du glisser-déposer :

pip install tkinterdnd2

Note : Sans ce package, l'application fonctionnera parfaitement mais le drag & drop sera désactivé. Utilisez alors le bouton "Ajouter fichiers".