- /
-
Ancient Logo Colorized
on 31 Oct 2021
- 5
- 28
- 0
- 0
- 161
f=image;
defimage=pow2(f.CData,47);
b=fix(defimage/2^(35))/2;
b=b-fix(b);
b=b/max(b(:));
figure(Color='k')
imagesc(b);
axis equal tight off
tt=turbo(10);
colormap(tt(2:end-1,:))