View full-text article in PMC Entropy (Basel). 2020 Jan 25;22(2):145. doi: 10.3390/e22020145 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2020 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 1: Embedding pseudocode foreach AMBTC−compressed block biin T do if Hm−Lm≤4then /* non-embeddable block */ Do nothing; else if bi is first embeddable block then embedding dictionary D number; else foreach pixel x′i in bi do find adjusting pixel values Pv in D; x′′i=x′i+ Pv; end end end