devidw / CpJsonToImg

Convert Adobe Captivate bundled JSON images back to their source files

Home Page:https://packagist.org/packages/devidw/cp-json-to-img

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CpJsonToImg

Convert Adobe Captivate bundeld JSON images back to their original source files.

Installation

composer require devidw/cp-json-to-img

Usage

<?php

require_once dirname(__DIR__) . '/vendor/autoload.php';

$cpJsonToImg = new CpJsonToImg(
    __DIR__ . '/dr',
    __DIR__ . '/dr/out'
);

$cpJsonToImg->convert();