<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.3 20210610//EN" "JATS-journalpublishing1-3.dtd">
<article article-type="research-article" dtd-version="1.3" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="ru"><front><journal-meta><journal-id journal-id-type="publisher-id">dt</journal-id><journal-title-group><journal-title xml:lang="ru">Цифровая трансформация</journal-title><trans-title-group xml:lang="en"><trans-title>Digital Transformation</trans-title></trans-title-group></journal-title-group><issn pub-type="ppub">2522-9613</issn><issn pub-type="epub">2524-2822</issn><publisher><publisher-name>Educational Establishment “Belarusian State University of Informatics and Radioelectronics”</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.35596/1729-7648-2023-29-4-58-65</article-id><article-id custom-type="elpub" pub-id-type="custom">dt-802</article-id><article-categories><subj-group subj-group-type="heading"><subject>Research Article</subject></subj-group><subj-group subj-group-type="section-heading" xml:lang="ru"><subject>ТЕХНИЧЕСКИЕ НАУКИ</subject></subj-group><subj-group subj-group-type="section-heading" xml:lang="en"><subject>TECHNICAL SCIENCES</subject></subj-group></article-categories><title-group><article-title>Метод и алгоритм для обработки изображений больших объемов</article-title><trans-title-group xml:lang="en"><trans-title>Method and Algorithm for Processing Large Volume Images</trans-title></trans-title-group></title-group><contrib-group><contrib contrib-type="author" corresp="yes"><name-alternatives><name name-style="eastern" xml:lang="ru"><surname>Андрейчук</surname><given-names>О. Н.</given-names></name><name name-style="western" xml:lang="en"><surname>Andreichuk</surname><given-names>O. N.</given-names></name></name-alternatives><bio xml:lang="ru"><p>Андрейчук Ольга Николаевна - преподаватель филиала БГУИР «Минский радиотехнический колледж».</p><p>220013, Минск, просп. Независимости, 62</p><p>Тел.: +375 29 341-04-17</p></bio><bio xml:lang="en"><p>Olga N. Andreichuk - Lecturer at the Branch of the Belarusian State University of Informatics and Radioelectronics “Minsk Radiotechnical College”.</p><p>220013, Minsk, Nezavisimosty Ave., 62</p><p>Tel.: +375 29 341-04-17</p></bio><email xlink:type="simple">memory1703@gmail.com</email><xref ref-type="aff" rid="aff-1"/></contrib><contrib contrib-type="author" corresp="yes"><name-alternatives><name name-style="eastern" xml:lang="ru"><surname>Листопад</surname><given-names>Н. И.</given-names></name><name name-style="western" xml:lang="en"><surname>Listopad</surname><given-names>N. I.</given-names></name></name-alternatives><bio xml:lang="ru"><p>Д. т. н., профессор, заведующий кафедрой информационных радиотехнологий.</p><p>Минск</p></bio><bio xml:lang="en"><p>Nikolai I. Listopad - Dr. of Sci. (Tech.), Professor, Head at the Department of Information Radio Technologies of the Belarusian State University of Informatics and Radioelectronics.</p><p>Minsk</p></bio><xref ref-type="aff" rid="aff-1"/></contrib></contrib-group><aff-alternatives id="aff-1"><aff xml:lang="ru"><institution>Белорусский государственный университет информатики и радиоэлектроники</institution></aff><aff xml:lang="en"><institution>Belarusian State University of Informatics and Radioelectronics</institution></aff></aff-alternatives><pub-date pub-type="collection"><year>2023</year></pub-date><pub-date pub-type="epub"><day>21</day><month>12</month><year>2023</year></pub-date><volume>29</volume><issue>4</issue><fpage>58</fpage><lpage>65</lpage><permissions><copyright-statement>Copyright &amp;#x00A9; Андрейчук О.Н., Листопад Н.И., 2023</copyright-statement><copyright-year>2023</copyright-year><copyright-holder xml:lang="ru">Андрейчук О.Н., Листопад Н.И.</copyright-holder><copyright-holder xml:lang="en">Andreichuk O.N., Listopad N.I.</copyright-holder><license xml:lang="ru" license-type="creative-commons-attribution" xlink:href="https://creativecommons.org/licenses/by/4.0/" xlink:type="simple"><license-p>Данная работа распространяется под лицензией Creative Commons Attribution 4.0.</license-p></license><license xml:lang="en" license-type="creative-commons-attribution" xlink:href="https://creativecommons.org/licenses/by/4.0/" xlink:type="simple"><license-p>This work is licensed under a Creative Commons Attribution 4.0 License.</license-p></license></permissions><self-uri xlink:href="https://dt.bsuir.by/jour/article/view/802">https://dt.bsuir.by/jour/article/view/802</self-uri><abstract><p>Предложены метод и алгоритм на его основе для обработки изображений больших объемов. Новизна в данном случае – это метод реализации программного кода с использованием объекта App, а также алгоритм специфической реализации фильтров для обработки графических элементов. В ходе разработки были учтены различные проблемные ситуации, такие как использование современного синтаксиса объявления переменных, применение стрелочных функций, разделение кода на более мелкие функции или методы класса, добавление комментариев к сложным участкам кода, проверка наличия ошибок и исключений. Кроме того, были соблюдены стандарты и рекомендации по стилю кодирования. Реализованный алгоритм на языке программирования JavaScript представляет собой эффективное веб-приложение, использующее библиотеку EaselJS для работы с графикой и отличающееся специфической логикой работы с графическими слоями, инструментами рисования и взаимодействия с пользователем. Это, в конечном счете, позволило, по сравнению с известными решениями, улучшить производительность кода.</p></abstract><trans-abstract xml:lang="en"><p>The article proposes a new method and an algorithm based on it for processing large-volume images. What is new in the implementation of image processing is the method of implementing program code using the App object. The novelty of the proposed method also lies in the algorithm for the specific implementation of filters for processing graphic elements. During development, various problematic situations were taken into account, such as using modern variable declaration syntax, using arrow functions, dividing code into smaller functions or class methods, adding comments to complex sections of code, checking for errors and exceptions, and following standards and guidelines by coding style. The implemented algorithm in the JavaScript programming language is an effective web application that uses the EaselJS library to work with graphics and has specific logic for working with graphic layers, drawing tools and user interaction, which ultimately made it possible to improve code performance compared to known solutions.</p></trans-abstract><kwd-group xml:lang="ru"><kwd>веб-приложение</kwd><kwd>алгоритм обработки изображений</kwd><kwd>эффективность и оптимизация кода</kwd></kwd-group><kwd-group xml:lang="en"><kwd>web application</kwd><kwd>image processing algorithm</kwd><kwd>code efficiency and optimization</kwd></kwd-group></article-meta></front><back><ref-list><title>References</title><ref id="cit1"><label>1</label><citation-alternatives><mixed-citation xml:lang="ru">Цифровая обработка изображений в информационных системах / И. С. Грузман [и др.]. Новосибисрк: Изд-во Новосиб. гос. техн. ун-та, 2000. 168 с.</mixed-citation><mixed-citation xml:lang="en">Gruzman I. S., Kirichuk V. S., Kosykh V. P., Peretyagin G. I., Spector A. A. (2000) Digital Image Processing in Information Systems. Novosibirsk: Publishing House of Novosibirsk State Technical University. 168.</mixed-citation></citation-alternatives></ref><ref id="cit2"><label>2</label><citation-alternatives><mixed-citation xml:lang="ru">Гонсалес, Р. Цифровая обработка изображений. 3-е изд. испр. и доп. / Р. Гонсалес, Р. Вудс. М.: Техносфера, 2012. 1104 с.</mixed-citation><mixed-citation xml:lang="en">Gonzalez R., Woods R. (2012) Digital Image Processing, 3rd ed. Moscow, Tekhnosphere Publ. 1104.</mixed-citation></citation-alternatives></ref><ref id="cit3"><label>3</label><citation-alternatives><mixed-citation xml:lang="ru">Кузница IT-решений [Электронный ресурс]. Режим доступа: http://shiftoffproblem.com/what-is-spa-and-mpa/.</mixed-citation><mixed-citation xml:lang="en">Forge of IT Solutions. Available: http://shiftoffproblem.com/what-is-spa-and-mpa/.</mixed-citation></citation-alternatives></ref><ref id="cit4"><label>4</label><citation-alternatives><mixed-citation xml:lang="ru">Флэнаган, Д. JavaScript. Подробное руководство / Д. Флэнаган; пер. с англ. СПб.: Символ-Плюс, 2017. 992 с.</mixed-citation><mixed-citation xml:lang="en">Flanagan D. (2017) JavaScript. Detailed Guide, per. from English. St. Petersburg, Symbol-Plus. 992.</mixed-citation></citation-alternatives></ref></ref-list><fn-group><fn fn-type="conflict"><p>The authors declare that there are no conflicts of interest present.</p></fn></fn-group></back></article>
