Skip to content

shiyuugohirao/ofxEpsonAPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxEpsonAPD

openFrameworks addons to control EpsonPrinter with Epson AdvancedPrinterDriver.
control with Win32API, so only work on Windows.

You should install AdvancedPrinterDriver.

Implements

  • available to print Image(ofPixels, ofTexture).
  • available to print Text directly.
  • available to callback as ofEvent.

tested on

NOTICE!!!

  1. to Build MFC App, select MFC shared dll version.

  2. Need to comment out #include "ofMain.h" in main.cpp, and
    Need to add #include"ofxEpsonAPD.h" before include "ofMain.h"(because of windows.h)
    reference

Omake

also included just simple addon, ofxPrinterUtils with Win32API.

  • getLocalPrinterNames()
  • getPrinterInfo()

About

openFrameworks addons to control EponPrinter using Epson AdvancedPrinterDriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published