devidw/cp-json-to-img

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

Fund package maintenance!
devidw

dev-main 2022-01-24 16:54 UTC

This package is auto-updated.

Last update: 2024-11-24 23:30:21 UTC


README

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();