coolneighbors / flipbooks

code related to generating Backyard Worlds: Cool Neighbors flipbooks
1 stars 1 forks source link

Parameter adjustment #1

Closed austinh2001 closed 2 years ago

austinh2001 commented 2 years ago

Changed the input for functions like png_set, which used to accept specific parameters from the WiseView API parameter dictionary, to now accept the entire dictionary from default_params or custom_params. This was necessary because there's other parameters, such as size, which will be useful for having the ability to adjust them.

Additionally, the functionality of custom_params has been expanded to an arbitrary number of parameters. As such, you can now change any number of parameters you want and request a png_set based on those parameters.