1312 comments found.
Hi, can I add more sample image for starting ? how ?
Hi,
Yes, you can do it via “openImageDialog.sampleImages” configuration option.
Hi! Are there any plans to allow blurring/filtering of selected areas as opposed to the whole image?
Hi,
We’ve no plans for this at the moment unfortunately.
It seems you can move a line drawing using pencil tool by click and drag, you can with keyboard arrows – is that the case? if so is there an option coming to do that – also maybe a way to delete an drawing object (i know i can with keys just not with mouse)
Hi,
There’s no way to do it with arrows currently. I’ll see if we can implement something like this with a future update though.
No i meant you can move it with arrows! Just not by mouse? Shapes are draggable after creation but it seems line drawings arent
Yes, drawings are not movable via mouse currently as this causes some issues.
Hi how can i disable the stickers option – i couldnt find a way in the docs?
Hi,
You can remove it by specifying custom navigation items via configuration. You can find an example here.
I tried iwhtthis {name: ‘resize’, icon: ‘resize-custom’, action: DrawerName.RESIZE}, but the DrawerName comes back as undefined (I can add custom ok)
Try to change DrawerName.RESIZE to ‘Resize’, it should work then.
Hi I still get this jQuery.Deferred exception: DrawerName is not defined ReferenceError: DrawerName is not defined
got it i had to define the variable var DrawerName =’’; on the page too
spoke to soon! the with that the drawer doesnt work {name: ‘resize’, icon: ‘resize-custom’, action: Resize}, doesnt work either (main.ts:17 Uncaught ReferenceError: Resize is not defined)
Hi I have a couple of questions, is it possible to auto apply so the user doesnt have to click apply after every change? Also is there a way to add comments to a tool – eg add comments to lines etc?
Hi,
It’s only possible by using pixie API (for example pixie.getTool(‘crop’).apply()).
There’s no built in way to add comments currently.
Is there documentation on the API methods available?
I have an 7.X angular application, can I pixie as a component, within my existing angular application?
Hi,
Yes, you can importing pixie module into existing angular app.
Is there any documentation from you or your support to assist in this?
It’s not something we can document unfortunately as the exact process will depend on your existing angular application.
Is the Close Button missing in latest Version?
Hi,
“hideCloseButton” option is enable by default, you will need to to set it to :”false” in pixie configuration to show close button.
I did so and still can’t see it.
also i tried to add the language it does not work do not understand where to put the translation? I ask for the screenshot of the place where I put the translation
having problem with the demo on iPhone Xs 12.1.4. Whole website flickers when photo is added.
Hi,
Thanks for reporting this, I’ll see if we can improve this for next update.
Hi. How can I properly change the language of editor? What’s the best way to achieve it? The app’s language has changed, but it’s not reflected on the editor.
also i tried to add the language like example , like this but the pixie wont start, what did i do wrong ? the tanslation.json does not exist, also where do i see what lines i can translate ? nothing in support.vebto.com/help-center/articles/52/translations page about this.
<script>
var pixie = new Pixie({
baseUrl: '/vendor/pixie',
languages: {
active: 'norwegian',
custom: {
norwegian: {filter: 'Filtere'},
}
}
ui: {
theme: 'dark'
},
image: '/uploads/user-pics/test.jpg',
onLoad: function() {
console.log('Pixie is ready');
}
});
</script>
Hi,
Could you create a new ticket here regarding this and include your site url so I can take a look, thank you!
done
see you closed the thread without any solution, what is the solution ?
We’ll get back to your ticket shortly.
is it possible to cut area ??
Hi,
Could you clarify a bit please?
mark an area and then cut/paste etc….
There’s no such functionality built in yet unfortunately.
Hi, Can I run the Crop tool after onFileOpen?
Hi,
Yes, you can use any tool inside that callback.
Thank you. I want to show the crop tool automatically after opening the file. Please show examples if possible.
Something like this should work:
pixie.getTool(‘controls’).openPanel(‘crop’);
Thanks. Now it works great!. Could you please release a non-minified version of scripts.min.js? Since excluding toolbar elements is not supported, I’d need to change the pixie js code myself.
Hi,
You can find original sourcecode inside “source” folder inside the .zip downloaded from codecanyon.
OK yes, but it would be better to have a single file having the full source code like script.min.js without minification.
You wouldn’t be able to edit anything there as that file would be far too long.
baseUrl works for images but not for icons
Hi,
Download the latest version from codecanyon, that should correct this issue.
Hi, I have submitted ticket, please have a look, thanks
Hi,
We’ll get back to your ticket shortly.
Hi, please check, I have submitted ticket.
Hi, I’ve submitted ticket please check. Thanks
Hi, text input can’t be copy- paste from Microsoft word. is there any way to done this ?
Paste will only work if you have copied plain text, there’s no workaround for this at the moment unfortunately.
Hi, the last update (2.1.2) gives me error: icons/merged.svg 404 NOT FOUND. On the previous version I’d set:
var mypath = ‘some/path/on/server’; pixie = new Pixie({ ... urls:{ base: mypath , assets: mypath } ... Now, the urls property is ignored, so I cannot get the icons to be displayed. This is vital for my project, because I use Pixie in various pages. Can you please fix it?
Hi,
In latest version you need to use “baseUrl” instead of “urls.base” or “urls”assets”.
In that case, the documentation is outdated. Still not working. I get the error: Http failure response for http://localhost/some/pathassets/icons/merged.svg: 404 Not Found. I have Apache with Mod Rewrite, PHP 7.3
I only use: var base = ’../img/pixie/’; pixie = new Pixie({ baseUrl: base, });
Download the latest version from codecanyon, that should correct this issue.
Hello. I see some new feature in the new version, that i want to enable. Still i haven’t found a way to do it.
Can you give me some help, let’s say for the default index.html you include, on how to enable for users the ability to select the Image SAVE format (PNG or JPG). What must i add or change ?
Thanks
Thank you. I guess i missed that (unless you updated the guide).
Thank you for implementing my requested feature of file export options. How do I enable the new export panel? I’m not a programmer and can’t find an answer in the documentation. Is it some variant of this, or? pixie.setConfig(‘ui.enableExportPanel’, ‘enable’);
hello, i buy this pixie product but i forget email where i bought, i can show you my website. but The problem is, its downloading images with water mark of pixie. what is solution?
Hi,
You need to remove “watermarkText” option from pixie configuration. Configuration can be found in “index.html” file (if you are using it).