lehitoskin / ivy

Ivy, the Taggable Image Viewer
GNU General Public License v3.0
16 stars 3 forks source link

More complete grid; reduce pict conversions #48

Closed lehitoskin closed 8 years ago

lehitoskin commented 8 years ago

Have the grid generation create smaller rectangles along the edges to account for extra space due to the floor procedure.

Create a new image-bmp variable to contain the converted image-pict so we don't try and convert it every single time on-paint is called.


@IonoclastBrigham I have mostly tested this on my system, but I would like another pair of eyes. Also, the addition of over 100 lines concerns me but I'm not sure how I would be able to shorten the procedure.

lehitoskin commented 8 years ago

The changes in 47dd380 should fix most - if not all - problems we saw a week or two ago.

IonoclastBrigham commented 8 years ago

Looks good to me.