Library for image editing and text insertion
    Alexander Zhirov 
    azhirov1991 at gmail.com
       
    Wed Apr 27 16:37:21 UTC 2022
    
    
  
On Wednesday, 27 April 2022 at 16:07:53 UTC, Adam D Ruppe wrote:
> How small did it get?
```sh
dmd: 3136896 byte
ldc:  223952 byte
```
> And with my libs if you import the other ones like `arsd.png` 
> or `arsd.jpeg` directly instead of `arsd.image` that MIGHT help 
> trim it down by removing support for other formats.  I'm not 
> sure though, none of them are especially big but it might add 
> up.
Yes, just now, on your advice, I did so. The size has become a 
little smaller! 😌
    
    
More information about the Digitalmars-d-learn
mailing list