I am having and RGB image which is to be compressed. As I came to know, that firstly I have to change it in Grey Scale.Then it is divided into block after that for each block some type of coding is to be applied e.g. huffman coding. Then a neural network has to be designed and this procedure will allow compression. For decompression, reverse way will be done.
Can you suggest me the right way to follow. If possible some matlab code!