Open access peer-reviewed chapter

High Synthetic Image Coding System

Written By

Abdallah A. Ibrahim and Loay E. George

Submitted: 17 December 2022 Reviewed: 09 January 2023 Published: 23 February 2023

DOI: 10.5772/intechopen.109902

From the Edited Volume

Exergy - New Technologies and Applications

Edited by Kenneth Eloghene Okedu

Chapter metrics overview

50 Chapter Downloads

View Full Metrics

Abstract

Compressing an image and reconstructing it without degrading its original quality is one of the challenges that still exist now a day. A coding system that considers both quality and compression rate is implemented in this work. The implemented system applies a high synthetic entropy coding schema to store the compressed image at the smallest size as possible without affecting its original quality. This coding schema is applied with two transform-based techniques, one with Discrete Cosine Transform and the other with Discrete Wavelet Transform. The implemented system was tested with different standard color images and the obtained results with different evaluation metrics have been shown. A comparison was made with some previous related works to test the effectiveness of the implemented coding schema.

Keywords

  • image coding
  • image compression
  • Discrete Cosine Transform (DCT)
  • Discrete Wavelet Transform (DWT)
  • entropy coding
  • quantization

1. Introduction

In this work, a synthetic image coding schema will be described in detail. The implemented compression system is consisting of four stages to compress the input color image. First, the color transformation resolved from RGB (Red, Green, and Blue) space to YCbCr (Y′ is the luma component and CB and CR are the blue-difference and red-difference chroma components, respectively). The second stage applies DCT (Discrete Cosine Transform) or DWT (Discrete Wavelet Transform) to produce the transform coefficients for a better representation of image data. These coefficients are quantized using the scalar quantization technique in the third stage. Finally, synthetic entropy coding schema will be implemented to encode the quantized coefficients to produce a stream of bits for the purpose of storing. The entropy encoder work by implementing the adaptive shift coding technique to specify the optimal number of bits needed to store each value of image pixels. The system will be tested on different color images and the results will be shown in detail with various evaluation metrics.

Advertisement

2. The implemented system schema

The system will be implemented with two transform techniques, one with DCT and the other with DWT. In the first schema, the input image is split into blocks of size N × N (where N is multiple of 2), each block is categorized according to its spatial details whether it is a high-frequency block (its pixels are uncorrelated) or low-frequency block that contains correlated pixels by using DPCM (Differential Pulse Coding Modulation) in three different aspects (horizontally, vertically, and diagonally) then the energy of each block is calculated to determine the correlation level between its nearby pixels by using a specified threshold value. Then, image blocks are scanned and converted into 1D vectors using a horizontal scan order. The next step is to apply the 1D-DCT on each vector to produce the transform coefficients. Then, adaptive scalar quantization is applied for both correlated and uncorrelated blocks. The level of the quantization values for each block is different according to the block feature whether it is high-frequency detailed blocks or low-frequency correlated blocks, by taking advantage of that these high-frequency blocks can be treated separately from low frequency to produce better compression. Finally, the entropy encoder is applied to the quantized coefficients to store each coefficient with an optimal number of bits. The encoding and decoding process of DCT are described in detail in our original work in the following paper [1]. Figure 1 demonstrates the encoder and decoder units.

Figure 1.

Block diagram of DCT encoder and decoder [1].

In the second schema, the image is transformed using wavelet biorthogonal CDF-9/7 (Cohen-Daubechies-Feauveau) to produce the detailed and approximate coefficients. Then, the size of the transformed coefficient will be reduced using progressive scalar quantization. Finally, entropy coding is applied to store these coefficients. DWT encoder and decoder units are presented in Figure 2.

Figure 2.

Block diagram of DWT encoder and decoder.

Advertisement

3. RGB color space decomposition

RGB color space stands for Red, Green, and Blue, RGB is the most popular color space used, it is device-dependent and it is used for a display system. All colors in the RGB color space are formed using only three-color coordinates: Red, Green, and Blue (RGB) to render the color image. Each color within RGB space ranges from (0 to 255) that is R = {0, 1, 2 … 255}, G = {0, 1, 2 … 255} and B = {0, 1, 2 … 255}. Every pixel within a grayscale image is defined to have a depth of 8 bits per pixel. In other words, the picture consists of different gray values ranging from 0 to 255. In the RGB image, each pixel is a combination of three different channels (Red, Green, and Blue), each of which is considered to be an 8-bit gray-scale image. All other color spaces used in various applications can be extracted from RGB color information [2].

In this work, a true-color image is selected for testing. Each pixel existing in a true-color image comprises of 24-bits. These bits are divided into three parts, each part is set of 8 bits for Red, Green, and Blue channels, respectively. And so, 16,777,216 probable colors could exist within such an image. To process these colors, they are decomposed into their original space channels. These channels hold basic color plane components (Red, Green, and Blue), which hold the color information for each pixel in the image. The values for each channel range from 0 to 255 for each color plane.

Advertisement

4. RGB to YCbCr conversion

YCbCr is the most commonly used color space for compression. YCbCr is an ascended and offset version of the YUV color space. Y is brightness (luminance or Luma), that is, the gray scale value. U & V are the chrominance or chroma, used to describe the image color and saturation, and used to specify the pixel color. Cb and Cr are the chrominance components, CB is defined as the difference between the blue part of the RGB input signal and the brightness value of the RGB signal, and Cr is the difference between the red part of the RGB input signal and the brightness value of the RGB signal. Since the human visual system (HVS) is more sensitive to changes in luminance than to changes in chrominance, by describing a color in terms of its luminance and chrominance content separately enables more efficient processing and transmission of color signals in many applications, therefore images are compressed more efficiently with this space [3].

The transform from RGB color space to YCbCr space is given by the following equation [4]:

Y=16+65.738Red256+129.057Green256+25.064Blue256E1
Cb=128+37.945Red25674.494Green256+112.439Blue256E2
Cr=128+112.439Red25694.154Green25618.285Blue256E3

where Red, Green, and Blue are the color values of each pixel in the input image multiplied by floating points constants, these constants are scaled by dividing each by 28 = 256.

The inverse transform from YCbCr color space to RGB space is given by the following equations:

Red=298.082Y256+408.583Cr256222.921E4
Green=298.082Y256100.291Cb256208.120Cr256+135.576E5
Blue=298.082Y256+516.412Cb256276.836E6
Advertisement

5. CDF-9/7 biorthogonal wavelet transform

To apply the biorthogonal wavelet, transforming the image includes two steps: lifting steps follows by scaling steps. The lifting scheme is implemented through a sequence of phases. It can be identified in three phases: split phase, predict phase, and update phase as shown in Figure 3.

Figure 3.

Lifting scheme transform [5].

In the split phase, the original data is partitioned into two sub-bands: the first sub-band consists of the elements of odd indices and the second consists of the elements of even indices. The predict phase (P) is utilized to get the coefficients of the high-frequency sub-bands details (these coefficients are called wavelet coefficients), and this phase aims to predict the values of the even indices by values of the odd indices. After the predict phase, the update phase (U) is applied to obtain the coefficients of the low-frequency sub-band by making the average value of the output of low-pass coefficients equal to the average values of the original input data. So, the update phase (U) is used to update the even samples by using the previously calculated detail (wavelet) coefficients [6].

Advertisement

6. Progressive scalar quantization

A progressive scalar quantization is applied to quantize the produced wavelet detailed and approximate coefficients. Progressive quantization work by applying quantization in a hierarchal form where each pass in the wavelet transform is quantized with different scales, starting with large quantization scales and decreasing drastically as the number of passes increase.

The quantization step used to quantize the coefficients of each sub-band calculated, according to the following eq. [7]:

Qs=Q0forLLband in thenthLevelQαNPass1forLH.HLinnthLevelαNPass1forHHinnthLevelE7

where NPass is the wavelet level number (i.e., the pass number), α is the descending rate parameter, and β is the Beta multiplication (such that Q0 = 2, Q ≥ 1, α ≤ 1, β ≥ 1). The value of the quantization step is decreased using linear, progressive relationship, and its value for HH sub-band is greater than its value for the corresponding HL and LH sub-bands because it is multiplied by β (≥ 1).

Advertisement

7. Synthetic entropy encoder

Synthetic entropy coding is applied to represent the quantized coefficients as a sequence of 0 and 1, by storing the optimal number of bits needed for each coefficient. The flowchart of the implemented synthetic entropy encoder is shown in Figure 4.

Figure 4.

The implemented synthetic entropy encoder flowchart.

Firstly, the input array of coefficients is partitioned as a block of size (N*N), where N is the size of the block used in DCT divided by 2 or the size of the LL band used in DWT. Then, the block with all zero coefficients will be discarded and the block with nonzero values will be converted into 1-D vector.

The next step is to map each negative value into a positive one to get rid of the negative sign and also avoid the coding complexity when storing these numbers. This is simply done by mapping all negative values to positive odd numbers while the positive values are mapped to be even numbers. The mapped numbers are produced by applying the following equation [7]:

Pi=2PiifPi0/Pi/21ifPi<0E8

where Pi is the coefficient value in the incoming sequence.

The inverse mapping process is implemented using the following equation:

Pi=Pi/2ifPiis even numberPi+1/2ifPiisoddnumberE9

The next step is to decompose each vector by moving each nonzero value (> = 1) into a new vector and replacing its original location with one. Then, the run length encoding process is applied to the original vector [1].

The resultant vectors from the previous stage (Nonzero Vector and Run Vector) are further separated into two sub-vectors, according to the mean value. The first vector will contain the values less than the mean value and the second vector will contain the values that are greater than or equal to the mean value and then subtract the second vector from the mean value to reduce its scaling range.

Finally, the adaptive shift coding technique is applied to assign the optimal number of bits required to store each coefficient [1].

Advertisement

8. Evaluation metrics

A set of evaluation metrics have been taken to investigate the performance of the compression method applied.

Compression ratio (CR) is defined as the ratio of the size between the original image and the compressed image size. They can be measured in (bits, bytes, kilobytes, etc.). The higher CR is the better compression technique used to compress the image [8].

CR=Original file SizeCompressedE10

Mean Square Error (MSE) is computed by averaging the cumulative squared intensity error differences between the original image and the reconstructed image. MSE value closest to zero is better, and the reconstructed image quality is poor when MSE is large, thus MSE must be as low as possible for effective compression. MSE is calculated through the following equation [9]:

MSE=1mni=0m1j=0n1Xi.jYi.j2E11

where X is the original image pixel and Y is the compressed image. The dimension of the images is m × n.

Peak-Signal-to-Noise Ratio (PSNR) is the ratio between maximum signal power, which is considered as the original image and the power of distorting noise obtained from MSE. The higher the PSNR, the better the quality of the reconstructed image. Typical values for lossy compression of an image are between 28 dB and 40 dB. The PSNR can be given by the following equation [10]:

PSNR=10log10MAXx2MSEE12

where MAX2 is the power of maximum intensity value in the original image X.

Bit Per Pixel (BPP) is defined as a number of bits required to store each pixel in an image. Pixels must be coded efficiently to reduce redundancy, hence reducing storage requirements. BPP is calculated using the following equation [11]:

BPP=BMxNE13
orBPP=24bitsCRE14

where B is a number of bits after compression and M × N is the total number of pixels in an image.

Compression gain (CG) is defined as the amount of compression gained after the image is compressed. The CG of a digital image is calculated by the following equations:

CG=original sizecompressed sizeoriginal sizex100%E15
orCG=11CRx100%E16

Structural similarity index measure (SSIM) aims to measure quality by capturing the similarity of images. Three aspects of similarity: luminance, contrast, and structure are determined and their product is measured [9].

Advertisement

9. Experimental results

This section is intended to examine the results of the proposed system in detail for both DCT and DWT modules. The detailed results of many experiment tests are presented and discussed to evaluate the performance behavior of the established system. The adopted system and all additional programs for the testing purpose have been established using visual studio (C sharp programming language).

A set of standard true-color images has been utilized to test and evaluate the system’s performance. These images are of type “Bitmap” format in which each pixel is stored in 24-bit true color. The image files “Lena.bmp,” “Barbara.bmp,” “Peppers.bmp,” (smoothed images), and “Baboon.bmp” (sharp edge image). All test images are of size 256 × 256 for width and height. Figure 5 presents these images.

Figure 5.

Test color images.

A set of results tables is presented for evaluation. Each test image is evaluated using two modules. One shows the results of compression when the DCT technique is applied and the second module shows the results of compression when the DWT technique is applied. Each table shows the effectiveness of each control parameter used in the system on the resulting compressed image. The test results are evaluated and compared based on fidelity criteria measurements (i.e., MSE, PSNR, SSIM, CR, CG, and BPP). The real time of encoding and decoding process is also presented.

The effect of the following control parameters has been investigated to test the results of the proposed system using the DCT technique:

  1. BS: is the block size used in DCT.

  2. Thr: is the threshold value used to determine the importance of each block.

  3. Q0, Q1, and α: are the quantization control parameters used to calculate the quantization step value.

The effects of each parameter are explored by varying the value of each parameter from minimum value to maximum. Table 1 represents the assumed default range of the considered control parameters used with the DCT module.

ParameterRange
BS[8, 16]
Q0[32,128]
Q1[1–10]
Α[0.1–1]
Thr[1–20]

Table 1.

The range of the control parameters for the system when using DCT.

The parameters used to control the level of compression by using the DWT technique are instigated as the following:

  1. N.Pass: the number of passes used in the wavelet transform.

  2. Q0: used to quantize the approximation LL band.

  3. Q1: used to quantize the details sub-bands (LH, HL, and HH).

  4. α: the descending rate parameter used to decrease the quantization of details bands as the number of passes increase.

  5. β: Beta multiplication parameter used to scale the quantization of HH sub-band.

The range of these parameters after making a comprehensive set of tests is shown in Table 2.

ParameterRange
N.Pass[3–7]
Q0[2]
Q1[1–35]
α[0.3–1]
β[1.2]

Table 2.

The default range of the control parameters for the system when using DWT.

A set of results tables in our previous work [1] presents the system performance when applying the DCT module in terms of MSE, PSNR, SSIM, CR, CG, and BPP for Lena, Barbara, Peppers, and Baboon images, respectively. It shows that the fidelity level in terms of PSNR and SSIM increased while the CR and CG decreased.

In the same manner, the system performance was evaluated when applying DWT module on the same color images with the effects of control parameters shown in Table 2, Tables 36 present these results.

MSEPSNR (dB)SSIMCRCG (%)BPPTime (s)
ETDT
109.43727.7390.85155.49298.1980.4320.0570.045
98.59028.1920.85154.53898.1660.4400.0960.062
81.31329.0290.87145.77697.8150.5240.0730.052
64.58530.0290.89535.16597.1560.6820.0560.051
51.44131.0180.91329.06796.5600.8260.0600.047
40.87832.0160.92623.43195.7321.0240.0710.054
32.32533.0350.93819.52894.8791.2290.0810.054
24.97834.1550.95216.28993.8611.4730.0630.062
20.52735.0080.96013.34792.5081.7980.0660.060
16.30236.0080.96510.39690.3812.3080.0820.074
12.84637.0430.9748.79488.6282.7290.0770.054
9.98738.1360.9807.00585.7243.4260.1040.090
8.12439.0330.9835.52981.9154.3400.1020.079
6.30740.1320.9874.68478.6505.1240.1060.072

Table 3.

Test results after applying compression with DWT module on color “Lena” test image.

MSEPSNR (dB)SSIMCRCG (%)BPPTime (s)
ETDT
97.92228.2220.85152.37398.0910.4580.0670.054
79.92729.1040.87243.90597.7220.5470.0650.056
64.55530.0320.88736.90897.2910.6500.0880.110
50.34331.1110.90930.45896.7170.7880.0750.061
40.51132.0550.92324.96395.9940.9610.0700.050
32.33833.0340.93721.91195.4361.0950.0620.061
25.74534.0240.94718.66194.6411.2860.0640.059
19.25635.2850.95815.81593.6771.5180.0620.066
15.42636.2480.96812.91492.2571.8580.0740.075
12.48037.1690.97411.33491.1772.1180.0730.064
9.48238.3620.9809.65289.6402.4860.0800.054
7.68339.2750.9847.88287.3133.0450.0820.083
6.18540.2170.9866.81185.3173.5240.0810.058

Table 4.

Test results after applying compression with DWT module on color “Barbara” test image.

MSEPSNR (dB)SSIMCRCG (%)BPPTime (s)
ETDT
111.02227.6770.85230.21996.6910.7940.0650.052
100.16028.1240.86226.84896.2750.8940.0940.080
81.56129.0160.87721.84095.4211.0990.0850.063
77.30129.2490.88121.73495.3991.1040.0840.067
63.03630.1350.89717.09694.1511.4040.0720.053
51.38231.0230.91013.46492.5731.7820.0640.054
40.73832.0310.9249.42089.3842.5480.0720.059
30.47633.2910.9456.81985.3353.5200.0880.064
25.56234.0550.9545.68782.4154.2200.0750.066
19.68435.1900.9664.14375.8635.7930.1140.090
15.18036.3180.9753.66772.7336.5440.1200.111
7.75039.2380.9882.88465.3288.3210.0980.086
8.31338.9330.9882.88065.2848.3320.1220.097
4.46841.6300.9942.09552.26911.4550.0820.081

Table 5.

Test results after applying compression with DWT module on color “Peppers” test image.

MSEPSNR (dB)SSIMCRCG (%)BPPTime (s)
ETDT
241.20724.3070.85611.23891.1022.1360.0970.080
199.24425.1370.8809.14589.0652.6250.0770.065
153.91626.2580.9136.90285.5123.4770.0850.073
128.41327.0450.9305.79782.7494.1400.0800.065
97.60828.2360.9464.82479.2704.9750.1140.064
78.88429.1610.9583.99774.9816.0050.1570.135
63.26430.1190.9663.61372.3246.6420.1300.115
49.85631.1540.9733.24269.1557.4030.1270.112
40.39132.0680.9783.04967.2077.8700.1000.079
27.84333.6840.9852.71963.2278.8260.1080.079
25.16034.1240.9862.39258.19310.0340.1030.070
18.91335.3630.9902.38458.05310.0670.1580.097
15.87636.1230.9922.09852.33611.4390.1140.077
9.65538.2830.9961.98649.65112.0840.1060.076
5.20140.9700.9981.55335.61715.4520.1380.097
4.75941.3550.9981.52334.32415.7620.0870.073

Table 6.

Test results after applying compression with DWT module on color “Baboon” test image.

Figures 69 show the tradeoff between CR and PSNR when applying compression on the test images (Lena, Barbara, Peppers, and Baboon), respectively.

Figure 6.

A tradeoff between CR and PSNR for color Lena image test results.

Figure 7.

A tradeoff between CR and PSNR for color Barbara image test results.

Figure 8.

A tradeoff between CR and PSNR for color Peppers image test results.

Figure 9.

A tradeoff between CR and PSNR for color Baboon image test results.

A set of reconstructed color images is shown in Figure 10 with different fidelity levels, where PSNR, SSIM, CR, and BPP values are varied.

Figure 10.

Samples of the reconstructed color images where the PSNR, SSIM, CR, and BPP values are varied.

Advertisement

10. Comparisons with previous works

In this section, the results of the implemented system have been compared with some previously published methods and also with the standard JPEG system.

Table 7 lists the compression results attained by the proposed system with those given in previous studies in terms of (CR, BPP, PSNR, and SSIM), taking into consideration that in these studies same images have been used. The listed results demonstrate that the proposed system outperforms other methods.

Test ImageReferenceSizeCRBPPPSNRSSIM
Color Lena[12]512 × 5121.033.110.9583
[13]512 × 51212.6733.86
[14]512 × 5120.7533.01
[15]512 × 5120.430.83
[16]512 × 5120.8233.15
[11]512 × 5120.7331.556
JPEG standard512 × 51232.6500.98030.050.798
Proposed512 × 51239.6780.633.1340.963
Color peppers[14]512 × 5120.6430.49
[15]512 × 5120.428.53
[16]512 × 5120.9530.97
[11]512 × 5120.931.604
JPEG standard512 × 51229.5280.97428.5880.839
Proposed512 × 51233.5550.729.7810.955
Color baboon[12]512 × 5121.029.740.6656
[13]512 × 5126.6930.15
[11]512 × 5120.829.792
JPEG standard512 × 51224.4030.97815.3321.565
Proposed512 × 51224.6720.94115.9711.5

Table 7.

Comparison between the implemented system results and some related works used to encode different standard images.

11. Conclusions

In this chapter, a high entropy image coding system was implemented, and the system shows remarkable results compared to the existing approaches. A high compression ratio was obtained while maintaining image quality without distortion. The proposed entropy encoder has a positive significant impact on the results. It is important that the transformed image coefficients must be processed in a way to be suitable for the coding process in order to store it with a minimum number of bits.

From the obtained test results, the proposed system shows outperformed results when dealing with smooth images like (Lena, Barbara, and Peppers) compared to the existing approaches, but it has a major drawback in a sharp image like Baboon.

As a summary, the best-attained compression gains for the test images (Lena, Barbara, Peppers, and Baboon) are 98.16%, 98.09%, 96.28%, and 91.10%, respectively, where PSNR values are in an intermediate range.

References

  1. 1. Ibrahim AA, George LE, Hassan EK. Color image compression system by using block categorization based on spatial details and DCT followed by improved entropy encoder. Iraqi Journal of Science. 2020;61(11):3127-3140
  2. 2. Pm N, Chezian R. Various color spaces and color space conversion algorithms. Journal of Global Research in Computer Science. 2013;2013:44-48
  3. 3. Szedo G. Color-Space Converter: RGB to YCrCb2007. pp. 1-16. Available from: https://www.researchgate.net/publication/277048646_R_Color-Space_Converter_RGB_to_YCrCb
  4. 4. ITU-R. Studio Encoding Parameters of Digital Television for Standard 4:3 and Wide-screen 16:9 Aspect Ratios. International Telecommunication Union; 2011. Available from: https://www.itu.int/rec/R-REC-BT.601/
  5. 5. Shirvaikar M, Bushnaq T. VHDL implementation of wavelet packet transforms using SIMULINK tools. Real-Time Image Processing. 2008;2008:6811
  6. 6. Lian C-J, Chen K-F, Chen H-H, Chen L-G. Lifting based discrete wavelet transform architecture for JPEG2000. In: The 2001 IEEE International Symposium on Circuits and Systems (Cat. No.01CH37196). 2001. pp. 445-448. Available from: https://www.semanticscholar.org/paper/Lifting-based-discrete-wavelet-transform-for-Lian-Chen/cc46ac3f1f89ec38b8b641dd43d8254b8c8637bb
  7. 7. Ahmed SD, George LE, Dhannoon BN. The use of cubic bezier interpolation, biorthogonal wavelet and quadtree coding to compress color images. British Journal of Applied Science & Technology. 2015;11(4):1-11
  8. 8. Anandan P, Sabeenian RS. Medical image compression using wrapping based fast discrete curvelet transform and arithmetic coding. Circuits and Systems. 2016;2016:2059-2069
  9. 9. Varnan C, Jagan A, Kaur J, Jyoti D, Rao DS. Image quality assessment techniques pn spatial domain. International Journal of Computer Science and Technology. 2011;2(3):177-184
  10. 10. Silpa K, Mastani S. Comparison of image quality metrics. International Journal of Engineering Research & Technology (IJERT). 2012;1(4):1-5
  11. 11. Nigam AK, Khare P, Srivastava VK. Image compression using hybrid approach and adaptive scanning for color images. Advances in VLSI, Communication, and Signal Processing. 2020;587:761-774
  12. 12. Kalavathi P, Boopathiraja S. A wavelet based image compression with RLC encoder. In: Computational Methods, Communication Techniques and Informatics. pp. 289-292. Available from: https://www.researchgate.net/profile/Kalaiselvi-Thiruvenkadam/publication/319077453_Computation_Methods_Communication_Techniques_and_Informatics/links/5993f440aca272ec9087ac00/Computation-Methods-Communication-Techniques-and-Informatics.pdf#page=307
  13. 13. Hashim AT, Ali SA. Color image compression using DPCM with DCT, DWT and quadtree coding scheme. Engineering and Technology Journal. 2020;34:585-597
  14. 14. Messaoudi A, Benchabane F, Srairi K. DCT-based Color Image Compression Algorithm using Adaptive Block Scanning, Signal, Image and Video Processing. Springer; 2019. Available from: https://link.springer.com/article/10.1007/s11760-019-01492-7
  15. 15. Zhou Y, Wang C, Zhou X. DCT-based color image compression algorithm using an efficient lossless encoder. Image and Video Processing. 2018;2018:450-454
  16. 16. Boucetta A, Melkemi KE. DWT Based-Approach for Color Image Compression Using Genetic Algorithm. 2012. pp. 476-484. Available from: https://books.google.iq/books?hl=en&lr=&id=mwC7BQAAQBAJ&oi=fnd&pg=PA476&dq=DWT+Based-Approach+for+Color+Image+Compression+Using+Genetic+Algorithm&ots=n5iiuuQd9-&sig=ToXcTrsRUaTtnSwckkq7to2XVZY&redir_esc=y#v=onepage&q=DWT%20Based-Approach%20for%20Color%20Image%20Compression%20Using%20Genetic%20Algorithm&f=false

Written By

Abdallah A. Ibrahim and Loay E. George

Submitted: 17 December 2022 Reviewed: 09 January 2023 Published: 23 February 2023