Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Icezimy

Pages: [1] 2 3 ... 11
1
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: January 07, 2025, 12:52:24 PM
Generative tools / AI are not planned. However you should know that current Edit > Inpaint is a very basic of generative fill - the difference is that it is searching for content in current image only, and AI generative fill is searching in mulitple images...

Draggable panels - of course we want to keep option to add custom tools, and we will have to make panels not only draggable, but also resizable. Panel system will be extended for new artstudio. And resizing option is on the first place of planned improvements.

Using groups as clipping mask - it is rather not possible to make such option directly because there would be unexpected results for Group using "Passthrough" blending mode. Besides we don't want to break PS compatibility. The plan is implementing "Smart Object" option, so you can convert group to smart object and then use it as Clipping Mask. Smart Object doesn't support "Passthrough" blending, it is treated rather like normal Layer with option to edit it content.

We want to work on all changes together to save time - i mean the big update will have both new UI, new engine and new features.

One more thing we want to change is the file system. Now we use iCloud Documents (like Pages / Numbers). Unfortunately it has very old system bug and sometimes you can see "Saving Problem" alert, mainly when working on large files. I reported that to Apple, but it was ignored. I'm sure the bug comes from system because i can easily repeat it in Pages / Numbers, i even repeated the during live conversation with Apple, with iPad screen sharing. Of course the only advice I had was "please reported the bug in our bug reporting tool - feedbackassistant.apple.com". I did that on March 2023 and have never receive any feedback. I'm not sure if anybody from Apple has ever read it...
So the only solution is to resign from iCloud Document and implement custom gallery, probably with option to synchronize using CloudKit. Documents will be stored on local disk, and will not be visible in Files anymore.
The open problem is how to make a transition from iCloud Documents to custom gallery... Maybe we will have to release new version as a separate app however i'm not sure if it is possible to keep full version for users who have already bought Artstudio Pro.

Of course, I only mean the kind of gen AI that generates entire images (and videos, stories, songs, etc.) for you and takes out all of the creativity/skill needed.

Alright, understandable. Thanks for explaining everything!

And that's great to hear, that everything will be released together, makes me even more excited for the big update!😁

And yes, I remember when the saving bug first appeared, lost hours of work and it happened constantly. Some of the workarounds you released made it more manageable, but yea, it still happens sometimes and so I made it a habit to duplicate my files regularly and just got used to working with this bug.

So I'm actually very happy rn, that you're planning on making a custom gallery again!!🥹 So you're not having to rely on Apple for bugs like these anymore.

Unfortunately I don't know enough about programming an app to give any ideas about how to best go about transfering the files to the custom gallery.🤔 But if it's really that big of a change like it was in the past from Artstudio Legacy to Artstudio Pro, maybe an entire new app is the way to go? Idk though, cause I can also imagine that a lot of existing users wouldn't appreciate that😬 Hopefully you can figure it out somehow.

2
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: January 03, 2025, 09:43:20 AM
What will be the benefits/differences for Artstudio Pro once it's ported to the new graphics engine?

1. We wrote ArtKit engine from scratch, in pure Swift, while Artstudio Pro is written in obj-c. Here is the list of advantages:
- it is in pure Swift and supports both OpenGL and Metal, so it will be possible to make Artstudio for Windows / Android, but don't expect that soon
- faster - because Swift is faster than objc)
- faster and more memory efficient - we had a lot of experience from Artstudio so we made many thing in a different, more efficient way
- we separated stroke processing from other things so we have better control on stroke stabilization / smoothing / dynamics etc, we may add more options in brush editor
- we implemented texture compressing so the memory usage will be lower and it will improve performance in large documents (a lot of layer, big dimension) because it will first compress layer data on low memory, then save it to disk if there is still no free memory
- besides we learnt a lot of things when working on a new engine and on Notestudio which is vector based app

2. We switched to SwiftUI in Notestudio and wrote separate framework for the UI - ArtUI. It will improve UI a lot
- we made draggable panel mechanism (used in Notestudio), we are going to use it in Artstudio too
- SwiftUI has better support of localizations, light/dark mode, controls refreshing, small animation here and there etc

Things in iOS are changing very fast. To make Artstudio alive we had to make really big steps every few year. First Artstudio was released in 2010, then rewritten almost from scratch in about 2015, then rewritten almost from scratch again in 2019 and released as Artstudio Pro, it seems it's time for the next big step...


All of that sounds very exciting, but especially that it will be even faster and that bigger documents will perform better! Can’t wait to see what the future of Artstudio Pro will bring and also what new features will be available :D

Will some of the longer requested features, e.g. color coded layers, clipping mask for groups, etc. be released together with the new graphics engine, or will the new engine come first and then other new features after?

I also wonder if the draggable panels might decrease or limit the amount of tools that can be put into the tool bar right now? (Hopefully not) Also probably an option somewhere in the settings to reset the panels to “default position” and an option to “lock” them in place, so you can’t accidentally move them while drawing, would make sense.

And please whatever you guys do, please never add any kind generative AI tools to Artstudio😅🙏

Thanks for all the hard work, Artstudio Pro has been my main painting program for years and it’s the best! 😊

3
You can go back to previous versions inside the gallery, if you save via iCloud. Just select the file and then choose “versions” on the top right. And if you want keep your files saved at certain progress points, I’d suggest to just duplicate the file and continue working normally, you can always go back to the duplicated files.

Also if you really want to disable autosave, just go settings > general > autosaving > and put period as 0

4
Suggestions, Ideas, Bugs / Re: Notestudio - BETA
on: December 20, 2024, 06:32:02 PM
What will be the benefits/differences for Artstudio Pro once it's ported to the new graphics engine?

5
Suggestions, Ideas, Bugs / Re: Bug
on: November 18, 2024, 01:10:46 PM
Hmm… to me it looks more like it has something to do with your brush settings. Go into the brush settings and turn “Jitter” off to see if the issue goes away.

Or another possibility is that the sample area of your eyedropper is too small/big. In the video it looks like your brush has some jitter to it, so if your color picker only samples from one pixel (1x1) of the entire stroke that probably has multiple colors in it, the new color might vary slightly. The other way around for pixel art, if you sample the color from one pixel, but the color picker sample is set to a 31x31 pixel area, then the sampled color mixes with its surrounding colors.

So to change this, select “eyedropper tool” > “settings symbol” > “size”, the different options are 1x1, 3x3, 5x5, 11x11 and 31x31.

Or final possibility that comes to mind rn, is that maybe you accidentally changed the blending modes of the brush or layers.

6
Suggestions, Ideas, Bugs / Re: Export brushes as ABR
on: May 24, 2024, 09:55:21 PM
But why would anybody want to work in photoshop if you are using Artstudio pro? Seems like a bad idea to be like yeah here take this and leave the app so you can use the competition?

In my case mostly for being able to share/sell brushes with other artists who don't use Artstudio Pro. Also I believe a number of artists work with multiple different apps depending on the project and .abr is unfortunately the only one usable in many different drawing/animation programs

7
Suggestions, Ideas, Bugs / Re: Export brushes as ABR
on: May 22, 2024, 10:57:48 PM
It is not possible, sorry.
We cannot implement that because in Artstudio we have a lot of brush parameters that are not supported by Photoshop, so they cannot be saved in abr.

Hmm.. but could there be a way to just export the parameters that are also available in Photoshop? I imagine it would still be a better starting point than having to redo the brushes from scratch in other apps. And when exporting as .abr there could just be pop-up warning saying something like "Warning: Exporting brushes as .abr may result in unexpected brush behavior"

8
If you go to Preferences > General > Video Recording, you can change the video recording quality to 4K and then your timelapse exports shouldn’t be blurry anymore. c: Though if I remember correctly, it only works for newly created documents after you change it.

9
Suggestions, Ideas, Bugs / Re: PLEASE fix the saving bug!
on: February 05, 2024, 05:48:14 PM
I still get it constantly. I store locally and my file sizes are usually between 1gb to 4gb, if that matters. I can try saving to iCloud if anybody can confirm that it works better there

So, I found the bigger the file size, the more often it happens. I also often work with large files, but don't get it anymore, thanks to these habits:

I store with iCloud again now, and I made it a habit to save manually from time to time, and also to switch to the gallery view for a few seconds until the "waiting..." symbol from uploading to iCloud disappears and the thumbnail updates. And that seems to do the trick... Also, I just duplicate the files every 30min or so, so if it were to happen, at least I wouldn't loose hours of work again.

It's not ideal :/ But at least it's manageable/avoidable like that

10
Suggestions, Ideas, Bugs / Re: PLEASE fix the saving bug!
on: December 16, 2023, 04:21:34 AM
it was gone for a bit, but i suddenly started getting the "Document was not saved! Please close and reopen the document" popup every autosave or if i manually save

Since I tested the fix, I only got this same error message once, while saving with iCloud (it only happened after ~20h, of now 70 + hours of working), however, it did actually still continue saving normally after that (despite the error message) and no progress was lost.

So it's important to understand what exactly was happening to you? Did you actually lose any progress of your art, or did you just get the error message? And are you saving your documents on iCloud or local storage?

11
Suggestions, Ideas, Bugs / Re: PLEASE fix the saving bug!
on: November 30, 2023, 11:28:20 PM
I'm testing the Beta with a new approach for a fix, it looks promising so far! The devs definitely working hard on a fix now.

12
Suggestions, Ideas, Bugs / PLEASE fix the saving bug!
on: November 28, 2023, 09:00:12 AM
Hey there!

I'm wondering if recently something was changed regarding the saving bug?

Yesterday I was working on a painting, when I left my iPad for 10 mins. And when I came back, I was shocked to see that none of my progress was saved. I've lost around 2+ hours of work... this is the first time that this has happened to me while NOT using iCloud as storage location... and I also got no notification for a saving issue or anything.. needless to say, that this was really infuriating.

And I really don't believe that Apple will address this issue anytime soon. It's been happening since over half a year already! So, at this point, it's really up to you (Lucky Clan) to fix this somehow. Even if it means going back to a custom gallery (since you mentioned this is likely the root cause for it, that somethings wrong with Apples gallery view, which also explains why the same thing happens in Pages and Numbers). Or even if it means changing something bigger inside the app, so it's not so reliant on bugs from Apples side like this...

This is just such a gigantic setback in the overall app reliability and functionality it's actually driving me nuts at this point... none other drawing app has this issue. And it's a huge one, since you literally cannot rely on ASP saving the work you do, and it's been going on for months and now only seems to get even worse... I was able to circumvent this bug mostly by not using iCloud (I would still get saving issues, but could just restart/reopen the document and wouldn't lose hours of work) which was already inconvenient enough. But now loosing hours of work again, even though I'm NOT using iCloud, is just bad.

Idk how to say this more nicely at this point, since it's really just so freaking annoying, and I just cannot grasp how finding a way to fix such a HUGE bug, isn't the number 1 priority for you right now...

And I'm curious to know how many other people dealing with this bug? Which is why I'm posting it on the forum too, instead of via email only. I saw it mentioned a few separate times on here, but it always gets buried/forgotten again, as the forum isn't that active lately.

Please just make this a priority...

Off-topic:

There is another unrelated bug that reappeared, idk when. But exporting animations as HEVC doesn't work properly (colors are wrong and frames are not playing correctly). I think it's only when exporting with transparency. Also, when using "undo" after playing an animation, it undos every single playback, instead of undoing the strokes/adjustment/etc. made.

Also, somewhat recently, I experienced some seemingly random crashes of the app, something that hasn't really happened before like this. Just thought I should mention, even if I don't know the cause yet.

Thanks!

13
+1 would be great c:

14
Suggestions, Ideas, Bugs / Re: App instability
on: May 20, 2023, 07:43:54 AM
This is actually a system error on Apples side that was introduced with the 16.4 iPadOS update.

I've been trying for the past month to solve this issue together with the developer via hundreds of emails and differnt approaches, but unfortunately there is just no way to fix this. It happens only on bigger documents.

In the recent Beta (that propably will soon be on AppStore) there will be error messages that pop up whenever this occurs, so you now at least to immediately copy layers to a different document and to restart the app, to avoid losing progress. Also changing the default saving location from "iCloud Drive" to "On my iPad" in ipad Settings > Artstudio Pro and to save new Files in Files > On my iPad > Artstudio Pro , can minimize how often it happens, and how much work you lose. It will also get rid of lags, incase you experience those as well (But only new files will be saved there, for existing files you need to move them manually). You can still upload the files to iCloud manually after you finished painting. Saving manually instead of autosave won't make a difference unfortunately.

The same kind of issue is also occurring in the Pages and Numbers app from apple. The only thing we can do is trying to make Apple aware of this bug... The ASP developer has opened a thread on Apple discussion, you can reply to and you could use the Apple feedback assistant to report this. https://discussions.apple.com/thread/254870123

I know this is very annoying, I've also lost hours of work due to this becaue my documents are alway pretty big. But for now all we can do is to hope for Apple to fix it soon...

15
Quote
thanks for sharing! is the buttons on the joystick configurable for iPad if I may ask?

Well yes and no 😅 You have to the start the controller in "keyboard mode" and then all of it's buttons get a random letter assigned (you can't choose). But then you can assign those letters to specific shortcuts within the Artstudio Pro preferences

Pages: [1] 2 3 ... 11