Skip to content
Discussion options

You must be logged in to vote

Plugin prepend rules should be under [plugin]. Also, you may need to increase the memory and image size limits. For example:

[preview]
  max_width = 2000
  max_height = 2000

[manager]
  linemode = "btime"
  show_hidden = true
  ratio = [1,2,5]

[tasks]
  image_alloc = 1536870912
  image_bound = [10000, 10000]

[plugin]
prepend_preloaders = [
  { name = "*.arw", run = "magick" }, 
]
prepend_previewers = [
  { name = "*.arw", run = "magick" }, 
]

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@unphased
Comment options

@unphased
Comment options

@unphased
Comment options

@ze0987
Comment options

Answer selected by unphased
@unphased
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants