diff --git a/README.md b/README.md index 06ef8bd..d0e0bd1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Possibly, rotoscoping applications are not considered commercially viable since * detect format instead of ever using the strings "png" or ".png" * layer cache (purpose for unused variable cacheMaxMB) is not yet implemented +### Low-priority Known Issues +* implement alpha.png + ## Developer Notes The RotoCanvas class is modular, with hopes that it can be used by various video editing applications in the future. The recommended use of RotoCanvas in a video editing application is for applying effects to source media as a preprocessing step before they are trimmed or other effects are added, since rotoscoping is highly dependent on the source frame (base layer) remaining the same. Using the RotoCanvas as a post-processing effect is possible, but accurate frame seeking must be assured somehow (such as by a frame-accurate video editing engine), and further edits to the previous layers will in some cases cause the rotoscoped parts (parts of the image edited by RotoCanvas) to no longer make sense (such as, if a lens pinch effect is added to a scene where there was a layer order error that has been rotoscoped out, instead of the error being rotoscoped out, there will be both the error and a corrected blotch that is the error's original position & shape), which in such cases would require redoing the rotoscoping. @@ -27,6 +30,7 @@ where is sequence name (such as, if mygreatvideo0000.png is first frames [folder] [folder; only exists if frame is a keyframe] alpha.png [file where only alpha channel is used (and applied to background upon export)] + [alpha is stored separately so when background is edited, only edits are saved (to layer 0), reducing storage use; then alpha is applied] layers [folder] .png .yml [not yet implemented]